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)
2022-12-22T03:17:08.933Z||main|||||INFO|500||The following profiles are active: basic
2022-12-22T03:17:20.398Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-22T03:17:20.398Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-22T03:17:20.508Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-22T03:17:24.629Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-22T03:17:25.058Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-22T03:17:25.532Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-22T03:17:25.539Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-22T03:17:25.665Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-22T03:17:25.894Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-22T03:17:26.498Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-22T03:17:28.232Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-22T03:17:30.517Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-22T03:17:30.577Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-22T03:17:31.226Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-22T03:17:31.484Z||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.
2022-12-22T03:17:32.681Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-22T03:17:33.779Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-22T03:17:33.800Z||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$$5917c19b.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)
2022-12-22T03:17:33.801Z||main|||||WARN|500||The sdc end point is not alive
2022-12-22T03:17:37.018Z||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
2022-12-22T03:17:39.800Z||main|||||WARN|500||---
2022-12-22T03:17:39.800Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-22T03:17:39.801Z||main|||||WARN|500||---
2022-12-22T03:17:40.260Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-22T03:17:45.157Z||main|||||INFO|500||Started Application in 39.405 seconds (JVM running for 41.589)
2022-12-22T03:17:45.198Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-22T03:17:45.199Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-22T03:17:45.210Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-22T03:17:45.239Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-22T03:17:45.286Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8d4b45aa-6122-4dc5-b0ac-35e253193448 url= /sdc/v1/artifactTypes
2022-12-22T03:17:45.287Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-22T03:17:45.553Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-22T03:17:45.584Z||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
2022-12-22T03:17:45.608Z||scheduling-1|||||DEBUG|500||create keys
2022-12-22T03:17:45.616Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-22T03:17:45.687Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:17:45.704Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 54ffc36e-11f0-449d-90ca-b872b2febeba url= /sdc/v1/registerForDistribution
2022-12-22T03:17:45.845Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 54ffc36e-11f0-449d-90ca-b872b2febeba url= /sdc/v1/registerForDistribution
2022-12-22T03:17:45.845Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-22T03:17:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:17:45.855Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:17:45.867Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-22T03:17:45.868Z||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.
2022-12-22T03:17:45.868Z||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.
2022-12-22T03:17:45.868Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:17:45.869Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:17:56.245Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:17:56.249Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:18:45.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:18:45.853Z||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.
2022-12-22T03:18:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:18:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:18:45.855Z||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.
2022-12-22T03:18:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:18:55.430Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:18:55.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:19:45.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:19:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:19:45.858Z||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.
2022-12-22T03:19:45.858Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:19:45.861Z||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.
2022-12-22T03:19:45.861Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:19:55.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:19:55.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:20:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:20:45.853Z||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.
2022-12-22T03:20:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:20:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:20:45.856Z||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.
2022-12-22T03:20:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:20:55.447Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:20:55.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:21:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:21:45.853Z||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.
2022-12-22T03:21:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:21:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:21:45.856Z||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.
2022-12-22T03:21:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:21:55.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:21:55.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:22:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:22:45.853Z||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.
2022-12-22T03:22:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:22:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:22:45.855Z||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.
2022-12-22T03:22:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:22:55.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:22:55.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:23:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:23:45.853Z||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.
2022-12-22T03:23:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:23:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:23:45.855Z||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.
2022-12-22T03:23:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:23:55.434Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:23:55.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:24:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:24:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:24:45.855Z||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.
2022-12-22T03:24:45.855Z||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.
2022-12-22T03:24:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:24:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:24:55.427Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:24:55.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:25:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:25:45.855Z||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.
2022-12-22T03:25:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:25:45.855Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:25:45.856Z||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.
2022-12-22T03:25:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:25:55.429Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:25:55.431Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:26:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:26:45.853Z||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.
2022-12-22T03:26:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:26:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:26:45.855Z||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.
2022-12-22T03:26:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:26:55.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:26:55.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:27:44.391Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-22T03:27:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:27:45.853Z||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.
2022-12-22T03:27:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:27:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:27:45.855Z||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.
2022-12-22T03:27:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:27:55.398Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:27:55.418Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:28:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:28:45.853Z||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.
2022-12-22T03:28:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:28:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:28:45.855Z||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.
2022-12-22T03:28:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:28:55.405Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:28:55.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:29:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:29:45.853Z||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.
2022-12-22T03:29:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:29:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:29:45.855Z||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.
2022-12-22T03:29:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:29:55.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:29:55.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:30:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:30:45.853Z||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.
2022-12-22T03:30:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:30:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:30:45.855Z||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.
2022-12-22T03:30:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:30:55.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:30:55.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:31:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:31:45.853Z||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.
2022-12-22T03:31:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:31:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:31:45.855Z||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.
2022-12-22T03:31:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:31:55.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:31:55.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:32:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:32:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:32:45.854Z||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.
2022-12-22T03:32:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:32:45.855Z||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.
2022-12-22T03:32:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:32:55.456Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:32:55.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:33:45.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:33:45.853Z||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.
2022-12-22T03:33:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:33:45.855Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:33:45.856Z||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.
2022-12-22T03:33:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:33:55.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:33:55.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:34:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:34:45.853Z||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.
2022-12-22T03:34:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:34:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:34:45.855Z||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.
2022-12-22T03:34:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:34:55.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:34:55.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:35:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:35:45.853Z||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.
2022-12-22T03:35:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:35:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:35:45.855Z||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.
2022-12-22T03:35:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:35:55.422Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:35:55.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:36:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:36:45.853Z||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.
2022-12-22T03:36:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:36:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:36:45.855Z||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.
2022-12-22T03:36:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:36:55.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:36:55.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:37:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:37:45.853Z||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.
2022-12-22T03:37:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:37:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:37:45.854Z||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.
2022-12-22T03:37:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:37:55.420Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:37:55.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:38:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:38:45.853Z||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.
2022-12-22T03:38:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:38:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:38:45.855Z||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.
2022-12-22T03:38:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:38:55.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:38:55.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:39:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:39:45.853Z||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.
2022-12-22T03:39:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:39:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:39:45.855Z||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.
2022-12-22T03:39:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:39:55.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:39:55.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:40:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:40:45.853Z||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.
2022-12-22T03:40:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:40:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:40:45.854Z||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.
2022-12-22T03:40:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:40:55.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:40:55.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:41:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:41:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:41:45.854Z||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.
2022-12-22T03:41:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:41:45.855Z||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.
2022-12-22T03:41:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:41:55.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:41:55.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:42:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:42:45.853Z||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.
2022-12-22T03:42:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:42:45.855Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:42:45.855Z||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.
2022-12-22T03:42:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:42:55.427Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:42:55.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:43:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:43:45.853Z||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.
2022-12-22T03:43:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:43:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:43:45.855Z||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.
2022-12-22T03:43:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:43:55.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:43:55.452Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:44:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:44:45.853Z||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.
2022-12-22T03:44:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:44:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:44:45.854Z||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.
2022-12-22T03:44:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:44:55.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:44:55.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:45:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:45:45.853Z||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.
2022-12-22T03:45:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:45:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:45:45.855Z||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.
2022-12-22T03:45:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:45:55.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:45:55.434Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:46:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:46:45.853Z||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.
2022-12-22T03:46:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:46:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:46:45.854Z||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.
2022-12-22T03:46:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:46:55.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:46:55.442Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:47:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:47:45.853Z||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.
2022-12-22T03:47:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:47:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:47:45.855Z||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.
2022-12-22T03:47:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:47:55.415Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:47:55.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:48:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:48:45.853Z||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.
2022-12-22T03:48:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:48:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:48:45.854Z||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.
2022-12-22T03:48:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:48:55.434Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:48:55.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:49:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:49:45.853Z||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.
2022-12-22T03:49:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:49:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:49:45.854Z||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.
2022-12-22T03:49:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:49:55.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:49:55.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:50:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:50:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:50:45.855Z||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.
2022-12-22T03:50:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:50:45.855Z||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.
2022-12-22T03:50:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:50:55.410Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:50:55.410Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:51:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:51:45.853Z||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.
2022-12-22T03:51:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:51:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:51:45.854Z||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.
2022-12-22T03:51:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:51:55.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:51:55.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:52:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:52:45.853Z||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.
2022-12-22T03:52:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:52:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:52:45.855Z||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.
2022-12-22T03:52:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:52:55.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:52:55.420Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:53:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:53:45.853Z||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.
2022-12-22T03:53:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:53:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:53:45.855Z||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.
2022-12-22T03:53:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:53:55.466Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:53:55.469Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:54:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:54:45.853Z||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.
2022-12-22T03:54:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:54:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:54:45.855Z||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.
2022-12-22T03:54:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:54:55.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:54:55.461Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:55:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:55:45.853Z||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.
2022-12-22T03:55:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:55:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:55:45.854Z||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.
2022-12-22T03:55:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:55:55.401Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:55:55.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:56:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:56:45.853Z||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.
2022-12-22T03:56:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:56:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:56:45.855Z||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.
2022-12-22T03:56:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:56:55.408Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:56:55.413Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:57:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:57:45.853Z||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.
2022-12-22T03:57:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:57:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:57:45.854Z||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.
2022-12-22T03:57:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:57:55.419Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:57:55.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:58:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:58:45.853Z||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.
2022-12-22T03:58:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:58:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:58:45.854Z||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.
2022-12-22T03:58:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:58:55.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:58:55.410Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:59:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:59:45.853Z||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.
2022-12-22T03:59:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:59:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:59:45.854Z||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.
2022-12-22T03:59:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:59:55.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T03:59:55.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:00:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:00:45.854Z||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.
2022-12-22T04:00:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:00:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:00:45.854Z||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.
2022-12-22T04:00:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:00:55.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:00:55.434Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:01:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:01:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:01:45.854Z||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.
2022-12-22T04:01:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:01:45.855Z||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.
2022-12-22T04:01:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:01:55.408Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:01:55.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:02:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:02:45.854Z||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.
2022-12-22T04:02:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:02:45.855Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:02:45.856Z||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.
2022-12-22T04:02:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:02:55.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:02:55.453Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:03:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:03:45.853Z||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.
2022-12-22T04:03:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:03:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:03:45.854Z||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.
2022-12-22T04:03:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:03:55.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:03:55.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:04:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:04:45.853Z||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.
2022-12-22T04:04:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:04:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:04:45.854Z||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.
2022-12-22T04:04:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:04:55.405Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:04:55.406Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:05:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:05:45.853Z||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.
2022-12-22T04:05:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:05:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:05:45.855Z||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.
2022-12-22T04:05:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:05:55.423Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:05:55.423Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:06:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:06:45.853Z||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.
2022-12-22T04:06:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:06:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:06:45.855Z||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.
2022-12-22T04:06:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:06:55.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:06:55.411Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:07:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:07:45.853Z||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.
2022-12-22T04:07:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:07:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:07:45.854Z||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.
2022-12-22T04:07:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:07:55.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:07:55.434Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:08:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:08:45.853Z||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.
2022-12-22T04:08:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:08:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:08:45.855Z||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.
2022-12-22T04:08:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:08:55.445Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:08:55.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:09:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:09:45.853Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-22T04:09:45.853Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IfVhftyiMYvQGqex) ...
2022-12-22T04:09:45.855Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:09:45.856Z||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.
2022-12-22T04:09:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:09:55.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:09:55.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:10:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:10:45.853Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-22T04:10:45.853Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IfVhftyiMYvQGqex) ...
2022-12-22T04:10:45.855Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:10:45.855Z||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.
2022-12-22T04:10:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:10:55.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:10:55.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:11:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:11:45.853Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-22T04:11:45.854Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IfVhftyiMYvQGqex) ...
2022-12-22T04:11:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:11:45.854Z||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.
2022-12-22T04:11:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:11:55.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:11:55.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:12:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:12:45.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:12:45.858Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-22T04:12:45.858Z||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.
2022-12-22T04:12:45.858Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:12:45.858Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IfVhftyiMYvQGqex) ...
2022-12-22T04:12:55.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:12:55.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:13:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:13:45.853Z||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.
2022-12-22T04:13:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:13:45.855Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:13:45.857Z||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.
2022-12-22T04:13:45.858Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:13:55.417Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:13:55.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:14:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:14:45.853Z||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.
2022-12-22T04:14:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:14:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:14:45.856Z||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.
2022-12-22T04:14:45.857Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:14:55.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:14:55.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:15:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:15:45.853Z||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.
2022-12-22T04:15:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:15:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:15:45.854Z||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.
2022-12-22T04:15:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:15:55.412Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:15:55.430Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:16:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:16:45.853Z||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.
2022-12-22T04:16:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:16:45.855Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:16:45.856Z||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.
2022-12-22T04:16:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:16:55.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:16:55.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:17:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:17:45.853Z||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.
2022-12-22T04:17:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:17:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:17:45.856Z||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.
2022-12-22T04:17:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:17:55.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:17:55.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:18:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:18:45.853Z||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.
2022-12-22T04:18:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:18:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:18:45.855Z||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.
2022-12-22T04:18:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:18:55.403Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:18:55.404Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:19:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:19:45.853Z||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.
2022-12-22T04:19:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:19:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:19:45.854Z||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.
2022-12-22T04:19:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:19:55.411Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:19:55.417Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:20:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:20:45.853Z||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.
2022-12-22T04:20:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:20:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:20:45.855Z||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.
2022-12-22T04:20:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:20:55.401Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:20:55.418Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:21:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:21:45.853Z||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.
2022-12-22T04:21:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:21:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:21:45.854Z||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.
2022-12-22T04:21:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:21:55.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:21:55.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:22:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:22:45.853Z||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.
2022-12-22T04:22:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:22:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:22:45.855Z||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.
2022-12-22T04:22:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:22:55.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:22:55.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:23:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:23:45.854Z||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.
2022-12-22T04:23:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:23:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:23:45.855Z||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.
2022-12-22T04:23:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:23:55.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:23:55.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:24:45.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:24:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:24:45.854Z||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.
2022-12-22T04:24:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:24:45.855Z||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.
2022-12-22T04:24:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:24:55.409Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:24:55.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:25:45.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:25:45.853Z||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.
2022-12-22T04:25:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:25:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:25:45.855Z||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.
2022-12-22T04:25:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:25:55.399Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:25:55.399Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:26:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:26:45.853Z||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.
2022-12-22T04:26:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:26:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:26:45.855Z||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.
2022-12-22T04:26:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:26:55.443Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:26:55.447Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:27:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:27:45.853Z||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.
2022-12-22T04:27:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:27:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:27:45.855Z||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.
2022-12-22T04:27:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:27:55.413Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:27:55.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:28:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:28:45.853Z||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.
2022-12-22T04:28:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:28:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:28:45.855Z||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.
2022-12-22T04:28:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:28:55.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:28:55.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:29:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:29:45.853Z||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.
2022-12-22T04:29:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:29:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:29:45.855Z||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.
2022-12-22T04:29:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:29:55.436Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:29:55.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:30:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:30:45.853Z||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.
2022-12-22T04:30:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:30:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:30:45.855Z||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.
2022-12-22T04:30:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:30:55.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:30:55.406Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:31:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:31:45.853Z||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.
2022-12-22T04:31:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:31:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:31:45.855Z||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.
2022-12-22T04:31:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:31:55.405Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:31:55.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:32:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:32:45.853Z||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.
2022-12-22T04:32:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:32:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:32:45.855Z||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.
2022-12-22T04:32:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:32:55.402Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:32:55.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:33:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:33:45.853Z||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.
2022-12-22T04:33:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:33:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:33:45.854Z||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.
2022-12-22T04:33:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:33:55.409Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:33:55.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:34:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:34:45.854Z||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.
2022-12-22T04:34:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:34:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:34:45.854Z||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.
2022-12-22T04:34:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:34:55.411Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:34:55.411Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:35:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:35:45.853Z||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.
2022-12-22T04:35:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:35:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:35:45.855Z||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.
2022-12-22T04:35:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:35:55.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:35:55.467Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:36:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:36:45.853Z||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.
2022-12-22T04:36:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:36:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:36:45.855Z||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.
2022-12-22T04:36:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:36:55.455Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:36:55.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:37:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:37:45.853Z||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.
2022-12-22T04:37:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:37:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:37:45.855Z||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.
2022-12-22T04:37:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:37:55.404Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:37:55.405Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:38:45.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:38:45.853Z||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.
2022-12-22T04:38:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:38:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:38:45.857Z||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.
2022-12-22T04:38:45.857Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:38:55.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:38:55.410Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:39:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:39:45.853Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-22T04:39:45.853Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IfVhftyiMYvQGqex) ...
2022-12-22T04:39:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:39:45.855Z||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.
2022-12-22T04:39:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:39:55.413Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:39:55.417Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:40:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:40:45.853Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-22T04:40:45.853Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IfVhftyiMYvQGqex) ...
2022-12-22T04:40:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:40:45.854Z||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.
2022-12-22T04:40:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:40:55.399Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:40:55.409Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:41:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:41:45.853Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-22T04:41:45.853Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IfVhftyiMYvQGqex) ...
2022-12-22T04:41:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:41:45.854Z||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.
2022-12-22T04:41:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:41:55.406Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:41:55.493Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:42:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:42:45.853Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-22T04:42:45.853Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IfVhftyiMYvQGqex) ...
2022-12-22T04:42:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:42:45.854Z||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.
2022-12-22T04:42:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:42:55.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:42:55.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:43:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:43:45.853Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-22T04:43:45.853Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IfVhftyiMYvQGqex) ...
2022-12-22T04:43:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:43:45.855Z||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.
2022-12-22T04:43:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:43:55.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:43:55.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:44:45.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:44:45.853Z||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.
2022-12-22T04:44:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:44:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:44:45.855Z||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.
2022-12-22T04:44:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:44:55.455Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:44:55.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:45:45.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:45:45.853Z||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.
2022-12-22T04:45:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:45:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:45:45.855Z||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.
2022-12-22T04:45:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:45:55.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:45:55.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:46:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:46:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:46:45.856Z||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.
2022-12-22T04:46:45.856Z||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.
2022-12-22T04:46:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:46:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:46:46.493Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:46:46.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:46:46.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade","serviceName":"vFW 2022-12-22 04-45-20","serviceVersion":"1.0","serviceUUID":"b19410a8-3eb7-462d-bbbf-42c4505f389f","serviceDescription":"catalog service description","serviceInvariantUUID":"6185e652-3da7-4b34-9658-c79228d7cd42","resources":[{"resourceInstanceName":"vFW 2908bb76-3c74 0","resourceName":"vFW 2908bb76-3c74","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d3251a9c-5de9-4a1b-9eab-a083fdad6327","resourceInvariantUUID":"5559e3f0-8539-4b1b-9bd2-f994b6090f55","resourceCustomizationUUID":"f36da537-2812-4063-b72b-aba31986cec3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml","artifactChecksum":"ZWEzN2MzY2RhNDk4MTQwODg5OWI4MTI1NDE4YTAzMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37de0fad-a735-4ec7-9a83-b97a900f7af7","artifactVersion":"1"},{"artifactName":"vfw2908bb763c740_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json","artifactChecksum":"Nzc2NTYwMGUzYzIzODQyMmRmYzNhM2Y4YTI1YTBmMTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7abc3dde-bf88-498e-82fa-adf735e30b7e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7cee9e2a-ab5e-48fe-886f-74a8dc30aad8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml","artifactChecksum":"MTdjMzIyODk4ZGQzMjgwZjg5OTkwYjkwOWRmNzYzNzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e594bc4-c8f5-4a29-939f-4e606dbca329","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a154cf59-8c81-4e09-b703-01c10716fb40","artifactVersion":"2","generatedFromUUID":"7cee9e2a-ab5e-48fe-886f-74a8dc30aad8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221222044520-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml","artifactChecksum":"OTZiYTNjYzY3ODU3OTY1NzdlYjYyODA2YjVlYjg1OGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f91162a-067e-4fd6-8fc4-f1211dbc1988","artifactVersion":"1"},{"artifactName":"service-Vfw20221222044520-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar","artifactChecksum":"ZmY4YTc4M2U4NzE4OGRkMDBiN2JlNDlkOGU3YTgxNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5e5c7c57-6d30-4fee-805e-1bb1caf7f074","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-22T04:46:46.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684388662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.538Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:46:46.550Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:46.576Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:46.576Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684405852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "ves-openapi-manager",
"timestamp": 1671684386582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684388662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
"status": "NOTIFIED"
}
2022-12-22T04:46:46.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "ves-openapi-manager",
"timestamp": 1671684386582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684388662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-22T04:46:46.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "ves-openapi-manager",
"timestamp": 1671684386582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "cds",
"timestamp": 1671684391358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "aai-ml",
"timestamp": 1671684391329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684388662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "ves-openapi-manager",
"timestamp": 1671684386582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "cds",
"timestamp": 1671684391358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "aai-ml",
"timestamp": 1671684391329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684388662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "ves-openapi-manager",
"timestamp": 1671684386582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "cds",
"timestamp": 1671684391358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "aai-ml",
"timestamp": 1671684391329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684388662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "ves-openapi-manager",
"timestamp": 1671684386582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "cds",
"timestamp": 1671684391358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684395240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "aai-ml",
"timestamp": 1671684391329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684388662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "ves-openapi-manager",
"timestamp": 1671684386582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "cds",
"timestamp": 1671684391358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684395240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "aai-ml",
"timestamp": 1671684391329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684396924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "cds",
"timestamp": 1671684391358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684395240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "aai-ml",
"timestamp": 1671684391329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684398010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "cds",
"timestamp": 1671684391358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684395240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "aai-ml",
"timestamp": 1671684391329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684399095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "cds",
"timestamp": 1671684399310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684395240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "aai-ml",
"timestamp": 1671684399529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:46:46.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:46:46.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684400189,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-12-22T04:46:46.676Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-22T04:46:46.681Z||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.
2022-12-22T04:46:46.681Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-22T04:46:46.694Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:46:46.694Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-22T04:46:46.883Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
2022-12-22T04:46:46.902Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade 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 (?, ?, ?, ?, ?)
2022-12-22T04:46:46.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684395240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "cds",
"timestamp": 1671684400329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-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=?
2022-12-22T04:46:46.942Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
2022-12-22T04:46:46.942Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade 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 (?, ?, ?, ?, ?)
2022-12-22T04:46:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684401193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
"status": "DEPLOY_OK"
}
2022-12-22T04:46:46.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:46:46.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684395240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T04:46:46.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:46:46.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684403146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:46:46.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:46:47.586Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:46:47.586Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:47.589Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:47.589Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684405852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
"status": "NOTIFIED"
}
2022-12-22T04:46:47.689Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:46:47.689Z||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.
2022-12-22T04:46:47.690Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:47.722Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:46:47.723Z||pool-4-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:46:48.589Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:46:48.590Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:48.591Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:48.592Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684405852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-22T04:46:48.692Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:46:48.697Z||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.
2022-12-22T04:46:48.697Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:48.713Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:46:48.714Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:46:49.592Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:46:49.593Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:49.594Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:49.595Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684405852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:49.701Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-22T04:46:49.701Z||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.
2022-12-22T04:46:49.702Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:49.724Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:46:49.724Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:46:50.595Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:46:50.596Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:50.599Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:50.599Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684405852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-22T04:46:50.699Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:46:50.701Z||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.
2022-12-22T04:46:50.701Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:50.713Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:46:50.714Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:46:51.600Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:46:51.600Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:51.603Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:51.603Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684405852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:46:51.709Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-22T04:46:51.710Z||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.
2022-12-22T04:46:51.710Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:51.722Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:46:51.722Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:46:52.603Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:46:52.604Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:52.607Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:52.607Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684405852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T04:46:52.709Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-22T04:46:52.710Z||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.
2022-12-22T04:46:52.710Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:52.721Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:46:52.722Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:46:53.609Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"serviceName": "vFW 2022-12-22 04-45-20",
"serviceVersion": "1.0",
"serviceUUID": "b19410a8-3eb7-462d-bbbf-42c4505f389f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6185e652-3da7-4b34-9658-c79228d7cd42",
"resources": [
{
"resourceInstanceName": "vFW 2908bb76-3c74 0",
"resourceCustomizationUUID": "f36da537-2812-4063-b72b-aba31986cec3",
"resourceName": "vFW 2908bb76-3c74",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d3251a9c-5de9-4a1b-9eab-a083fdad6327",
"resourceInvariantUUID": "5559e3f0-8539-4b1b-9bd2-f994b6090f55",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2908bb763c740_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
"artifactChecksum": "Nzc2NTYwMGUzYzIzODQyMmRmYzNhM2Y4YTI1YTBmMTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7abc3dde-bf88-498e-82fa-adf735e30b7e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7cee9e2a-ab5e-48fe-886f-74a8dc30aad8",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a154cf59-8c81-4e09-b703-01c10716fb40",
"generatedFromUUID": "7cee9e2a-ab5e-48fe-886f-74a8dc30aad8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a154cf59-8c81-4e09-b703-01c10716fb40",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221222044520-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"artifactChecksum": "ZmY4YTc4M2U4NzE4OGRkMDBiN2JlNDlkOGU3YTgxNTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5e5c7c57-6d30-4fee-805e-1bb1caf7f074"
}
],
"workloadContext": "Production"
}
2022-12-22T04:46:53.611Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-22T04:46:53.611Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b19410a8-3eb7-462d-bbbf-42c4505f389f ASDC
2022-12-22T04:46:53.759Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
ServiceName:vFW 2022-12-22 04-45-20
ServiceVersion:1.0
ServiceUUID:b19410a8-3eb7-462d-bbbf-42c4505f389f
ServiceInvariantUUID:6185e652-3da7-4b34-9658-c79228d7cd42
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221222044520-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar
ArtifactUUID:5e5c7c57-6d30-4fee-805e-1bb1caf7f074
ArtifactChecksum:ZmY4YTc4M2U4NzE4OGRkMDBiN2JlNDlkOGU3YTgxNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2908bb76-3c74 0
ResourceCustomizationUUID:f36da537-2812-4063-b72b-aba31986cec3
ResourceInvariantUUID:5559e3f0-8539-4b1b-9bd2-f994b6090f55
ResourceName:vFW 2908bb76-3c74
ResourceType:VF
ResourceUUID:d3251a9c-5de9-4a1b-9eab-a083fdad6327
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2908bb763c740_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json
ArtifactUUID:7abc3dde-bf88-498e-82fa-adf735e30b7e
ArtifactChecksum:Nzc2NTYwMGUzYzIzODQyMmRmYzNhM2Y4YTI1YTBmMTc=
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/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml
ArtifactUUID:7cee9e2a-ab5e-48fe-886f-74a8dc30aad8
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/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env
ArtifactUUID:a154cf59-8c81-4e09-b703-01c10716fb40
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/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env
ArtifactUUID:a154cf59-8c81-4e09-b703-01c10716fb40
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-22T04:46:53.760Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b19410a8-3eb7-462d-bbbf-42c4505f389f 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=?
2022-12-22T04:46:53.825Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T04:46:53.827Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-22T04:46:53.828Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-22T04:46:53.829Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5e5c7c57-6d30-4fee-805e-1bb1caf7f074 from URL: /sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:53.829Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:46:53.830Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:53.920Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:46:53.939Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar 5e5c7c57-6d30-4fee-805e-1bb1caf7f074 100704
2022-12-22T04:46:53.940Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar ASDC sendASDCNotification
2022-12-22T04:46:53.940Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:53.941Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:46:53.942Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:53.944Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:53.944Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684413939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:46:54.045Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:46:54.046Z||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.
2022-12-22T04:46:54.046Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:54.086Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:46:54.087Z||pool-10-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:46:54.945Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T04:46:54.946Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-22T04:46:54.946Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5e5c7c57-6d30-4fee-805e-1bb1caf7f074, URL: /sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar to file: /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:54.947Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221222044520-csar.csar
2022-12-22T04:46:55.044Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:55.045Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:55.817Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5222997516924019162/Definitions/service-Vfw20221222044520-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
2022-12-22T04:46:58.650Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-22T04:46:58.656Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-22T04:46:58.656Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.656Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-22T04:46:58.657Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.657Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|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-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.657Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||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-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.657Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2908bb76-3c74 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-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.658Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|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-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.658Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.658Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.659Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|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-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.659Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.659Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.660Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.660Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-22T04:46:58.668Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:46:58.670Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:46:58.674Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:46:58.674Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-22T04:46:58.676Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T04:46:58.677Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:46:58.678Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:46:58.678Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:46:58.678Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-22T04:46:58.679Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T04:46:58.679Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:46:58.679Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:46:58.682Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:46:58.683Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is not matching search criteria
2022-12-22T04:46:58.683Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-22T04:46:58.683Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-22T04:46:58.684Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.684Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.684Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-22T04:46:58.684Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.685Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-22T04:46:58.685Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-22T04:46:58.685Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-22T04:46:58.685Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.686Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.686Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-22T04:46:58.686Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.686Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-22T04:46:58.687Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.687Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-22T04:46:58.687Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:46:58.687Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-22T04:46:58.689Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:46:58.689Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:46:58.689Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:46:58.690Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:46:58.690Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:46:58.690Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:46:58.690Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:46:58.691Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:46:58.691Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:46:58.691Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:46:58.692Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is not matching search criteria
2022-12-22T04:46:58.692Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-22T04:46:58.692Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-22T04:46:58.692Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-22T04:46:58.692Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-22T04:46:58.693Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-22T04:46:58.693Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.693Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.693Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-22T04:46:58.694Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.694Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-22T04:46:58.694Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.694Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=65e61819-22f7-4e8c-98cd-0805da95328b
2022-12-22T04:46:58.695Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:46:58.695Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is not matching search criteria
2022-12-22T04:46:58.695Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-22T04:46:58.695Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-22T04:46:58.696Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.696Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.696Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-22T04:46:58.696Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.697Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-22T04:46:58.697Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-22T04:46:58.697Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-22T04:46:58.697Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.698Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-22T04:46:58.698Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.698Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=851eb67e-3cdc-4384-bbbe-0d1ed6a276e3
2022-12-22T04:46:58.698Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:46:58.699Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is not matching search criteria
2022-12-22T04:46:58.699Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-22T04:46:58.699Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-22T04:46:58.699Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.700Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.700Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-22T04:46:58.700Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.701Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-22T04:46:58.701Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-22T04:46:58.701Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-22T04:46:58.701Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.702Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.702Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-22T04:46:58.702Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a225c439-f704-4ce6-8c71-fe0a7db02e3e
2022-12-22T04:46:58.702Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:46:58.703Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:46:58.703Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:46:58.703Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:46:58.703Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:46:58.704Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:46:58.704Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:46:58.704Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:46:58.704Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-22 04-45-20
Description:catalog service description
Model UUID:b19410a8-3eb7-462d-bbbf-42c4505f389f
Model Version:NULL
Model InvariantUuid:6185e652-3da7-4b34-9658-c79228d7cd42
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2908bb76-3c74
Model UUID:e0d6925f-93eb-438b-8607-2d516c7050fe
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5559e3f0-8539-4b1b-9bd2-f994b6090f55
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f36da537-2812-4063-b72b-aba31986cec3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:90afefb2-b004-4bc3-ac4e-cc01ab5020cc
ModelName:Vfw2908bb763c74..base_vfw..module-0
ModelUuid:7e7e94e0-85d0-4431-8d4e-60a0765ab89e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:65e61819-22f7-4e8c-98cd-0805da95328b
ModelInvariantUuid:cc1341a9-6e15-4c78-8f66-0757626c4e4e
ModelName:vFW 2908bb76-3c74-nodes.vfwCvfc
ModelUuid:ba79abc7-47c3-4e52-a660-f685ac8b42e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:670a1ff2-85c9-441a-8fbb-b26ea39e5891
ModelInvariantUuid:50095961-8cc0-4361-932a-095c80b106dc
ModelName:Vfw2908bb763c74.compute.nodes.heat.vfw
ModelUuid:17866629-1d9b-471f-8b1f-af681d9ebb65
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:851eb67e-3cdc-4384-bbbe-0d1ed6a276e3
ModelInvariantUuid:407e086d-9a3a-456b-8ec1-4a000e1d2105
ModelName:vFW 2908bb76-3c74-nodes.vsnCvfc
ModelUuid:714230b7-596c-43ba-af19-a4987f6ca250
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7746a7ef-22e6-4e57-b5bf-bf9da55d6473
ModelInvariantUuid:c3c9d7e2-e27c-403e-a17c-77bbf5b8b2bd
ModelName:Vfw2908bb763c74.compute.nodes.heat.vsn
ModelUuid:4c00bd08-ee4d-4da0-8276-3061a633574d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a225c439-f704-4ce6-8c71-fe0a7db02e3e
ModelInvariantUuid:b1aec7a9-500e-4b37-a831-0554b5b955af
ModelName:vFW 2908bb76-3c74-nodes.vpgCvfc
ModelUuid:d4ff1841-7419-4706-af2c-ca359dbcc385
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:fcaf1cd1-ac4f-4621-9eaa-dd1289e71c43
ModelInvariantUuid:0a3af5cd-b96a-4f59-8da6-6a77d9bfe82b
ModelName:Vfw2908bb763c74.compute.nodes.heat.vpg
ModelUuid:fd03a618-7b8a-404d-954b-a6828e113681
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=?
2022-12-22T04:46:58.716Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d3251a9c-5de9-4a1b-9eab-a083fdad6327
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=?
2022-12-22T04:46:58.807Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||vFW 2908bb76-3c74 0
2022-12-22T04:46:58.814Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d3251a9c-5de9-4a1b-9eab-a083fdad6327
2022-12-22T04:46:58.814Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7abc3dde-bf88-498e-82fa-adf735e30b7e from URL: /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json
2022-12-22T04:46:58.814Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:46:58.815Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json
2022-12-22T04:46:58.881Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:46:58.881Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json 7abc3dde-bf88-498e-82fa-adf735e30b7e 785
2022-12-22T04:46:58.882Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json ASDC sendASDCNotification
2022-12-22T04:46:58.882Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json
2022-12-22T04:46:58.882Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:46:58.883Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:58.885Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:58.885Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684418882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:46:58.986Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T04:46:58.987Z||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.
2022-12-22T04:46:58.987Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:59.009Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:46:59.009Z||pool-11-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:46:59.887Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2908bb763c74..base_vfw..module-0",
"vfModuleModelInvariantUUID": "90afefb2-b004-4bc3-ac4e-cc01ab5020cc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7e7e94e0-85d0-4431-8d4e-60a0765ab89e",
"vfModuleModelCustomizationUUID": "f627181c-ad57-480d-8144-5767452cfdf6",
"isBase": true,
"artifacts": [
"7cee9e2a-ab5e-48fe-886f-74a8dc30aad8",
"a154cf59-8c81-4e09-b703-01c10716fb40"
],
"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": ""
}
}
]
2022-12-22T04:46:59.901Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2908bb763c74..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e7e94e0-85d0-4431-8d4e-60a0765ab89e
VfModuleModelInvariantUUID:90afefb2-b004-4bc3-ac4e-cc01ab5020cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
7cee9e2a-ab5e-48fe-886f-74a8dc30aad8
,
a154cf59-8c81-4e09-b703-01c10716fb40
}
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
}
2022-12-22T04:46:59.904Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2908bb763c74..base_vfw..module-0",
"vfModuleModelInvariantUUID": "90afefb2-b004-4bc3-ac4e-cc01ab5020cc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7e7e94e0-85d0-4431-8d4e-60a0765ab89e",
"vfModuleModelCustomizationUUID": "f627181c-ad57-480d-8144-5767452cfdf6",
"isBase": true,
"artifacts": [
"7cee9e2a-ab5e-48fe-886f-74a8dc30aad8",
"a154cf59-8c81-4e09-b703-01c10716fb40"
],
"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": ""
}
}
]
2022-12-22T04:46:59.904Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2908bb763c74..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e7e94e0-85d0-4431-8d4e-60a0765ab89e
VfModuleModelInvariantUUID:90afefb2-b004-4bc3-ac4e-cc01ab5020cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
7cee9e2a-ab5e-48fe-886f-74a8dc30aad8
,
a154cf59-8c81-4e09-b703-01c10716fb40
}
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
}
2022-12-22T04:46:59.904Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7cee9e2a-ab5e-48fe-886f-74a8dc30aad8 from URL: /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml
2022-12-22T04:46:59.905Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:46:59.905Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml
2022-12-22T04:46:59.963Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:46:59.964Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml 7cee9e2a-ab5e-48fe-886f-74a8dc30aad8 20368
2022-12-22T04:46:59.965Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-22T04:46:59.965Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml
2022-12-22T04:46:59.966Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:46:59.966Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:59.969Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:59.969Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684419965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:47:00.069Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:47:00.070Z||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.
2022-12-22T04:47:00.070Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:47:00.081Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:47:00.082Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:47:00.970Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a154cf59-8c81-4e09-b703-01c10716fb40 from URL: /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env
2022-12-22T04:47:00.971Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:47:00.972Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env
2022-12-22T04:47:01.031Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:47:01.032Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env a154cf59-8c81-4e09-b703-01c10716fb40 2098
2022-12-22T04:47:01.032Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-22T04:47:01.033Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env
2022-12-22T04:47:01.033Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:47:01.033Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:47:01.036Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:47:01.036Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684421032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:47:01.136Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:47:01.137Z||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.
2022-12-22T04:47:01.137Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:47:01.151Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:47:01.151Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:47:02.037Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b19410a8-3eb7-462d-bbbf-42c4505f389f
2022-12-22T04:47:02.037Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2908bb76-3c74 0 d3251a9c-5de9-4a1b-9eab-a083fdad6327 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-22T04:47:02.074Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6463f5e6, org.onap.sdc.toscaparser.api.parameters.Input@4289cd8d, org.onap.sdc.toscaparser.api.parameters.Input@62e8757b, org.onap.sdc.toscaparser.api.parameters.Input@7a7989de, org.onap.sdc.toscaparser.api.parameters.Input@1ce9fb2]
2022-12-22T04:47:02.078Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.079Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.079Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-12-22T04:47:02.079Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f36da537-2812-4063-b72b-aba31986cec3
2022-12-22T04:47:02.080Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f36da537-2812-4063-b72b-aba31986cec3 matches Tosca VF Customization UUID: f36da537-2812-4063-b72b-aba31986cec3
2022-12-22T04:47:02.080Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f36da537-2812-4063-b72b-aba31986cec3 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=?
2022-12-22T04:47:02.086Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.087Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.088Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f36da537-2812-4063-b72b-aba31986cec3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-22T04:47:02.088Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d6b23b4
2022-12-22T04:47:02.088Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.089Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-22T04:47:02.089Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f627181c-ad57-480d-8144-5767452cfdf6
2022-12-22T04:47:02.090Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f627181c-ad57-480d-8144-5767452cfdf6
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=?
2022-12-22T04:47:02.096Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.096Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:47:02.096Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:47:02.097Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.097Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:47:02.097Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:47:02.098Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.098Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is not matching search criteria
2022-12-22T04:47:02.098Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-22T04:47:02.098Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-22T04:47:02.099Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-22T04:47:02.099Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-22T04:47:02.099Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-22T04:47:02.099Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.100Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-22T04:47:02.100Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-22T04:47:02.100Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-22T04:47:02.100Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-22T04:47:02.101Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.101Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=65e61819-22f7-4e8c-98cd-0805da95328b
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=?
2022-12-22T04:47:02.111Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.111Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:47:02.111Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:47:02.112Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.112Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is not matching search criteria
2022-12-22T04:47:02.112Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-22T04:47:02.112Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-22T04:47:02.113Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-22T04:47:02.113Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.113Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-22T04:47:02.113Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.114Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-22T04:47:02.114Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-22T04:47:02.114Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-22T04:47:02.114Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-22T04:47:02.115Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-22T04:47:02.115Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.115Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=851eb67e-3cdc-4384-bbbe-0d1ed6a276e3
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=?
2022-12-22T04:47:02.117Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.117Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:47:02.117Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:47:02.120Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.120Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is not matching search criteria
2022-12-22T04:47:02.120Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-22T04:47:02.121Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-22T04:47:02.121Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-22T04:47:02.121Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.121Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-22T04:47:02.121Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.122Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-22T04:47:02.122Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-22T04:47:02.122Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-22T04:47:02.122Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.123Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-22T04:47:02.123Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-22T04:47:02.123Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a225c439-f704-4ce6-8c71-fe0a7db02e3e
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=?
2022-12-22T04:47:02.125Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.125Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:47:02.125Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:47:02.126Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.126Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:47:02.126Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=f36da537-2812-4063-b72b-aba31986cec3
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=?
2022-12-22T04:47:02.128Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.128Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.129Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b19410a8-3eb7-462d-bbbf-42c4505f389f: vFW 2908bb76-3c74
2022-12-22T04:47:02.129Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.130Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.130Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.130Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.131Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.131Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.131Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.131Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.132Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:47:02.132Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.132Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-12-22 04-45-20
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 (?, ?, ?, ?, ?)
2022-12-22T04:47:02.378Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2908bb76-3c74 d3251a9c-5de9-4a1b-9eab-a083fdad6327 1 ASDC deployResourceStructure
2022-12-22T04:47:02.379Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json ASDC sendASDCNotification
2022-12-22T04:47:02.379Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json
2022-12-22T04:47:02.379Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:47:02.380Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:47:02.381Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:47:02.382Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684422379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
"status": "DEPLOY_OK"
}
2022-12-22T04:47:02.482Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:47:02.483Z||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.
2022-12-22T04:47:02.483Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:47:02.495Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:47:02.495Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:47:03.385Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-22T04:47:03.385Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml
2022-12-22T04:47:03.385Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:47:03.385Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:47:03.387Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:47:03.387Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684423384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-22T04:47:03.487Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:47:03.488Z||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.
2022-12-22T04:47:03.488Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:47:03.503Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:47:03.504Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:47:04.388Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-22T04:47:04.389Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env
2022-12-22T04:47:04.389Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:47:04.389Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:47:04.391Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:47:04.391Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684424388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-22T04:47:04.492Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:47:04.493Z||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.
2022-12-22T04:47:04.493Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:47:04.505Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:47:04.505Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:47:05.392Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar ASDC sendASDCNotification
2022-12-22T04:47:05.393Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar
2022-12-22T04:47:05.393Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:47:05.393Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:47:05.395Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:47:05.395Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684425392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-22T04:47:05.496Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:47:05.496Z||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.
2022-12-22T04:47:05.497Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:47:05.513Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:47:05.513Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:47:06.397Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-12-22T04:47:06.418Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
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=?
2022-12-22T04:47:06.421Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T04:47:06.421Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T04:47:06.422Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T04:47:36.422Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-12-22T04:47:36.435Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
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=?
2022-12-22T04:47:36.437Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T04:47:36.437Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T04:47:36.438Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T04:47:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:47:45.855Z||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.
2022-12-22T04:47:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:47:45.983Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:47:45.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:47:45.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684405852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:47:45.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:06.438Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-12-22T04:48:06.452Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
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=?
2022-12-22T04:48:06.455Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T04:48:06.455Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T04:48:06.455Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T04:48:36.456Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-12-22T04:48:36.469Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
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=?
2022-12-22T04:48:36.472Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T04:48:36.473Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T04:48:36.473Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T04:48:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:48:45.855Z||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.
2022-12-22T04:48:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:48:46.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:48:46.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684405852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
"status": "NOTIFIED"
}
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684405852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684410072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684405852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684411079,
"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=?
2022-12-22T04:48:46.407Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
2022-12-22T04:48:46.407Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade 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 (?, ?, ?, ?, ?)
2022-12-22T04:48:46.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684405852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-22T04:48:46.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684405852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684405852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684413939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "aai-ml",
"timestamp": 1671684416971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "aai-ml",
"timestamp": 1671684417986,
"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=?
2022-12-22T04:48:46.422Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
2022-12-22T04:48:46.422Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade 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 (?, ?, ?, ?, ?)
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684418882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684419965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684421032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684422379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
"status": "DEPLOY_OK"
}
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684423384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "cds",
"timestamp": 1671684421359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "aai-ml",
"timestamp": 1671684421329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684424388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "cds",
"timestamp": 1671684421359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684425240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "aai-ml",
"timestamp": 1671684421329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684425392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "cds",
"timestamp": 1671684421359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684425240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "aai-ml",
"timestamp": 1671684421329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "cds",
"timestamp": 1671684421359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684425240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "aai-ml",
"timestamp": 1671684421329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "ves-openapi-manager",
"timestamp": 1671684426582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "cds",
"timestamp": 1671684421359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "aai-ml",
"timestamp": 1671684421329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684425240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "ves-openapi-manager",
"timestamp": 1671684426582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "cds",
"timestamp": 1671684421359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "aai-ml",
"timestamp": 1671684421329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684425240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684428662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "ves-openapi-manager",
"timestamp": 1671684426582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "cds",
"timestamp": 1671684421359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "aai-ml",
"timestamp": 1671684421329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684425240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684428662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
"status": "NOTIFIED"
}
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "ves-openapi-manager",
"timestamp": 1671684426582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684425240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684428662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "ves-openapi-manager",
"timestamp": 1671684426582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "aai-ml",
"timestamp": 1671684430957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "cds",
"timestamp": 1671684431388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684428662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684433013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "ves-openapi-manager",
"timestamp": 1671684426582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "cds",
"timestamp": 1671684432395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-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 (?, ?, ?, ?, ?)
2022-12-22T04:48:46.457Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ce57370c-b0cf-4e91-bf56-a6414947803f
2022-12-22T04:48:46.457Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce57370c-b0cf-4e91-bf56-a6414947803f 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 (?, ?, ?, ?, ?)
2022-12-22T04:48:46.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684428662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "ves-openapi-manager",
"timestamp": 1671684426582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684428662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684435701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-22T04:48:46.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684428662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T04:48:46.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:48:46.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671684436705,
"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=?
2022-12-22T04:48:46.470Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ce57370c-b0cf-4e91-bf56-a6414947803f
2022-12-22T04:48:46.470Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce57370c-b0cf-4e91-bf56-a6414947803f 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 (?, ?, ?, ?, ?)
2022-12-22T04:48:46.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684436457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684437540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684438609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "aai-ml",
"timestamp": 1671684439040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-22T04:48:46.480Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684439641,
"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=?
2022-12-22T04:48:46.486Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce57370c-b0cf-4e91-bf56-a6414947803f
2022-12-22T04:48:46.486Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce57370c-b0cf-4e91-bf56-a6414947803f 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 (?, ?, ?, ?, ?)
2022-12-22T04:48:46.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "aai-ml",
"timestamp": 1671684440045,
"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=?
2022-12-22T04:48:46.499Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ce57370c-b0cf-4e91-bf56-a6414947803f
2022-12-22T04:48:46.499Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce57370c-b0cf-4e91-bf56-a6414947803f 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 (?, ?, ?, ?, ?)
2022-12-22T04:48:46.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671684440646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-22T04:48:46.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:49:06.474Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-12-22T04:49:06.486Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
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=?
2022-12-22T04:49:06.489Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T04:49:06.489Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-22T04:49:06.489Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-22T04:49:06.489Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-22T04:49:06.490Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-22T04:49:06.490Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-22T04:49:06.490Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-22T04:49:06.490Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-22T04:49:06.490Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-22T04:49:06.490Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||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=?
2022-12-22T04:49:06.503Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-22T04:49:36.504Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade 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=?
2022-12-22T04:49:36.514Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade and serviceModelVersionId: b19410a8-3eb7-462d-bbbf-42c4505f389f
2022-12-22T04:49:36.515Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6185e652-3da7-4b34-9658-c79228d7cd42
2022-12-22T04:49:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:49:45.855Z||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.
2022-12-22T04:49:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:49:51.173Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0
2022-12-22T04:49:51.285Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-12-22T04:49:51.775Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0|INFO|500||Invoke
2022-12-22T04:49:51.782Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fa61a3b3-0e22-40a3-af13-13f776aae472], X-ECOMP-RequestID=[ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade], X-TransactionId=[], X-ONAP-RequestID=[ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade], Content-Type=[application/merge-patch+json]}
2022-12-22T04:49:51.921Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-22T04:49:52.256Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?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/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0 has http status code:200 and response headers:{date=[Thu, 22 Dec 2022 04:49:52 GMT], content-length=[0], vertex-id=[344248], x-aai-txid=[2-aai-resources-221222-04:49:52:598-10675], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-22T04:49:52.257Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-22T04:49:52.258Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0|INFO|500||InvokeReturn
2022-12-22T04:49:52.262Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-22T04:49:52.262Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||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=?
2022-12-22T04:49:52.268Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||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)
2022-12-22T04:49:52.269Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-22T04:49:52.270Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-22T04:49:52.270Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:49:52.272Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:49:52.272Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684592269,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T04:49:52.372Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T04:49:52.373Z||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.
2022-12-22T04:49:52.373Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:49:52.385Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:49:52.386Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:49:53.000Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:49:53.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:49:53.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684592269,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T04:49:53.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-12-22T04:49:53.285Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:49:53.286Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|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.
2022-12-22T04:49:53.286Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|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 IfVhftyiMYvQGqex) ...
2022-12-22T04:49:57.698Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:49:57.699Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T04:49:57.699Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ce57370c-b0cf-4e91-bf56-a6414947803f","serviceName":"basic_onboard_UFPetH","serviceVersion":"1.0","serviceUUID":"869f1ebe-033e-4ab5-9947-bc5308b3aa21","serviceDescription":"service","serviceInvariantUUID":"407b0caf-34c2-4082-bbf8-7084dbc817bc","resources":[{"resourceInstanceName":"basic_onboard_UFPetH 0","resourceName":"basic_onboard_UFPetH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aae01e72-ad6b-47b1-a13e-b1078e224c11","resourceInvariantUUID":"02a164a8-e34a-4ba9-a523-0ad5f7205d28","resourceCustomizationUUID":"62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml","artifactChecksum":"N2FkOTJhMDZmMWM5OTYxMzUwODg4M2U3NjgyMmIxYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96c4e9a6-00a8-4215-a0ea-2e2b1602dc04","artifactVersion":"1"},{"artifactName":"basic_onboard_ufpeth0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json","artifactChecksum":"MjZhNDM5OTEzMTI3MGNlNzJlNGZmZWExODA4YzUwZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"978006c5-7848-4210-86af-8e395c63b4b0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5051fce1-174d-4311-ba49-efbe1ed4059b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"79fe289a-ffaf-46b9-8d1c-51cd22243912","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b8f2812-2fd0-4a42-9460-9801e3258a84","artifactVersion":"2","generatedFromUUID":"5051fce1-174d-4311-ba49-efbe1ed4059b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUfpeth-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml","artifactChecksum":"ZDBlMTM2OTZhMjhkNDM4MDhjZjE2MDg1MDNiNzY2MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1edced2-cc32-44bf-9668-273e01a8ab0d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUfpeth-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar","artifactChecksum":"Njg2YTNlYjM0NzEwYjZlZTJjYzZiOWRhZDVlMWQ5NGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cbf59df-045f-4fbb-bbed-43fe282d771c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-22T04:49:57.702Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:49:57.702Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:49:57.704Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:49:57.704Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684593285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:49:57.805Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:49:57.806Z||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.
2022-12-22T04:49:57.806Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:49:57.816Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:49:57.816Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:49:58.705Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:49:58.706Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:49:58.708Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:49:58.708Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684593285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
"status": "NOTIFIED"
}
2022-12-22T04:49:58.808Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:49:58.809Z||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.
2022-12-22T04:49:58.809Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:49:58.820Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:49:58.821Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:49:59.709Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:49:59.710Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:49:59.712Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:49:59.712Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684593285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-22T04:49:59.812Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:49:59.813Z||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.
2022-12-22T04:49:59.813Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:49:59.826Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:49:59.826Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:50:00.713Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:50:00.714Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:00.716Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:00.716Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684593285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:50:00.817Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-22T04:50:00.818Z||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.
2022-12-22T04:50:00.818Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:00.828Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:50:00.828Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:50:01.717Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:50:01.718Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:01.720Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:01.720Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684593285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-22T04:50:01.820Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:01.821Z||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.
2022-12-22T04:50:01.821Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:01.832Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:50:01.833Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:50:02.720Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:50:02.721Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:02.723Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:02.723Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684593285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:50:02.823Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:02.824Z||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.
2022-12-22T04:50:02.825Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:02.838Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:50:02.838Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:50:03.724Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:50:03.725Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:03.727Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:03.727Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684593285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T04:50:03.827Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:03.828Z||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.
2022-12-22T04:50:03.829Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:03.842Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:50:03.843Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:04.729Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"serviceName": "basic_onboard_UFPetH",
"serviceVersion": "1.0",
"serviceUUID": "869f1ebe-033e-4ab5-9947-bc5308b3aa21",
"serviceDescription": "service",
"serviceInvariantUUID": "407b0caf-34c2-4082-bbf8-7084dbc817bc",
"resources": [
{
"resourceInstanceName": "basic_onboard_UFPetH 0",
"resourceCustomizationUUID": "62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe",
"resourceName": "basic_onboard_UFPetH",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "aae01e72-ad6b-47b1-a13e-b1078e224c11",
"resourceInvariantUUID": "02a164a8-e34a-4ba9-a523-0ad5f7205d28",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ufpeth0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
"artifactChecksum": "MjZhNDM5OTEzMTI3MGNlNzJlNGZmZWExODA4YzUwZTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "978006c5-7848-4210-86af-8e395c63b4b0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5051fce1-174d-4311-ba49-efbe1ed4059b",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b8f2812-2fd0-4a42-9460-9801e3258a84",
"generatedFromUUID": "5051fce1-174d-4311-ba49-efbe1ed4059b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b8f2812-2fd0-4a42-9460-9801e3258a84",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardUfpeth-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"artifactChecksum": "Njg2YTNlYjM0NzEwYjZlZTJjYzZiOWRhZDVlMWQ5NGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5cbf59df-045f-4fbb-bbed-43fe282d771c"
}
],
"workloadContext": "Production"
}
2022-12-22T04:50:04.729Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-22T04:50:04.730Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 869f1ebe-033e-4ab5-9947-bc5308b3aa21 ASDC
2022-12-22T04:50:04.730Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ce57370c-b0cf-4e91-bf56-a6414947803f
ServiceName:basic_onboard_UFPetH
ServiceVersion:1.0
ServiceUUID:869f1ebe-033e-4ab5-9947-bc5308b3aa21
ServiceInvariantUUID:407b0caf-34c2-4082-bbf8-7084dbc817bc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUfpeth-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar
ArtifactUUID:5cbf59df-045f-4fbb-bbed-43fe282d771c
ArtifactChecksum:Njg2YTNlYjM0NzEwYjZlZTJjYzZiOWRhZDVlMWQ5NGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UFPetH 0
ResourceCustomizationUUID:62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe
ResourceInvariantUUID:02a164a8-e34a-4ba9-a523-0ad5f7205d28
ResourceName:basic_onboard_UFPetH
ResourceType:VF
ResourceUUID:aae01e72-ad6b-47b1-a13e-b1078e224c11
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ufpeth0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json
ArtifactUUID:978006c5-7848-4210-86af-8e395c63b4b0
ArtifactChecksum:MjZhNDM5OTEzMTI3MGNlNzJlNGZmZWExODA4YzUwZTk=
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/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5051fce1-174d-4311-ba49-efbe1ed4059b
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/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env
ArtifactUUID:8b8f2812-2fd0-4a42-9460-9801e3258a84
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/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env
ArtifactUUID:8b8f2812-2fd0-4a42-9460-9801e3258a84
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-22T04:50:04.731Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 869f1ebe-033e-4ab5-9947-bc5308b3aa21 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=?
2022-12-22T04:50:04.758Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T04:50:04.758Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-22T04:50:04.759Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-22T04:50:04.759Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5cbf59df-045f-4fbb-bbed-43fe282d771c from URL: /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:04.759Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:50:04.759Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:04.907Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:50:04.912Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar 5cbf59df-045f-4fbb-bbed-43fe282d771c 75321
2022-12-22T04:50:04.913Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar ASDC sendASDCNotification
2022-12-22T04:50:04.913Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:04.913Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:50:04.913Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:04.915Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:04.915Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684604912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:50:05.016Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:05.017Z||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.
2022-12-22T04:50:05.017Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:05.028Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:50:05.029Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:05.916Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T04:50:05.917Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-22T04:50:05.917Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5cbf59df-045f-4fbb-bbed-43fe282d771c, URL: /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar to file: /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:05.917Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:05.918Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:05.918Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:06.060Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10633886393302556444/Definitions/service-BasicOnboardUfpeth-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
2022-12-22T04:50:07.405Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-22T04:50:07.405Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-22T04:50:07.405Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.406Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-22T04:50:07.406Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.406Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.406Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.406Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.406Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.407Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UFPetH 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-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.407Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||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-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.407Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-22T04:50:07.407Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:07.407Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:07.408Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:07.408Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-22T04:50:07.408Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T04:50:07.408Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:07.409Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:07.409Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:07.409Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-22T04:50:07.409Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T04:50:07.410Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:07.410Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:07.410Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:07.411Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is not matching search criteria
2022-12-22T04:50:07.411Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-22T04:50:07.411Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-22T04:50:07.411Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-22T04:50:07.411Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-22T04:50:07.412Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-22T04:50:07.412Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:07.412Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-22T04:50:07.412Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:07.412Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:07.413Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:50:07.413Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:07.413Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:07.413Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:50:07.414Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:07.414Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:07.414Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:50:07.414Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:07.415Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is not matching search criteria
2022-12-22T04:50:07.415Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-22T04:50:07.415Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-22T04:50:07.415Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=45b90695-aa50-4cf4-a7d3-56cdd668080d
2022-12-22T04:50:07.415Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:07.416Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:07.416Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:07.416Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:07.416Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:07.417Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:07.417Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:07.417Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:07.417Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_UFPetH
Description:service
Model UUID:869f1ebe-033e-4ab5-9947-bc5308b3aa21
Model Version:NULL
Model InvariantUuid:407b0caf-34c2-4082-bbf8-7084dbc817bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_UFPetH
Model UUID:c4864c16-2c9c-48f7-9c27-b35c2eb2f0e1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02a164a8-e34a-4ba9-a523-0ad5f7205d28
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b8c1326f-2570-4aac-bac3-f5c71c676d44
ModelName:BasicOnboardUfpeth..base_ubuntu18..module-0
ModelUuid:6719d990-ed1d-4272-b632-2a8f8e901683
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:45b90695-aa50-4cf4-a7d3-56cdd668080d
ModelInvariantUuid:fcaf7775-10a7-4813-afc8-09252a15f824
ModelName:basic_onboard_UFPetH-nodes.ubuntu18Cvfc
ModelUuid:30866062-3102-434e-bfd3-37d9702fca50
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2ec628f8-bdd5-45f4-b015-a8b823add033
ModelInvariantUuid:431b02b7-63c3-4458-95dd-c915ddf8796a
ModelName:BasicOnboardUfpeth.compute.nodes.heat.ubuntu18
ModelUuid:b652c61f-01ea-4fba-946d-69627e642640
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=?
2022-12-22T04:50:07.426Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: aae01e72-ad6b-47b1-a13e-b1078e224c11
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=?
2022-12-22T04:50:07.429Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||basic_onboard_UFPetH 0
2022-12-22T04:50:07.429Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aae01e72-ad6b-47b1-a13e-b1078e224c11
2022-12-22T04:50:07.429Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 978006c5-7848-4210-86af-8e395c63b4b0 from URL: /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json
2022-12-22T04:50:07.429Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:50:07.430Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json
2022-12-22T04:50:07.518Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:50:07.519Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json 978006c5-7848-4210-86af-8e395c63b4b0 798
2022-12-22T04:50:07.519Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json ASDC sendASDCNotification
2022-12-22T04:50:07.519Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json
2022-12-22T04:50:07.520Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:50:07.520Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:07.524Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:07.524Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684607519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:50:07.624Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:07.625Z||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.
2022-12-22T04:50:07.625Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:07.639Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:50:07.641Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:08.525Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUfpeth..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b8c1326f-2570-4aac-bac3-f5c71c676d44",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6719d990-ed1d-4272-b632-2a8f8e901683",
"vfModuleModelCustomizationUUID": "1ae4844c-2595-4a93-81b1-1b3880f70cd6",
"isBase": true,
"artifacts": [
"5051fce1-174d-4311-ba49-efbe1ed4059b",
"8b8f2812-2fd0-4a42-9460-9801e3258a84"
],
"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": ""
}
}
]
2022-12-22T04:50:08.530Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUfpeth..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6719d990-ed1d-4272-b632-2a8f8e901683
VfModuleModelInvariantUUID:b8c1326f-2570-4aac-bac3-f5c71c676d44
VfModuleModelDescription:NULL
Artifacts UUID List:{
5051fce1-174d-4311-ba49-efbe1ed4059b
,
8b8f2812-2fd0-4a42-9460-9801e3258a84
}
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
}
2022-12-22T04:50:08.532Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUfpeth..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b8c1326f-2570-4aac-bac3-f5c71c676d44",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6719d990-ed1d-4272-b632-2a8f8e901683",
"vfModuleModelCustomizationUUID": "1ae4844c-2595-4a93-81b1-1b3880f70cd6",
"isBase": true,
"artifacts": [
"5051fce1-174d-4311-ba49-efbe1ed4059b",
"8b8f2812-2fd0-4a42-9460-9801e3258a84"
],
"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": ""
}
}
]
2022-12-22T04:50:08.532Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUfpeth..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6719d990-ed1d-4272-b632-2a8f8e901683
VfModuleModelInvariantUUID:b8c1326f-2570-4aac-bac3-f5c71c676d44
VfModuleModelDescription:NULL
Artifacts UUID List:{
5051fce1-174d-4311-ba49-efbe1ed4059b
,
8b8f2812-2fd0-4a42-9460-9801e3258a84
}
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
}
2022-12-22T04:50:08.532Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5051fce1-174d-4311-ba49-efbe1ed4059b from URL: /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml
2022-12-22T04:50:08.532Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:50:08.532Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml
2022-12-22T04:50:08.604Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:50:08.604Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml 5051fce1-174d-4311-ba49-efbe1ed4059b 5033
2022-12-22T04:50:08.605Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-22T04:50:08.605Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml
2022-12-22T04:50:08.605Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:50:08.605Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:08.607Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:08.607Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684608604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:50:08.707Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:08.708Z||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.
2022-12-22T04:50:08.708Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:08.725Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:50:08.725Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:09.608Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8b8f2812-2fd0-4a42-9460-9801e3258a84 from URL: /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env
2022-12-22T04:50:09.608Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:50:09.609Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env
2022-12-22T04:50:09.677Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:50:09.677Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env 8b8f2812-2fd0-4a42-9460-9801e3258a84 909
2022-12-22T04:50:09.678Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-22T04:50:09.678Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env
2022-12-22T04:50:09.678Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:50:09.678Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:09.680Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:09.680Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684609678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:50:09.780Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:09.782Z||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.
2022-12-22T04:50:09.782Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:09.794Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:50:09.794Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:10.681Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 869f1ebe-033e-4ab5-9947-bc5308b3aa21
2022-12-22T04:50:10.681Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UFPetH 0 aae01e72-ad6b-47b1-a13e-b1078e224c11 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=?
2022-12-22T04:50:10.694Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7eaf05a0, org.onap.sdc.toscaparser.api.parameters.Input@dfb96f7, org.onap.sdc.toscaparser.api.parameters.Input@16adb21f, org.onap.sdc.toscaparser.api.parameters.Input@14309498, org.onap.sdc.toscaparser.api.parameters.Input@123401bb]
2022-12-22T04:50:10.695Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:10.695Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.695Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-12-22T04:50:10.695Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe
2022-12-22T04:50:10.696Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe matches Tosca VF Customization UUID: 62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe
2022-12-22T04:50:10.696Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe 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=?
2022-12-22T04:50:10.698Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:10.698Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.698Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-22T04:50:10.698Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@286bd9d5
2022-12-22T04:50:10.698Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:10.699Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-22T04:50:10.699Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1ae4844c-2595-4a93-81b1-1b3880f70cd6
2022-12-22T04:50:10.699Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1ae4844c-2595-4a93-81b1-1b3880f70cd6
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=?
2022-12-22T04:50:10.701Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:10.701Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:10.701Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:50:10.701Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:10.702Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:10.702Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:50:10.702Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:10.702Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is not matching search criteria
2022-12-22T04:50:10.702Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-22T04:50:10.703Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-22T04:50:10.703Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=45b90695-aa50-4cf4-a7d3-56cdd668080d
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=?
2022-12-22T04:50:10.704Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:10.704Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:10.705Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:50:10.705Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:10.705Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:10.705Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0] matching following query criteria: sdcType=VF, customizationUUID=62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe
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=?
2022-12-22T04:50:10.707Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:10.707Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.707Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 869f1ebe-033e-4ab5-9947-bc5308b3aa21: basic_onboard_UFPetH
2022-12-22T04:50:10.707Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:10.707Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.707Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:10.708Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.708Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:10.708Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.708Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:10.708Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.708Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T04:50:10.709Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.709Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_UFPetH
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 (?, ?, ?, ?, ?)
2022-12-22T04:50:10.776Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UFPetH aae01e72-ad6b-47b1-a13e-b1078e224c11 1 ASDC deployResourceStructure
2022-12-22T04:50:10.777Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json ASDC sendASDCNotification
2022-12-22T04:50:10.777Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json
2022-12-22T04:50:10.777Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:50:10.777Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:10.779Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:10.779Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684610777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-22T04:50:10.879Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:10.880Z||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.
2022-12-22T04:50:10.880Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:10.891Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:50:10.891Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:11.780Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-22T04:50:11.780Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml
2022-12-22T04:50:11.781Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:50:11.781Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:11.783Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:11.783Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684611780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-22T04:50:11.883Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:11.884Z||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.
2022-12-22T04:50:11.884Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:11.900Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:50:11.900Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:12.784Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-22T04:50:12.785Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env
2022-12-22T04:50:12.785Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:50:12.785Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:12.787Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:12.787Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684612784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-22T04:50:12.887Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:12.888Z||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.
2022-12-22T04:50:12.889Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:12.899Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:50:12.900Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:13.788Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar ASDC sendASDCNotification
2022-12-22T04:50:13.788Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:13.788Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:50:13.789Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:13.790Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:13.790Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684613787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-22T04:50:13.891Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:13.891Z||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.
2022-12-22T04:50:13.892Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:13.906Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:50:13.906Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:14.791Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce57370c-b0cf-4e91-bf56-a6414947803f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-12-22T04:50:14.800Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce57370c-b0cf-4e91-bf56-a6414947803f
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=?
2022-12-22T04:50:14.804Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T04:50:14.804Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-22T04:50:14.804Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-22T04:50:14.804Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-22T04:50:14.805Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-22T04:50:14.805Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-22T04:50:14.805Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-22T04:50:14.805Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-22T04:50:14.805Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-22T04:50:14.805Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||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=?
2022-12-22T04:50:14.810Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-22T04:50:44.811Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ce57370c-b0cf-4e91-bf56-a6414947803f 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=?
2022-12-22T04:50:44.816Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ce57370c-b0cf-4e91-bf56-a6414947803f and serviceModelVersionId: 869f1ebe-033e-4ab5-9947-bc5308b3aa21
2022-12-22T04:50:44.816Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 407b0caf-34c2-4082-bbf8-7084dbc817bc
2022-12-22T04:50:44.817Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/407b0caf-34c2-4082-bbf8-7084dbc817bc/model-vers/model-ver/869f1ebe-033e-4ab5-9947-bc5308b3aa21?depth=0
2022-12-22T04:50:44.821Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-12-22T04:50:44.891Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/407b0caf-34c2-4082-bbf8-7084dbc817bc/model-vers/model-ver/869f1ebe-033e-4ab5-9947-bc5308b3aa21?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]}
2022-12-22T04:50:44.893Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/407b0caf-34c2-4082-bbf8-7084dbc817bc/model-vers/model-ver/869f1ebe-033e-4ab5-9947-bc5308b3aa21?depth=0|INFO|500||Invoke
2022-12-22T04:50:44.926Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/407b0caf-34c2-4082-bbf8-7084dbc817bc/model-vers/model-ver/869f1ebe-033e-4ab5-9947-bc5308b3aa21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-22T04:50:45.177Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/407b0caf-34c2-4082-bbf8-7084dbc817bc/model-vers/model-ver/869f1ebe-033e-4ab5-9947-bc5308b3aa21?depth=0|INFO|500||InvokeReturn
2022-12-22T04:50:45.178Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/407b0caf-34c2-4082-bbf8-7084dbc817bc/model-vers/model-ver/869f1ebe-033e-4ab5-9947-bc5308b3aa21?depth=0 has http status code:200 and response headers:{date=[Thu, 22 Dec 2022 04:50:45 GMT], content-length=[0], vertex-id=[368824], x-aai-txid=[2-aai-resources-221222-04:50:45:608-40616], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-22T04:50:45.178Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-12-22T04:50:45.178Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-22T04:50:45.178Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||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=?
2022-12-22T04:50:45.189Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||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)
2022-12-22T04:50:45.189Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ce57370c-b0cf-4e91-bf56-a6414947803f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-22T04:50:45.189Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-22T04:50:45.189Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:45.191Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:45.191Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684645189,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T04:50:45.291Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:45.292Z||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.
2022-12-22T04:50:45.292Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:45.306Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:50:45.306Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:50:45.855Z||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.
2022-12-22T04:50:45.855Z||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 IfVhftyiMYvQGqex) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-12-22T04:50:46.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:50:46.202Z||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.
2022-12-22T04:50:46.202Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:50:46.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:50:46.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684593285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:50:46.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:50:46.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684593285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
"status": "NOTIFIED"
}
2022-12-22T04:50:46.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:50:46.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684593285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-22T04:50:46.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684593285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684593285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684593285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684593285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684604912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684607519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684608604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684609678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684610777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684611780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684612784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684613787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671684645189,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:55.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:50:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:50:55.758Z||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.
2022-12-22T04:50:55.758Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:51:05.305Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:51:05.306Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:51:05.307Z||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.
2022-12-22T04:51:05.307Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:51:14.856Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:51:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:51:45.853Z||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.
2022-12-22T04:51:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:51:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:51:45.854Z||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.
2022-12-22T04:51:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:51:55.465Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:51:55.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:52:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:52:45.853Z||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.
2022-12-22T04:52:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:52:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:52:45.855Z||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.
2022-12-22T04:52:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:52:55.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:52:55.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:53:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:53:45.853Z||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.
2022-12-22T04:53:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:53:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:53:45.854Z||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.
2022-12-22T04:53:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:53:55.403Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:53:55.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:54:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:54:45.853Z||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.
2022-12-22T04:54:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:54:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:54:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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.
2022-12-22T04:54:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T04:54:55.455Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:54:55.456Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:55:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:55:45.853Z||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.
2022-12-22T04:55:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:55:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:55:45.855Z||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.
2022-12-22T04:55:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:55:55.405Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:55:55.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:56:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:56:45.853Z||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.
2022-12-22T04:56:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:56:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:56:45.855Z||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.
2022-12-22T04:56:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:56:55.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:56:55.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:57:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:57:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:57:45.854Z||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.
2022-12-22T04:57:45.854Z||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.
2022-12-22T04:57:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:57:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:57:55.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:57:55.428Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:58:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:58:45.853Z||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.
2022-12-22T04:58:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:58:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:58:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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.
2022-12-22T04:58:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T04:58:55.411Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:58:55.412Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:59:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:59:45.853Z||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.
2022-12-22T04:59:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:59:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:59:45.855Z||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.
2022-12-22T04:59:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:59:55.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T04:59:55.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:00:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:00:45.853Z||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.
2022-12-22T05:00:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:00:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:00:45.855Z||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.
2022-12-22T05:00:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:00:46.364Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:00:46.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "cds",
"timestamp": 1671685231358,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:00:46.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:00:46.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671685228662,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:00:46.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:00:46.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671685235242,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:00:46.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:00:46.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "aai-ml",
"timestamp": 1671685231329,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:00:46.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:00:46.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671685228662,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T05:00:46.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:00:46.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "cds",
"timestamp": 1671685231358,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T05:00:46.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:00:46.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "aai-ml",
"timestamp": 1671685231329,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T05:00:46.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:00:46.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671685235242,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T05:00:46.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:00:46.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "cds",
"timestamp": 1671685240956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T05:00:46.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:00:46.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "aai-ml",
"timestamp": 1671685240544,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T05:00:46.373Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:00:46.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671685241650,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T05:00:46.373Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:00:46.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "cds",
"timestamp": 1671685241961,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-22T05:00:46.393Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 987ca21d-318f-436a-91f6-4677dc71542f
2022-12-22T05:00:46.394Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 987ca21d-318f-436a-91f6-4677dc71542f 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 (?, ?, ?, ?, ?)
2022-12-22T05:00:46.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671685243829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-22T05:00:46.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:00:46.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671685244834,
"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=?
2022-12-22T05:00:46.407Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 987ca21d-318f-436a-91f6-4677dc71542f
2022-12-22T05:00:46.407Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 987ca21d-318f-436a-91f6-4677dc71542f 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 (?, ?, ?, ?, ?)
2022-12-22T05:00:46.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:00:46.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"987ca21d-318f-436a-91f6-4677dc71542f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e661e35d-f360-4404-b54f-2895cfeb7e72","serviceDescription":"service","serviceInvariantUUID":"dd970e3b-f8bb-4844-a223-92ee932892af","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3c696e2e-532d-462b-a590-6ea8982faa43","resourceInvariantUUID":"5aaa8ab7-e72c-40a5-a571-75515d0aca5c","resourceCustomizationUUID":"f16223e7-8611-4341-9a75-db1b14eb74c8","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":"NmZhYjg0MjlmMTEyMjhhZjZlNzY3YzMyNGY1ZjlmNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc981fd0-5c56-4ba3-a8e8-c0719cb59d22","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjU1YjZjMjc5YTU0N2MzMThmZDcyNTM2NWQ3YzRmMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27702a40-b0b3-4c92-9b92-47417dae0405","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-22T05:00:46.496Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:00:46.497Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:00:46.500Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:00:46.501Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685245852,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:00:46.600Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:00:46.602Z||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.
2022-12-22T05:00:46.602Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:00:46.632Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:00:46.633Z||pool-35-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:00:47.501Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:00:47.502Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:00:47.504Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:00:47.505Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685245852,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T05:00:47.605Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:00:47.605Z||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.
2022-12-22T05:00:47.605Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:00:47.632Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:00:47.633Z||pool-36-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:00:48.506Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "e661e35d-f360-4404-b54f-2895cfeb7e72",
"serviceDescription": "service",
"serviceInvariantUUID": "dd970e3b-f8bb-4844-a223-92ee932892af",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f16223e7-8611-4341-9a75-db1b14eb74c8",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "3c696e2e-532d-462b-a590-6ea8982faa43",
"resourceInvariantUUID": "5aaa8ab7-e72c-40a5-a571-75515d0aca5c",
"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": "YjU1YjZjMjc5YTU0N2MzMThmZDcyNTM2NWQ3YzRmMDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "27702a40-b0b3-4c92-9b92-47417dae0405"
}
],
"workloadContext": "Production"
}
2022-12-22T05:00:48.507Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-22T05:00:48.507Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e661e35d-f360-4404-b54f-2895cfeb7e72 ASDC
2022-12-22T05:00:48.508Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:987ca21d-318f-436a-91f6-4677dc71542f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e661e35d-f360-4404-b54f-2895cfeb7e72
ServiceInvariantUUID:dd970e3b-f8bb-4844-a223-92ee932892af
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:27702a40-b0b3-4c92-9b92-47417dae0405
ArtifactChecksum:YjU1YjZjMjc5YTU0N2MzMThmZDcyNTM2NWQ3YzRmMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f16223e7-8611-4341-9a75-db1b14eb74c8
ResourceInvariantUUID:5aaa8ab7-e72c-40a5-a571-75515d0aca5c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3c696e2e-532d-462b-a590-6ea8982faa43
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-22T05:00:48.508Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e661e35d-f360-4404-b54f-2895cfeb7e72 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=?
2022-12-22T05:00:48.535Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:00:48.536Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:00:48.537Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:00:48.537Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 27702a40-b0b3-4c92-9b92-47417dae0405 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-22T05:00:48.537Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:00:48.537Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-22T05:00:48.649Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:00:48.652Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 27702a40-b0b3-4c92-9b92-47417dae0405 57652
2022-12-22T05:00:48.653Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-22T05:00:48.653Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-22T05:00:48.653Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:00:48.653Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:00:48.655Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:00:48.655Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685248653,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T05:00:48.756Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-22T05:00:48.757Z||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.
2022-12-22T05:00:48.757Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:00:48.771Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:00:48.771Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:00:49.656Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:00:49.657Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:00:49.657Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 27702a40-b0b3-4c92-9b92-47417dae0405, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:49.658Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-22T05:00:49.658Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:49.658Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:49.837Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1917397326123122007/Definitions/service-BasicNetwork-template.yml
2022-12-22T05:00:50.439Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-22T05:00:50.440Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:00:50.440Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:50.440Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-22T05:00:50.440Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:50.440Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:00:50.442Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.442Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-22T05:00:50.442Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:00:50.442Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T05:00:50.442Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.444Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:00:50.444Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.444Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:00:50.444Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.444Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:00:50.445Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.445Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:e661e35d-f360-4404-b54f-2895cfeb7e72
Model Version:NULL
Model InvariantUuid:dd970e3b-f8bb-4844-a223-92ee932892af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5aaa8ab7-e72c-40a5-a571-75515d0aca5c
Model UUID:e0f9cdd7-b5c4-43ae-b5e4-0064b94ff023
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f16223e7-8611-4341-9a75-db1b14eb74c8
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=?
2022-12-22T05:00:50.452Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 3c696e2e-532d-462b-a590-6ea8982faa43
2022-12-22T05:00:50.452Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||No resources found for Service: e661e35d-f360-4404-b54f-2895cfeb7e72
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=?
2022-12-22T05:00:50.457Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||
2022-12-22T05:00:50.458Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-22T05:00:50.459Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||No resources found for Service: e661e35d-f360-4404-b54f-2895cfeb7e72
2022-12-22T05:00:50.459Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e661e35d-f360-4404-b54f-2895cfeb7e72
2022-12-22T05:00:50.459Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-22T05:00:50.459Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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=?
2022-12-22T05:00:50.463Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c08637, org.onap.sdc.toscaparser.api.parameters.Input@1b315141, org.onap.sdc.toscaparser.api.parameters.Input@190d4b16, org.onap.sdc.toscaparser.api.parameters.Input@79f522a1, org.onap.sdc.toscaparser.api.parameters.Input@7904e296]
2022-12-22T05:00:50.465Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:00:50.465Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.465Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:00:50.465Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.466Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e661e35d-f360-4404-b54f-2895cfeb7e72: Generic NeutronNet
2022-12-22T05:00:50.466Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:00:50.466Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.466Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:00:50.466Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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=?
2022-12-22T05:00:50.500Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:00:50.501Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.501Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:00:50.501Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.501Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:00:50.501Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.501Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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 (?, ?)
2022-12-22T05:00:50.549Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-22T05:00:50.550Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-22T05:00:50.550Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-22T05:00:50.550Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:00:50.550Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:00:50.552Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:00:50.553Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685250550,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-22T05:00:50.653Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:00:50.654Z||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.
2022-12-22T05:00:50.654Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:00:50.672Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:00:50.673Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:00:51.553Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-12-22T05:00:51.566Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
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=?
2022-12-22T05:00:51.569Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:00:51.569Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:00:51.570Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:01:21.570Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-12-22T05:01:21.583Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
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=?
2022-12-22T05:01:21.586Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:01:21.586Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:01:21.586Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:01:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:01:45.855Z||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.
2022-12-22T05:01:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:01:45.898Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:01:45.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:01:45.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "aai-ml",
"timestamp": 1671685245803,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-22T05:01:45.899Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:01:51.586Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-12-22T05:01:51.596Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
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=?
2022-12-22T05:01:51.598Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:01:51.598Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:01:51.598Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:02:21.598Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-12-22T05:02:21.609Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
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=?
2022-12-22T05:02:21.617Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:02:21.617Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:02:21.618Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:02:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:02:45.855Z||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.
2022-12-22T05:02:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:02:45.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:02:45.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:02:45.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685245852,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:02:45.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:02:51.618Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-12-22T05:02:51.628Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
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=?
2022-12-22T05:02:51.634Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:02:51.634Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:02:51.634Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:03:21.634Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-12-22T05:03:21.643Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
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=?
2022-12-22T05:03:21.646Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:03:21.646Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:03:21.646Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:03:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:03:45.855Z||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.
2022-12-22T05:03:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:03:45.919Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:03:45.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "aai-ml",
"timestamp": 1671685246809,
"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=?
2022-12-22T05:03:45.926Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 987ca21d-318f-436a-91f6-4677dc71542f
2022-12-22T05:03:45.926Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 987ca21d-318f-436a-91f6-4677dc71542f 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 (?, ?, ?, ?, ?)
2022-12-22T05:03:45.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "ves-openapi-manager",
"timestamp": 1671685246581,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685245852,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "ves-openapi-manager",
"timestamp": 1671685246581,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685248653,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685250550,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "aai-ml",
"timestamp": 1671685291329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671685295241,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671685295241,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "aai-ml",
"timestamp": 1671685291329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "aai-ml",
"timestamp": 1671685291329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671685295241,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "aai-ml",
"timestamp": 1671685291329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671685295241,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "aai-ml",
"timestamp": 1671685291329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:03:45.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671685295241,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-22T05:03:51.646Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-12-22T05:03:51.658Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
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=?
2022-12-22T05:03:51.661Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:03:51.661Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-22T05:03:51.661Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-22T05:03:51.661Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-22T05:03:51.661Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-22T05:03:51.661Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-22T05:03:51.661Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-22T05:03:51.662Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-22T05:03:51.662Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-22T05:03:51.666Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-22T05:04:21.667Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f 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=?
2022-12-22T05:04:21.672Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 987ca21d-318f-436a-91f6-4677dc71542f and serviceModelVersionId: e661e35d-f360-4404-b54f-2895cfeb7e72
2022-12-22T05:04:21.672Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd970e3b-f8bb-4844-a223-92ee932892af
2022-12-22T05:04:21.674Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd970e3b-f8bb-4844-a223-92ee932892af/model-vers/model-ver/e661e35d-f360-4404-b54f-2895cfeb7e72?depth=0
2022-12-22T05:04:21.680Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-22T05:04:21.730Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd970e3b-f8bb-4844-a223-92ee932892af/model-vers/model-ver/e661e35d-f360-4404-b54f-2895cfeb7e72?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]}
2022-12-22T05:04:21.732Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd970e3b-f8bb-4844-a223-92ee932892af/model-vers/model-ver/e661e35d-f360-4404-b54f-2895cfeb7e72?depth=0|INFO|500||Invoke
2022-12-22T05:04:21.752Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd970e3b-f8bb-4844-a223-92ee932892af/model-vers/model-ver/e661e35d-f360-4404-b54f-2895cfeb7e72?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-22T05:04:21.836Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd970e3b-f8bb-4844-a223-92ee932892af/model-vers/model-ver/e661e35d-f360-4404-b54f-2895cfeb7e72?depth=0|INFO|500||InvokeReturn
2022-12-22T05:04:21.837Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd970e3b-f8bb-4844-a223-92ee932892af/model-vers/model-ver/e661e35d-f360-4404-b54f-2895cfeb7e72?depth=0 has http status code:200 and response headers:{date=[Thu, 22 Dec 2022 05:04:22 GMT], content-length=[0], vertex-id=[393216], x-aai-txid=[0-aai-resources-221222-05:04:22:515-59836], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-22T05:04:21.837Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-12-22T05:04:21.838Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-22T05:04:21.838Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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=?
2022-12-22T05:04:21.842Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-22T05:04:21.842Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 987ca21d-318f-436a-91f6-4677dc71542f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-22T05:04:21.842Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-22T05:04:21.843Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:21.844Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:21.844Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685461842,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T05:04:21.945Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:21.946Z||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.
2022-12-22T05:04:21.946Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:21.967Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:04:21.968Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 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=?
2022-12-22T05:04:22.855Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:04:22.856Z|987ca21d-318f-436a-91f6-4677dc71542f|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.
2022-12-22T05:04:22.856Z|987ca21d-318f-436a-91f6-4677dc71542f|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:04:27.302Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:04:27.303Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T05:04:27.303Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8605e25e-95fa-483a-80bf-62277a34435d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dd7464d8-dcbe-4444-b706-d9cd61244bc3","serviceDescription":"service","serviceInvariantUUID":"9cb091b8-daea-40ab-b978-4fe79ca27c32","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c189f94e-cbfa-4836-abf1-02bcee75664f","resourceInvariantUUID":"cf9cfbc8-b091-4ad3-a41d-06d7b2b528ec","resourceCustomizationUUID":"3078db64-2081-4219-99dc-f362a74114c4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MjMyNjUwNDAyOWY3NjhlOGNhMDRiMWQ1NDM1ZDEwOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4f18c11-bd31-43b6-b158-e20adc0980bd","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YWRjOTVmN2RmYzQ2Zjk3ZTAwMzU4NWZjNmZkZjQyYmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b5d722a-8e6c-4e34-8079-400e106d03d0","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"38413191-3bec-48b6-a811-a62027b4ac96","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ea497353-c3eb-49e6-a247-5f2fed234deb","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"55504f36-4789-4512-8ec9-dc684d5f089c","artifactVersion":"2","generatedFromUUID":"38413191-3bec-48b6-a811-a62027b4ac96"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmU1ZmQ3YzA4Njc5NDJhOGQ2MjZlMTFmODEzNzY1MTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dabb63d9-a279-4579-85a6-958558ae1af4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjliODk1YjVlYTVjZDFiNjJjYzA1ZTYwZGIxYTJjZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b081d877-054b-4474-87d2-4544431784aa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-22T05:04:27.305Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:04:27.306Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:27.308Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:27.308Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685462855,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:04:27.408Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:27.409Z||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.
2022-12-22T05:04:27.409Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:27.422Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:04:27.423Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:28.308Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:04:28.309Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:28.311Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:28.312Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685462855,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-22T05:04:28.412Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:28.413Z||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.
2022-12-22T05:04:28.413Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:28.428Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:04:28.429Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:29.312Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:04:29.314Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:29.316Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:29.316Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685462855,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-22T05:04:29.416Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:04:29.417Z||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.
2022-12-22T05:04:29.417Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:29.438Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:04:29.438Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:30.317Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:04:30.318Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:30.320Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:30.320Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685462855,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:04:30.420Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:04:30.421Z||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.
2022-12-22T05:04:30.422Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:30.432Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:04:30.433Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:31.321Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:04:31.322Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:31.324Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:31.325Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685462855,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-22T05:04:31.425Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:31.426Z||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.
2022-12-22T05:04:31.426Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:31.455Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:04:31.456Z||pool-44-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:32.325Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:04:32.326Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:32.328Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:32.328Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685462855,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-22T05:04:32.428Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:04:32.429Z||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.
2022-12-22T05:04:32.429Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:32.442Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:04:32.442Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:33.329Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:04:33.330Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:33.332Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:33.332Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685462855,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-22T05:04:33.432Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:33.433Z||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.
2022-12-22T05:04:33.434Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:33.446Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:04:33.446Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:34.334Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "dd7464d8-dcbe-4444-b706-d9cd61244bc3",
"serviceDescription": "service",
"serviceInvariantUUID": "9cb091b8-daea-40ab-b978-4fe79ca27c32",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "3078db64-2081-4219-99dc-f362a74114c4",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c189f94e-cbfa-4836-abf1-02bcee75664f",
"resourceInvariantUUID": "cf9cfbc8-b091-4ad3-a41d-06d7b2b528ec",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "YWRjOTVmN2RmYzQ2Zjk3ZTAwMzU4NWZjNmZkZjQyYmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2b5d722a-8e6c-4e34-8079-400e106d03d0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "38413191-3bec-48b6-a811-a62027b4ac96",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "55504f36-4789-4512-8ec9-dc684d5f089c",
"generatedFromUUID": "38413191-3bec-48b6-a811-a62027b4ac96"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "55504f36-4789-4512-8ec9-dc684d5f089c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NjliODk1YjVlYTVjZDFiNjJjYzA1ZTYwZGIxYTJjZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b081d877-054b-4474-87d2-4544431784aa"
}
],
"workloadContext": "Production"
}
2022-12-22T05:04:34.334Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-22T05:04:34.334Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dd7464d8-dcbe-4444-b706-d9cd61244bc3 ASDC
2022-12-22T05:04:34.335Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:8605e25e-95fa-483a-80bf-62277a34435d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:dd7464d8-dcbe-4444-b706-d9cd61244bc3
ServiceInvariantUUID:9cb091b8-daea-40ab-b978-4fe79ca27c32
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:b081d877-054b-4474-87d2-4544431784aa
ArtifactChecksum:NjliODk1YjVlYTVjZDFiNjJjYzA1ZTYwZGIxYTJjZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3078db64-2081-4219-99dc-f362a74114c4
ResourceInvariantUUID:cf9cfbc8-b091-4ad3-a41d-06d7b2b528ec
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c189f94e-cbfa-4836-abf1-02bcee75664f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:2b5d722a-8e6c-4e34-8079-400e106d03d0
ArtifactChecksum:YWRjOTVmN2RmYzQ2Zjk3ZTAwMzU4NWZjNmZkZjQyYmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:38413191-3bec-48b6-a811-a62027b4ac96
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:55504f36-4789-4512-8ec9-dc684d5f089c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:55504f36-4789-4512-8ec9-dc684d5f089c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-22T05:04:34.336Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd7464d8-dcbe-4444-b706-d9cd61244bc3 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 (?, ?, ?, ?, ?)
2022-12-22T05:04:34.364Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:04:34.365Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:04:34.365Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:04:34.365Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b081d877-054b-4474-87d2-4544431784aa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-22T05:04:34.365Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:04:34.366Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-22T05:04:34.510Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:04:34.513Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b081d877-054b-4474-87d2-4544431784aa 74801
2022-12-22T05:04:34.513Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-22T05:04:34.514Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-22T05:04:34.514Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:04:34.514Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:34.516Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:34.516Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671685474513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-22T05:04:34.616Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:04:34.618Z||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.
2022-12-22T05:04:34.618Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:34.640Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-22T05:04:34.640Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:35.517Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:04:35.518Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:04:35.518Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b081d877-054b-4474-87d2-4544431784aa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-22T05:04:35.519Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-22T05:04:35.519Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-22T05:04:35.519Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-22T05:04:35.643Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17868532733445456542/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-22T05:04:36.796Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-22T05:04:36.796Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:04:36.797Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-22T05:04:36.797Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-22T05:04:36.797Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-22T05:04:36.797Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-22T05:04:36.798Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-22T05:04:36.798Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-22T05:04:36.798Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-22T05:04:36.798Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-22T05:04:36.799Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-22T05:04:36.799Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:04:36.799Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:04:36.799Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:36.800Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-22T05:04:36.800Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:04:36.800Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T05:04:36.801Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:04:36.801Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:36.801Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-22T05:04:36.801Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:04:36.802Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T05:04:36.802Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:04:36.802Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:36.803Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:04:36.803Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-22T05:04:36.804Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-22T05:04:36.804Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-22T05:04:36.804Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-22T05:04:36.805Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-22T05:04:36.805Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-22T05:04:36.805Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:04:36.805Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-22T05:04:36.806Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:04:36.806Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-22T05:04:36.806Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:04:36.807Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:04:36.807Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-22T05:04:36.807Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:04:36.807Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-22T05:04:36.808Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-22T05:04:36.808Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:04:36.808Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery