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-04-24T05:31:01.057Z||main|||||INFO|500||The following profiles are active: basic
2022-04-24T05:31:20.199Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-24T05:31:20.200Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-24T05:31:20.407Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-24T05:31:27.185Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-24T05:31:27.787Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-24T05:31:28.402Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-24T05:31:28.786Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-24T05:31:28.952Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-24T05:31:29.335Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-24T05:31:30.227Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-24T05:31:33.160Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-24T05:31:37.064Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-24T05:31:37.154Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-24T05:31:38.200Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-24T05:31:38.618Z||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-04-24T05:31:40.793Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-24T05:31:42.757Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-24T05:31:42.787Z||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-04-24T05:31:42.789Z||main|||||WARN|500||The sdc end point is not alive
2022-04-24T05:31:48.599Z||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-04-24T05:31:53.504Z||main|||||WARN|500||---
2022-04-24T05:31:53.505Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-24T05:31:53.506Z||main|||||WARN|500||---
2022-04-24T05:31:54.207Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-24T05:32:03.020Z||main|||||INFO|500||Started Application in 67.104 seconds (JVM running for 71.303)
2022-04-24T05:32:03.050Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-24T05:32:03.053Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-24T05:32:03.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-24T05:32:03.119Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-24T05:32:03.198Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2abffe6-415d-4354-a38b-6fbbaa67520f url= /sdc/v1/artifactTypes
2022-04-24T05:32:03.199Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-24T05:32:03.742Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-24T05:32:03.788Z||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-04-24T05:32:03.819Z||scheduling-1|||||DEBUG|500||create keys
2022-04-24T05:32:03.829Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-24T05:32:03.900Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:32:03.922Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b7cd1146-f889-4fb0-964b-7d79d9eae22a url= /sdc/v1/registerForDistribution
2022-04-24T05:32:04.376Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b7cd1146-f889-4fb0-964b-7d79d9eae22a url= /sdc/v1/registerForDistribution
2022-04-24T05:32:04.377Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-24T05:32:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:32:04.462Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-24T05:32:04.472Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:32:04.473Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:32:04.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:32:04.477Z||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-04-24T05:32:04.480Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:32:15.364Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:32:15.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:33:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:33:04.389Z||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-04-24T05:33:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:33:04.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:33:04.421Z||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-04-24T05:33:04.422Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:33:14.342Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:33:14.375Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:34:04.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:34:04.389Z||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-04-24T05:34:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:34:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:34:04.422Z||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-04-24T05:34:04.422Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:34:14.712Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:34:14.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:35:04.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:35:04.442Z||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-04-24T05:35:04.443Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:35:04.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:35:04.445Z||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-04-24T05:35:04.446Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:35:14.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:35:14.672Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:36:04.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:36:04.394Z||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-04-24T05:36:04.395Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:36:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:36:04.420Z||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-04-24T05:36:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:36:14.237Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:36:14.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:37:04.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:37:04.390Z||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-04-24T05:37:04.391Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:37:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:37:04.419Z||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-04-24T05:37:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:37:14.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:37:14.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:38:04.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:38:04.389Z||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-04-24T05:38:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:38:04.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:38:04.422Z||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-04-24T05:38:04.422Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:38:14.132Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:38:14.155Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:39:04.388Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:39:04.389Z||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-04-24T05:39:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:39:04.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:39:04.427Z||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-04-24T05:39:04.428Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:39:13.994Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:39:14.007Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:40:04.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:40:04.390Z||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-04-24T05:40:04.391Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:40:04.418Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:40:04.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:40:04.433Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:40:13.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:40:13.997Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:40:56.979Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-24T05:41:04.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:41:04.389Z||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-04-24T05:41:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:41:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:41:04.419Z||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-04-24T05:41:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:41:13.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:41:13.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:42:04.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:42:04.392Z||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-04-24T05:42:04.393Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:42:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:42:04.420Z||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-04-24T05:42:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:42:13.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:42:13.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:43:04.393Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:43:04.418Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:43:04.419Z||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-04-24T05:43:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:43:04.398Z||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-04-24T05:43:04.449Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:43:14.019Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:43:14.063Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:44:04.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:44:04.393Z||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-04-24T05:44:04.399Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:44:04.418Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:44:04.419Z||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-04-24T05:44:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:44:14.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:44:14.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:45:04.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:45:04.391Z||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-04-24T05:45:04.391Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:45:04.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:45:04.422Z||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-04-24T05:45:04.423Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:45:13.988Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:45:14.021Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:46:04.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:46:04.390Z||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-04-24T05:46:04.397Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:46:04.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:46:04.420Z||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-04-24T05:46:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:46:13.980Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:46:14.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:47:04.393Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:47:04.394Z||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-04-24T05:47:04.395Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:47:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:47:04.419Z||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-04-24T05:47:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:47:13.977Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:47:13.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:48:04.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:48:04.389Z||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-04-24T05:48:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:48:04.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:48:04.419Z||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-04-24T05:48:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:48:13.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:48:14.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:49:04.388Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:49:04.392Z||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-04-24T05:49:04.392Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:49:04.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:49:04.422Z||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-04-24T05:49:04.422Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:49:13.991Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:49:14.042Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:50:04.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:50:04.390Z||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-04-24T05:50:04.391Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:50:04.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:50:04.446Z||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-04-24T05:50:04.447Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:50:14.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:50:14.113Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:51:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:51:04.389Z||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-04-24T05:51:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:51:04.418Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:51:04.420Z||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-04-24T05:51:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:51:13.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:51:14.004Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:52:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:52:04.390Z||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-04-24T05:52:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:52:04.418Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:52:04.419Z||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-04-24T05:52:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:52:13.954Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:52:14.006Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:53:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:53:04.389Z||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-04-24T05:53:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:53:04.418Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:53:04.419Z||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-04-24T05:53:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:53:13.951Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:53:14.010Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:54:04.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:54:04.390Z||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-04-24T05:54:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:54:04.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:54:04.419Z||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-04-24T05:54:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:54:13.986Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:54:13.986Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:55:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:55:04.395Z||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-04-24T05:55:04.396Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:55:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:55:04.419Z||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-04-24T05:55:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:55:13.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:55:13.986Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:56:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:56:04.391Z||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-04-24T05:56:04.392Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:56:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:56:04.420Z||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-04-24T05:56:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:56:13.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:56:14.005Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:57:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:57:04.389Z||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-04-24T05:57:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:57:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:57:04.419Z||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-04-24T05:57:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:57:13.960Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:57:13.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:58:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:58:04.389Z||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-04-24T05:58:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:58:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:58:04.420Z||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-04-24T05:58:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:58:13.940Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:58:13.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:59:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:59:04.389Z||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-04-24T05:59:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:59:04.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:59:04.421Z||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-04-24T05:59:04.421Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T05:59:13.937Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T05:59:14.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:00:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:00:04.389Z||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-04-24T06:00:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:00:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:00:04.419Z||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-04-24T06:00:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:00:14.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:00:14.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:01:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:01:04.389Z||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-04-24T06:01:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:01:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:01:04.419Z||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-04-24T06:01:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:01:14.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:01:14.064Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:02:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:02:04.389Z||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-04-24T06:02:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:02:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:02:04.419Z||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-04-24T06:02:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:02:13.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:02:13.967Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:03:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:03:04.391Z||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-04-24T06:03:04.392Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:03:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:03:04.419Z||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-04-24T06:03:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:03:13.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:03:14.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:04:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:04:04.389Z||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-04-24T06:04:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:04:04.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:04:04.419Z||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-04-24T06:04:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:04:13.962Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:04:13.985Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:05:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:05:04.389Z||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-04-24T06:05:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:05:04.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:05:04.422Z||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-04-24T06:05:04.422Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:05:13.939Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:05:13.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:06:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:06:04.389Z||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-04-24T06:06:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:06:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:06:04.419Z||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-04-24T06:06:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:06:13.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:06:13.981Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:07:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:07:04.389Z||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-04-24T06:07:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:07:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:07:04.420Z||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-04-24T06:07:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:07:13.983Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:07:13.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:08:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:08:04.389Z||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-04-24T06:08:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:08:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:08:04.419Z||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-04-24T06:08:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:08:13.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:08:13.996Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:09:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:09:04.393Z||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-04-24T06:09:04.393Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:09:04.418Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:09:04.419Z||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-04-24T06:09:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:09:13.994Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:09:14.004Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:10:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:10:04.389Z||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-04-24T06:10:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:10:04.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:10:04.421Z||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-04-24T06:10:04.421Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:10:13.997Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:10:14.007Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:11:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:11:04.390Z||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-04-24T06:11:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:11:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:11:04.419Z||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-04-24T06:11:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:11:13.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:11:14.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:12:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:12:04.389Z||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-04-24T06:12:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:12:04.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:12:04.421Z||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-04-24T06:12:04.422Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:12:13.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:12:14.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:13:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:13:04.389Z||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-04-24T06:13:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:13:04.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:13:04.420Z||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-04-24T06:13:04.421Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:13:13.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:13:13.961Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:14:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:14:04.389Z||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-04-24T06:14:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:14:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:14:04.419Z||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-04-24T06:14:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:14:13.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:14:13.975Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:15:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:15:04.389Z||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-04-24T06:15:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:15:04.418Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:15:04.419Z||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-04-24T06:15:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:15:13.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:15:13.992Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:16:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:16:04.390Z||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-04-24T06:16:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:16:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:16:04.419Z||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-04-24T06:16:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:16:13.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:16:14.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:17:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:17:04.391Z||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-04-24T06:17:04.391Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:17:04.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:17:04.419Z||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-04-24T06:17:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:17:13.970Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:17:13.993Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:18:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:18:04.389Z||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-04-24T06:18:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:18:04.418Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:18:04.419Z||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-04-24T06:18:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:18:13.941Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:18:13.987Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:19:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:19:04.389Z||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-04-24T06:19:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:19:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:19:04.419Z||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-04-24T06:19:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:19:13.939Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:19:13.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:20:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:20:04.389Z||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-04-24T06:20:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:20:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:20:04.419Z||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-04-24T06:20:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:20:13.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:20:14.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:21:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:21:04.389Z||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-04-24T06:21:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:21:04.418Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:21:04.419Z||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-04-24T06:21:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:21:13.986Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:21:13.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:22:04.390Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:22:04.392Z||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-04-24T06:22:04.392Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:22:04.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:22:04.420Z||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-04-24T06:22:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:22:13.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:22:13.981Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:23:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:23:04.389Z||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-04-24T06:23:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:23:04.418Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:23:04.419Z||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-04-24T06:23:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:23:13.941Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:23:13.982Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:24:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:24:04.392Z||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-04-24T06:24:04.394Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:24:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:24:04.419Z||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-04-24T06:24:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:24:13.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:24:13.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:25:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:25:04.389Z||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-04-24T06:25:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:25:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:25:04.419Z||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-04-24T06:25:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:25:13.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:25:13.999Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:26:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:26:04.389Z||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-04-24T06:26:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:26:04.418Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:26:04.419Z||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-04-24T06:26:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:26:13.940Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:26:13.971Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:27:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:27:04.389Z||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-04-24T06:27:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:27:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:27:04.420Z||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-04-24T06:27:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:27:13.947Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:27:13.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:28:04.389Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:28:04.390Z||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-04-24T06:28:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:28:04.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:28:04.420Z||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-04-24T06:28:04.421Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:28:13.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:28:13.984Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:29:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:29:04.389Z||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-04-24T06:29:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:29:04.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:29:04.421Z||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-04-24T06:29:04.421Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:29:13.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:29:13.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:30:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:30:04.390Z||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-04-24T06:30:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:30:04.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:30:04.419Z||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-04-24T06:30:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:30:13.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:30:13.982Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:31:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:31:04.390Z||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-04-24T06:31:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:31:04.418Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:31:04.421Z||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-04-24T06:31:04.421Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:31:13.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:31:14.004Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:32:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:32:04.390Z||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-04-24T06:32:04.391Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:32:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:32:04.419Z||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-04-24T06:32:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:32:13.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:32:13.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:33:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:33:04.389Z||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-04-24T06:33:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:33:04.418Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:33:04.419Z||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-04-24T06:33:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:33:13.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:33:13.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:34:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:34:04.389Z||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-04-24T06:34:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:34:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:34:04.420Z||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-04-24T06:34:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:34:13.990Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:34:14.004Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:35:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:35:04.389Z||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-04-24T06:35:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:35:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:35:04.419Z||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-04-24T06:35:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:35:14.000Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:35:14.004Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:36:04.389Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:36:04.390Z||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-04-24T06:36:04.391Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:36:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:36:04.419Z||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-04-24T06:36:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:36:13.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:36:13.985Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:37:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:37:04.389Z||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-04-24T06:37:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:37:04.418Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:37:04.420Z||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-04-24T06:37:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:37:13.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:37:13.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:38:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:38:04.390Z||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-04-24T06:38:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:38:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:38:04.419Z||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-04-24T06:38:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:38:13.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:38:13.971Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:39:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:39:04.390Z||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-04-24T06:39:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:39:04.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:39:04.420Z||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-04-24T06:39:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:39:13.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:39:13.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:40:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:40:04.391Z||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-04-24T06:40:04.392Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:40:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:40:04.419Z||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-04-24T06:40:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:40:13.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:40:13.993Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:41:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:41:04.389Z||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-04-24T06:41:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:41:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:41:04.419Z||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-04-24T06:41:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:41:14.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:41:14.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:42:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:42:04.389Z||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-04-24T06:42:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:42:04.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:42:04.419Z||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-04-24T06:42:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:42:14.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:42:14.036Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:43:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:43:04.389Z||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-04-24T06:43:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:43:04.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:43:04.419Z||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-04-24T06:43:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:43:14.016Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:43:14.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:44:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:44:04.389Z||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-04-24T06:44:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:44:04.418Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:44:04.420Z||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-04-24T06:44:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:44:13.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:44:13.981Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:45:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:45:04.389Z||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-04-24T06:45:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:45:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:45:04.419Z||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-04-24T06:45:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:45:14.040Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:45:14.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:46:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:46:04.389Z||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-04-24T06:46:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:46:04.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:46:04.419Z||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-04-24T06:46:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:46:13.959Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:46:13.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:47:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:47:04.390Z||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-04-24T06:47:04.391Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:47:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:47:04.419Z||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-04-24T06:47:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:47:14.025Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:47:14.033Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:48:04.388Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:48:04.391Z||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-04-24T06:48:04.391Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:48:04.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:48:04.420Z||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-04-24T06:48:04.421Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:48:13.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:48:13.992Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:49:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:49:04.389Z||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-04-24T06:49:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:49:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:49:04.420Z||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-04-24T06:49:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:49:13.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:49:13.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:50:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:50:04.389Z||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-04-24T06:50:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:50:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:50:04.419Z||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-04-24T06:50:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:50:13.983Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:50:13.996Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:51:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:51:04.389Z||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-04-24T06:51:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:51:04.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:51:04.422Z||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-04-24T06:51:04.422Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:51:13.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:51:13.993Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:52:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:52:04.389Z||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-04-24T06:52:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:52:04.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:52:04.419Z||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-04-24T06:52:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:52:13.939Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:52:13.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:53:04.389Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:53:04.390Z||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-04-24T06:53:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:53:04.418Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:53:04.419Z||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-04-24T06:53:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:53:13.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:53:14.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:54:04.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:54:04.389Z||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-04-24T06:54:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:54:04.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:54:04.420Z||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-04-24T06:54:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:54:13.936Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:54:13.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:55:04.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:55:04.388Z||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-04-24T06:55:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:55:04.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:55:04.419Z||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-04-24T06:55:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:55:13.940Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:55:14.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:56:04.388Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:56:04.392Z||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-04-24T06:56:04.392Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:56:04.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:56:04.421Z||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-04-24T06:56:04.421Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:56:13.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:56:14.011Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:57:04.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:57:04.389Z||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-04-24T06:57:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:57:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:57:04.420Z||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-04-24T06:57:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:57:13.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:57:14.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:58:04.388Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:58:04.389Z||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-04-24T06:58:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:58:04.418Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:58:04.419Z||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-04-24T06:58:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:58:13.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:58:13.971Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:59:04.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:59:04.388Z||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-04-24T06:59:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:59:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:59:04.419Z||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-04-24T06:59:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T06:59:11.809Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T06:59:14.014Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T06:59:14.015Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:00:04.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:00:04.389Z||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-04-24T07:00:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:00:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:00:04.419Z||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-04-24T07:00:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:00:13.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:00:13.994Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:01:04.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:01:04.390Z||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-04-24T07:01:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:01:04.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:01:04.419Z||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-04-24T07:01:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:01:13.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:01:14.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:02:04.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:02:04.414Z||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-04-24T07:02:04.414Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:02:04.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:02:04.420Z||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-04-24T07:02:04.421Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:02:14.002Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:02:14.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:03:04.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:03:04.391Z||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-04-24T07:03:04.391Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:03:04.418Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:03:04.419Z||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-04-24T07:03:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:03:13.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:03:13.991Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:04:04.389Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:04:04.390Z||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-04-24T07:04:04.390Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:04:04.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:04:04.418Z||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-04-24T07:04:04.418Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:04:13.996Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:04:14.004Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:05:04.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:05:04.393Z||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-04-24T07:05:04.394Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:05:04.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:05:04.419Z||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-04-24T07:05:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:05:13.966Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:05:14.008Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:06:04.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:06:04.389Z||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-04-24T07:06:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:06:04.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:06:04.421Z||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-04-24T07:06:04.421Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:06:13.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:06:13.985Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:07:04.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:07:04.389Z||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-04-24T07:07:04.389Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:07:04.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:07:04.419Z||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-04-24T07:07:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:07:13.992Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:07:14.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:04.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:08:04.395Z||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-04-24T07:08:04.395Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:04.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:08:04.419Z||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-04-24T07:08:04.420Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:05.049Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:05.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a077879b-d922-4570-9164-3a46216397be","serviceName":"basic_onboard_esjIjo","serviceVersion":"1.0","serviceUUID":"db3246aa-7d4c-4307-9d3e-36355f07b366","serviceDescription":"service","serviceInvariantUUID":"18242a1b-c6e1-41bc-a686-8297adffc6d8","resources":[{"resourceInstanceName":"basic_onboard_esjIjo 0","resourceName":"basic_onboard_esjIjo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"32f55328-0d30-42e3-b5f6-ebe12433ddcf","resourceInvariantUUID":"b4d20db1-d8a8-4f87-bfc5-cebe0f154b5b","resourceCustomizationUUID":"dc2acf41-96a0-4972-be19-93ad982087a9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml","artifactChecksum":"YWMwYTkwMmFiMmQ0MjY1ZGJkMWY4NWUyZGRjMTI1Yjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b975ee2-7183-4c2f-9944-e297eb3246e0","artifactVersion":"1"},{"artifactName":"basic_onboard_esjijo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json","artifactChecksum":"OThjMTQ3OGJhMmNhNTFiZGVkNDM4Y2I0NGY4NGE5ZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4e57cf7-338a-4232-8940-efd167803738","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"41bdb77f-ef8b-429b-b168-4b39404f2f06","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"736179b2-dbbb-4439-9072-5aac9157e562","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9efa338b-2378-4d12-a932-7104d0723172","artifactVersion":"2","generatedFromUUID":"41bdb77f-ef8b-429b-b168-4b39404f2f06"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEsjijo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml","artifactChecksum":"ZGZiMWM4YzUxZmNkOWJmYTMzMTNhNmNmZjY5M2FhMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ad87cb0-ba9b-4868-95a6-65f1a5d69b67","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEsjijo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar","artifactChecksum":"MDljOTMyYmI1OGE0ZTg0NzRhYTQyNmRmN2ZlMjIxNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca8b005b-82c9-47a0-9e5c-6c0af82d8db8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:08:05.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:05.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "clamp",
"timestamp": 1650784053721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.087Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:08:05.097Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:05.121Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:05.122Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784084393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784054885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "clamp",
"timestamp": 1650784053721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"status": "NOTIFIED"
}
2022-04-24T07:08:05.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784060922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784054885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "clamp",
"timestamp": 1650784053721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784060922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784054885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "clamp",
"timestamp": 1650784053721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784060922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784054885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "clamp",
"timestamp": 1650784053721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784060922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784054885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "clamp",
"timestamp": 1650784053721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "cds",
"timestamp": 1650784064809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784060922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784054885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "clamp",
"timestamp": 1650784053721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:08:05.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "cds",
"timestamp": 1650784064809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784060922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784065163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784054885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:08:05.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784060922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "cds",
"timestamp": 1650784064809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784065163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"status": "NOTIFIED"
}
2022-04-24T07:08:05.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "cds",
"timestamp": 1650784064809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784065163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-24T07:08:05.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "policy-id",
"timestamp": 1650784067821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "cds",
"timestamp": 1650784064809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784069081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784065163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "policy-id",
"timestamp": 1650784067821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "cds",
"timestamp": 1650784064809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784065163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-24T07:08:05.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "policy-id",
"timestamp": 1650784067821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-24T07:08:05.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "cds",
"timestamp": 1650784064809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:08:05.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784065163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "policy-id",
"timestamp": 1650784067821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784065163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:08:05.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "policy-id",
"timestamp": 1650784067821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "aai-ml",
"timestamp": 1650784071636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "cds",
"timestamp": 1650784073447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "policy-id",
"timestamp": 1650784067821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "aai-ml",
"timestamp": 1650784071636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784073827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "cds",
"timestamp": 1650784074531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-04-24T07:08:05.221Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-04-24T07:08:05.230Z||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-04-24T07:08:05.230Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:05.246Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:05.248Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-24T07:08:05.508Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a077879b-d922-4570-9164-3a46216397be
2022-04-24T07:08:05.542Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a077879b-d922-4570-9164-3a46216397be 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-04-24T07:08:05.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "policy-id",
"timestamp": 1650784067821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:08:05.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "aai-ml",
"timestamp": 1650784071636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784075309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.586Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "aai-ml",
"timestamp": 1650784071636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "policy-id",
"timestamp": 1650784076479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.587Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "aai-ml",
"timestamp": 1650784071636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784076800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.588Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "policy-id",
"timestamp": 1650784077496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-24T07:08:05.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "aai-ml",
"timestamp": 1650784071636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784078139,
"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-04-24T07:08:05.619Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a077879b-d922-4570-9164-3a46216397be
2022-04-24T07:08:05.620Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a077879b-d922-4570-9164-3a46216397be 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-04-24T07:08:05.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "policy-id",
"timestamp": 1650784078502,
"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-04-24T07:08:05.643Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a077879b-d922-4570-9164-3a46216397be
2022-04-24T07:08:05.643Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a077879b-d922-4570-9164-3a46216397be 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T07:08:05.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784078471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-24T07:08:05.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "aai-ml",
"timestamp": 1650784071636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:08:05.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:08:05.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784079161,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-24T07:08:05.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "clamp",
"timestamp": 1650784079650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784079495,
"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-04-24T07:08:05.678Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a077879b-d922-4570-9164-3a46216397be
2022-04-24T07:08:05.679Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a077879b-d922-4570-9164-3a46216397be 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-04-24T07:08:05.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "aai-ml",
"timestamp": 1650784080007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "clamp",
"timestamp": 1650784080735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-24T07:08:05.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "clamp",
"timestamp": 1650784081740,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-24T07:08:05.701Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a077879b-d922-4570-9164-3a46216397be
2022-04-24T07:08:05.702Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a077879b-d922-4570-9164-3a46216397be and ComponentName clamp
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-04-24T07:08:06.134Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:08:06.136Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:06.140Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:06.141Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784084393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"status": "NOTIFIED"
}
2022-04-24T07:08:06.241Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:08:06.243Z||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-04-24T07:08:06.243Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:06.258Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:06.259Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:07.141Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:08:07.142Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:07.145Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:07.146Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784084393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-24T07:08:07.249Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-24T07:08:07.250Z||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-04-24T07:08:07.250Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:07.267Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:07.268Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:08.146Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:08:08.148Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:08.152Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:08.153Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784084393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:08.252Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:08:08.254Z||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-04-24T07:08:08.254Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:08.333Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:08.334Z||pool-6-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:08:09.157Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:08:09.159Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:09.162Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:09.163Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784084393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-24T07:08:09.262Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:08:09.264Z||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-04-24T07:08:09.265Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:09.295Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:09.297Z||pool-7-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:10.163Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:08:10.166Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:10.180Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:10.181Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784084393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:08:10.281Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:08:10.283Z||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-04-24T07:08:10.283Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:10.326Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:10.327Z||pool-8-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:08:11.182Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:08:11.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:11.186Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:11.186Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784084393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:08:11.291Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-24T07:08:11.293Z||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-04-24T07:08:11.294Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:11.329Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:11.331Z||pool-9-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:12.189Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"serviceName": "basic_onboard_esjIjo",
"serviceVersion": "1.0",
"serviceUUID": "db3246aa-7d4c-4307-9d3e-36355f07b366",
"serviceDescription": "service",
"serviceInvariantUUID": "18242a1b-c6e1-41bc-a686-8297adffc6d8",
"resources": [
{
"resourceInstanceName": "basic_onboard_esjIjo 0",
"resourceCustomizationUUID": "dc2acf41-96a0-4972-be19-93ad982087a9",
"resourceName": "basic_onboard_esjIjo",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "32f55328-0d30-42e3-b5f6-ebe12433ddcf",
"resourceInvariantUUID": "b4d20db1-d8a8-4f87-bfc5-cebe0f154b5b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_esjijo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"artifactChecksum": "OThjMTQ3OGJhMmNhNTFiZGVkNDM4Y2I0NGY4NGE5ZTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b4e57cf7-338a-4232-8940-efd167803738",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "41bdb77f-ef8b-429b-b168-4b39404f2f06",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9efa338b-2378-4d12-a932-7104d0723172",
"generatedFromUUID": "41bdb77f-ef8b-429b-b168-4b39404f2f06"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9efa338b-2378-4d12-a932-7104d0723172",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardEsjijo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"artifactChecksum": "MDljOTMyYmI1OGE0ZTg0NzRhYTQyNmRmN2ZlMjIxNmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ca8b005b-82c9-47a0-9e5c-6c0af82d8db8"
}
],
"workloadContext": "Production"
}
2022-04-24T07:08:12.194Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:08:12.195Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 db3246aa-7d4c-4307-9d3e-36355f07b366 ASDC
2022-04-24T07:08:12.437Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a077879b-d922-4570-9164-3a46216397be
ServiceName:basic_onboard_esjIjo
ServiceVersion:1.0
ServiceUUID:db3246aa-7d4c-4307-9d3e-36355f07b366
ServiceInvariantUUID:18242a1b-c6e1-41bc-a686-8297adffc6d8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEsjijo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar
ArtifactUUID:ca8b005b-82c9-47a0-9e5c-6c0af82d8db8
ArtifactChecksum:MDljOTMyYmI1OGE0ZTg0NzRhYTQyNmRmN2ZlMjIxNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_esjIjo 0
ResourceCustomizationUUID:dc2acf41-96a0-4972-be19-93ad982087a9
ResourceInvariantUUID:b4d20db1-d8a8-4f87-bfc5-cebe0f154b5b
ResourceName:basic_onboard_esjIjo
ResourceType:VF
ResourceUUID:32f55328-0d30-42e3-b5f6-ebe12433ddcf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_esjijo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json
ArtifactUUID:b4e57cf7-338a-4232-8940-efd167803738
ArtifactChecksum:OThjMTQ3OGJhMmNhNTFiZGVkNDM4Y2I0NGY4NGE5ZTc=
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/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:41bdb77f-ef8b-429b-b168-4b39404f2f06
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/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env
ArtifactUUID:9efa338b-2378-4d12-a932-7104d0723172
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/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env
ArtifactUUID:9efa338b-2378-4d12-a932-7104d0723172
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-24T07:08:12.437Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db3246aa-7d4c-4307-9d3e-36355f07b366 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-04-24T07:08:12.553Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:08:12.555Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-24T07:08:12.557Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-24T07:08:12.558Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ca8b005b-82c9-47a0-9e5c-6c0af82d8db8 from URL: /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:12.558Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-24T07:08:12.562Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:13.387Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-24T07:08:13.409Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar ca8b005b-82c9-47a0-9e5c-6c0af82d8db8 71564
2022-04-24T07:08:13.411Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar ASDC sendASDCNotification
2022-04-24T07:08:13.412Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:13.413Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:08:13.416Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:13.420Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:13.420Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784093410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:08:13.521Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:08:13.523Z||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-04-24T07:08:13.523Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:13.544Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:13.545Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:14.422Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:08:14.425Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-24T07:08:14.426Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ca8b005b-82c9-47a0-9e5c-6c0af82d8db8, URL: /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar to file: /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:14.427Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:14.607Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:14.608Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:15.762Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4370752778648969975/Definitions/service-BasicOnboardEsjijo-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_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided
2022-04-24T07:08:19.314Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:08:19.325Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-24T07:08:19.325Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.326Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-24T07:08:19.326Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.326Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.327Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.327Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.327Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.327Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.327Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.328Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.328Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_esjIjo 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.329Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-24T07:08:19.342Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:19.346Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:19.354Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:19.355Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-24T07:08:19.358Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:08:19.360Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:19.361Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:19.361Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:19.361Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-24T07:08:19.361Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:08:19.362Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:19.362Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:19.377Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:19.378Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is not matching search criteria
2022-04-24T07:08:19.379Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-24T07:08:19.379Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-24T07:08:19.385Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-24T07:08:19.386Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-24T07:08:19.386Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T07:08:19.387Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:19.387Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:08:19.389Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:19.389Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:19.390Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:08:19.390Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:19.390Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:19.391Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:08:19.391Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:19.391Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:19.392Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:08:19.392Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:19.393Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is not matching search criteria
2022-04-24T07:08:19.393Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-24T07:08:19.393Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-24T07:08:19.394Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=559e007d-7ecf-414e-9e77-2e3cea82f510
2022-04-24T07:08:19.394Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:19.395Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:19.395Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:19.395Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:19.396Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:19.396Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:19.396Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:19.397Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:19.397Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_esjIjo
Description:service
Model UUID:db3246aa-7d4c-4307-9d3e-36355f07b366
Model Version:NULL
Model InvariantUuid:18242a1b-c6e1-41bc-a686-8297adffc6d8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_esjIjo
Model UUID:32f6dfdc-4402-4e7b-9557-93b5fecf5630
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b4d20db1-d8a8-4f87-bfc5-cebe0f154b5b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:dc2acf41-96a0-4972-be19-93ad982087a9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c9dac96f-3c7b-4c8e-bf70-279021019646
ModelName:BasicOnboardEsjijo..base_ubuntu18..module-0
ModelUuid:52a662b3-dcb3-4d01-a3f2-05ad2534e6aa
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:559e007d-7ecf-414e-9e77-2e3cea82f510
ModelInvariantUuid:32fd5290-8bc4-4923-9b04-a82521ebc869
ModelName:basic_onboard_esjIjo-nodes.ubuntu18Cvfc
ModelUuid:ae316870-e7a4-4043-8a5a-a77a4acad6df
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:31575287-0e1a-455b-af3a-e0a661dc1972
ModelInvariantUuid:1a4c7abb-538f-42ea-ac12-2e6df7accaae
ModelName:BasicOnboardEsjijo.compute.nodes.heat.ubuntu18
ModelUuid:56136f55-e67f-41f9-9979-4b7fbec8591e
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-04-24T07:08:19.416Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 32f55328-0d30-42e3-b5f6-ebe12433ddcf
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-04-24T07:08:19.568Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||basic_onboard_esjIjo 0
2022-04-24T07:08:19.592Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 32f55328-0d30-42e3-b5f6-ebe12433ddcf
2022-04-24T07:08:19.593Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b4e57cf7-338a-4232-8940-efd167803738 from URL: /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json
2022-04-24T07:08:19.594Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-24T07:08:19.594Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json
2022-04-24T07:08:20.266Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-24T07:08:20.268Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json b4e57cf7-338a-4232-8940-efd167803738 798
2022-04-24T07:08:20.268Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json ASDC sendASDCNotification
2022-04-24T07:08:20.269Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json
2022-04-24T07:08:20.269Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:08:20.270Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:20.278Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:20.279Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784100268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:08:20.383Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-24T07:08:20.385Z||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-04-24T07:08:20.385Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:20.480Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:20.482Z||pool-11-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:21.283Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEsjijo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c9dac96f-3c7b-4c8e-bf70-279021019646",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "52a662b3-dcb3-4d01-a3f2-05ad2534e6aa",
"vfModuleModelCustomizationUUID": "40d9840f-b518-4f06-9f23-31a14540d2f6",
"isBase": true,
"artifacts": [
"41bdb77f-ef8b-429b-b168-4b39404f2f06",
"9efa338b-2378-4d12-a932-7104d0723172"
],
"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-04-24T07:08:21.323Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEsjijo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:52a662b3-dcb3-4d01-a3f2-05ad2534e6aa
VfModuleModelInvariantUUID:c9dac96f-3c7b-4c8e-bf70-279021019646
VfModuleModelDescription:NULL
Artifacts UUID List:{
41bdb77f-ef8b-429b-b168-4b39404f2f06
,
9efa338b-2378-4d12-a932-7104d0723172
}
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-04-24T07:08:21.331Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEsjijo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c9dac96f-3c7b-4c8e-bf70-279021019646",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "52a662b3-dcb3-4d01-a3f2-05ad2534e6aa",
"vfModuleModelCustomizationUUID": "40d9840f-b518-4f06-9f23-31a14540d2f6",
"isBase": true,
"artifacts": [
"41bdb77f-ef8b-429b-b168-4b39404f2f06",
"9efa338b-2378-4d12-a932-7104d0723172"
],
"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-04-24T07:08:21.331Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEsjijo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:52a662b3-dcb3-4d01-a3f2-05ad2534e6aa
VfModuleModelInvariantUUID:c9dac96f-3c7b-4c8e-bf70-279021019646
VfModuleModelDescription:NULL
Artifacts UUID List:{
41bdb77f-ef8b-429b-b168-4b39404f2f06
,
9efa338b-2378-4d12-a932-7104d0723172
}
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-04-24T07:08:21.332Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 41bdb77f-ef8b-429b-b168-4b39404f2f06 from URL: /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml
2022-04-24T07:08:21.332Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-24T07:08:21.333Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml
2022-04-24T07:08:21.587Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-24T07:08:21.587Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml 41bdb77f-ef8b-429b-b168-4b39404f2f06 5033
2022-04-24T07:08:21.588Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-24T07:08:21.588Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml
2022-04-24T07:08:21.588Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:08:21.589Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:21.592Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:21.592Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784101588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:08:21.692Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:08:21.694Z||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-04-24T07:08:21.694Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:21.726Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:21.727Z||pool-12-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:08:22.593Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9efa338b-2378-4d12-a932-7104d0723172 from URL: /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env
2022-04-24T07:08:22.595Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-24T07:08:22.596Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env
2022-04-24T07:08:22.894Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-24T07:08:22.897Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env 9efa338b-2378-4d12-a932-7104d0723172 909
2022-04-24T07:08:22.898Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-24T07:08:22.898Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env
2022-04-24T07:08:22.898Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:08:22.899Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:22.910Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:22.911Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784102897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:08:23.011Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:08:23.013Z||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-04-24T07:08:23.013Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:23.027Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:23.028Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:23.913Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: db3246aa-7d4c-4307-9d3e-36355f07b366
2022-04-24T07:08:23.914Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_esjIjo 0 32f55328-0d30-42e3-b5f6-ebe12433ddcf 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-04-24T07:08:23.980Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45e9be3f, org.onap.sdc.toscaparser.api.parameters.Input@61e8ce2e, org.onap.sdc.toscaparser.api.parameters.Input@790a0eb0, org.onap.sdc.toscaparser.api.parameters.Input@8e86877, org.onap.sdc.toscaparser.api.parameters.Input@f83713]
2022-04-24T07:08:23.991Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:23.992Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:23.993Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-04-24T07:08:23.993Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= dc2acf41-96a0-4972-be19-93ad982087a9
2022-04-24T07:08:23.993Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dc2acf41-96a0-4972-be19-93ad982087a9 matches Tosca VF Customization UUID: dc2acf41-96a0-4972-be19-93ad982087a9
2022-04-24T07:08:23.994Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: dc2acf41-96a0-4972-be19-93ad982087a9 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-04-24T07:08:24.009Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:24.010Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:24.015Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id dc2acf41-96a0-4972-be19-93ad982087a9: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-24T07:08:24.016Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54bb5834
2022-04-24T07:08:24.016Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:24.017Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:08:24.018Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 40d9840f-b518-4f06-9f23-31a14540d2f6
2022-04-24T07:08:24.021Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 40d9840f-b518-4f06-9f23-31a14540d2f6
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-04-24T07:08:24.033Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:24.034Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:24.035Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:08:24.036Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:24.037Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:24.037Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:08:24.038Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:24.038Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is not matching search criteria
2022-04-24T07:08:24.039Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-24T07:08:24.039Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-24T07:08:24.039Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=559e007d-7ecf-414e-9e77-2e3cea82f510
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-04-24T07:08:24.052Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:24.053Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:24.054Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:08:24.054Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:24.054Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:24.054Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0] matching following query criteria: sdcType=VF, customizationUUID=dc2acf41-96a0-4972-be19-93ad982087a9
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-04-24T07:08:24.058Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:24.059Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:24.059Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid db3246aa-7d4c-4307-9d3e-36355f07b366: basic_onboard_esjIjo
2022-04-24T07:08:24.060Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:24.060Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:24.060Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:24.060Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:24.061Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:24.061Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:24.061Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:24.062Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:24.062Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:08:24.062Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:24.062Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_esjIjo
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-04-24T07:08:24.346Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_esjIjo 32f55328-0d30-42e3-b5f6-ebe12433ddcf 1 ASDC deployResourceStructure
2022-04-24T07:08:24.348Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json ASDC sendASDCNotification
2022-04-24T07:08:24.349Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json
2022-04-24T07:08:24.349Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:08:24.350Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:24.357Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:24.357Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784104348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-24T07:08:24.455Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-24T07:08:24.456Z||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-04-24T07:08:24.456Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:24.492Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:24.493Z||pool-14-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:25.359Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-24T07:08:25.359Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml
2022-04-24T07:08:25.359Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:08:25.359Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:25.362Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:25.363Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784105359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-24T07:08:25.463Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:08:25.464Z||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-04-24T07:08:25.464Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:25.478Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:25.479Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:26.364Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-24T07:08:26.365Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env
2022-04-24T07:08:26.365Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:08:26.365Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:26.369Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:26.369Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784106363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-24T07:08:26.469Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:08:26.470Z||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-04-24T07:08:26.471Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:26.490Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:26.491Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:27.371Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar ASDC sendASDCNotification
2022-04-24T07:08:27.371Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:27.371Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:08:27.372Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:27.374Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:27.375Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784107371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-24T07:08:27.475Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:08:27.476Z||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-04-24T07:08:27.476Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:27.494Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:08:27.495Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-04-24T07:08:28.377Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a077879b-d922-4570-9164-3a46216397be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-24T07:08:28.427Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a077879b-d922-4570-9164-3a46216397be
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-04-24T07:08:28.436Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:08:28.437Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:08:28.437Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:08:58.437Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a077879b-d922-4570-9164-3a46216397be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-24T07:08:58.459Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a077879b-d922-4570-9164-3a46216397be
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-04-24T07:08:58.466Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:08:58.467Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:08:58.467Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:09:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:09:04.419Z||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-04-24T07:09:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:09:04.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:09:04.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:09:04.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784084393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:09:04.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:09:28.468Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a077879b-d922-4570-9164-3a46216397be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-24T07:09:28.485Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a077879b-d922-4570-9164-3a46216397be
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-04-24T07:09:28.492Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:09:28.517Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:09:28.518Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:09:58.519Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a077879b-d922-4570-9164-3a46216397be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-24T07:09:58.535Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a077879b-d922-4570-9164-3a46216397be
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-04-24T07:09:58.544Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:09:58.545Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:09:58.545Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:10:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:10:04.419Z||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-04-24T07:10:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:10:04.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:10:04.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784084393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"status": "NOTIFIED"
}
2022-04-24T07:10:04.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:04.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784084393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784084393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784084393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784084393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:04.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:04.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784084393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:10:04.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:04.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "aai-ml",
"timestamp": 1650784092717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-24T07:10:04.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:04.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784093410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:10:04.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:04.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "aai-ml",
"timestamp": 1650784093724,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:10:05.022Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a077879b-d922-4570-9164-3a46216397be
2022-04-24T07:10:05.023Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a077879b-d922-4570-9164-3a46216397be 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-04-24T07:10:05.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "cds",
"timestamp": 1650784094809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "policy-id",
"timestamp": 1650784087821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "policy-id",
"timestamp": 1650784087821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "cds",
"timestamp": 1650784094809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "cds",
"timestamp": 1650784094809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "policy-id",
"timestamp": 1650784087821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-24T07:10:05.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "policy-id",
"timestamp": 1650784087821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "cds",
"timestamp": 1650784094809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784100268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "policy-id",
"timestamp": 1650784087821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "cds",
"timestamp": 1650784094809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784101588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784100922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "policy-id",
"timestamp": 1650784087821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "cds",
"timestamp": 1650784094809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784100922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784102897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "policy-id",
"timestamp": 1650784087821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:10:05.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "cds",
"timestamp": 1650784094809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:10:05.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "aai-ml",
"timestamp": 1650784101636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784100922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "aai-ml",
"timestamp": 1650784101636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "policy-id",
"timestamp": 1650784103584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "cds",
"timestamp": 1650784104303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784104348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-24T07:10:05.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784100922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "aai-ml",
"timestamp": 1650784101636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "policy-id",
"timestamp": 1650784104589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-24T07:10:05.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "cds",
"timestamp": 1650784105325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-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-04-24T07:10:05.096Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6eac45f-be82-4aae-aa14-987ce29c0017
2022-04-24T07:10:05.096Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6eac45f-be82-4aae-aa14-987ce29c0017 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-04-24T07:10:05.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784105359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-24T07:10:05.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784100922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "aai-ml",
"timestamp": 1650784101636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "policy-id",
"timestamp": 1650784105602,
"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-04-24T07:10:05.139Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6eac45f-be82-4aae-aa14-987ce29c0017
2022-04-24T07:10:05.140Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6eac45f-be82-4aae-aa14-987ce29c0017 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-04-24T07:10:05.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784106363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-24T07:10:05.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784105141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784100922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "aai-ml",
"timestamp": 1650784101636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784107371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-24T07:10:05.158Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784105141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"status": "NOTIFIED"
}
2022-04-24T07:10:05.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784100922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "aai-ml",
"timestamp": 1650784101636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784105141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-24T07:10:05.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "aai-ml",
"timestamp": 1650784101636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:10:05.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784105141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "aai-ml",
"timestamp": 1650784109736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784105141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-24T07:10:05.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784105141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784105141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:10:05.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784113028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "clamp",
"timestamp": 1650784113721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784114436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "clamp",
"timestamp": 1650784113721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"status": "NOTIFIED"
}
2022-04-24T07:10:05.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784114885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784115600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "clamp",
"timestamp": 1650784113721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784114885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784116641,
"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-04-24T07:10:05.176Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6eac45f-be82-4aae-aa14-987ce29c0017
2022-04-24T07:10:05.176Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6eac45f-be82-4aae-aa14-987ce29c0017 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T07:10:05.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "clamp",
"timestamp": 1650784113721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784114885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784117647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"status": "DEPLOY_OK"
}
2022-04-24T07:10:05.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "clamp",
"timestamp": 1650784113721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784114885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "clamp",
"timestamp": 1650784113721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784114885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "clamp",
"timestamp": 1650784113721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784114885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "aai-ml",
"timestamp": 1650784121117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784114885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:10:05.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:10:05.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "aai-ml",
"timestamp": 1650784122123,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:10:05.202Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a6eac45f-be82-4aae-aa14-987ce29c0017
2022-04-24T07:10:05.202Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6eac45f-be82-4aae-aa14-987ce29c0017 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-04-24T07:10:05.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784123378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784128943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-24T07:10:05.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784129950,
"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-04-24T07:10:05.230Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6eac45f-be82-4aae-aa14-987ce29c0017
2022-04-24T07:10:05.230Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6eac45f-be82-4aae-aa14-987ce29c0017 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-04-24T07:10:05.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "clamp",
"timestamp": 1650784134166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.244Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "clamp",
"timestamp": 1650784136178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-24T07:10:05.245Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "clamp",
"timestamp": 1650784137183,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-24T07:10:05.253Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6eac45f-be82-4aae-aa14-987ce29c0017
2022-04-24T07:10:05.254Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6eac45f-be82-4aae-aa14-987ce29c0017 and ComponentName clamp
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-04-24T07:10:28.545Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a077879b-d922-4570-9164-3a46216397be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-24T07:10:28.568Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a077879b-d922-4570-9164-3a46216397be
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-04-24T07:10:28.577Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:10:28.577Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:10:28.577Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:10:28.578Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:10:28.578Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-04-24T07:10:28.578Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:10:28.593Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:10:58.594Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a077879b-d922-4570-9164-3a46216397be 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-04-24T07:10:58.615Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a077879b-d922-4570-9164-3a46216397be and serviceModelVersionId: db3246aa-7d4c-4307-9d3e-36355f07b366
2022-04-24T07:10:58.616Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18242a1b-c6e1-41bc-a686-8297adffc6d8
2022-04-24T07:11:04.424Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:11:04.437Z||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-04-24T07:11:04.437Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:14.038Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:22.606Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0
2022-04-24T07:11:22.816Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:11:23.735Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||Invoke
2022-04-24T07:11:23.754Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a077879b-d922-4570-9164-3a46216397be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83ff4938-ce1a-4c10-912e-6e7cade506fb], X-ECOMP-RequestID=[a077879b-d922-4570-9164-3a46216397be], X-TransactionId=[], X-ONAP-RequestID=[a077879b-d922-4570-9164-3a46216397be], Content-Type=[application/merge-patch+json]}
2022-04-24T07:11:25.352Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||Invoke
2022-04-24T07:11:25.353Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a077879b-d922-4570-9164-3a46216397be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ef39d62-cbb4-4165-bd5d-37ffe3409f5c], X-ECOMP-RequestID=[a077879b-d922-4570-9164-3a46216397be], X-TransactionId=[], X-ONAP-RequestID=[a077879b-d922-4570-9164-3a46216397be], Content-Type=[application/merge-patch+json]}
2022-04-24T07:11:26.882Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||Invoke
2022-04-24T07:11:26.884Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a077879b-d922-4570-9164-3a46216397be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[91142c7d-3b5b-4cdd-bd1c-4f915ccbf47d], X-ECOMP-RequestID=[a077879b-d922-4570-9164-3a46216397be], X-TransactionId=[], X-ONAP-RequestID=[a077879b-d922-4570-9164-3a46216397be], Content-Type=[application/merge-patch+json]}
2022-04-24T07:11:27.917Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:11:27.918Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-04-24T07:11:27.920Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:11:27.921Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:11:27.927Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:11:27.929Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a077879b-d922-4570-9164-3a46216397be and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:11:27.930Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:11:27.931Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:27.934Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:27.934Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||try to send status {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784287929,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:11:28.035Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:11:28.036Z||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-04-24T07:11:28.037Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:28.051Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:28.052Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:11:28.955Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:11:28.956Z||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-04-24T07:11:28.956Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:33.336Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:33.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-24T07:11:33.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6eac45f-be82-4aae-aa14-987ce29c0017","serviceName":"vFW 2022-04-24 07-04-46","serviceVersion":"1.0","serviceUUID":"92b3d230-1cf1-424f-9e8c-ee9f56cf29f2","serviceDescription":"catalog service description","serviceInvariantUUID":"2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81","resources":[{"resourceInstanceName":"vFW 67f59bd1-45f3 0","resourceName":"vFW 67f59bd1-45f3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea71f287-8d91-4b8d-adb8-2e34947f931b","resourceInvariantUUID":"74585f02-42b9-4026-b939-e01ce5a2a0bd","resourceCustomizationUUID":"3aa88a0b-538c-4104-a35c-efe3e5c288da","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml","artifactChecksum":"MjlmZmZmMDVmM2MzZWVjMTYyMTc4ZmU4MTJiMGY0ZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b165f4f-2ca9-42e7-a765-0639bdd436ac","artifactVersion":"1"},{"artifactName":"vfw67f59bd145f30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json","artifactChecksum":"NTEzZjAzZjBlNzQ5ZjkwOTkzMTIzZTIwNDFlNjMxMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a5e1f59-ed2e-4847-b4c7-86614c08033c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"63eebedc-4363-4dfc-b14e-d6da28bcf0ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml","artifactChecksum":"MTVlZDliYWEwMmI4YzlkNjhiODAzNjY5NDlmZGMzOGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"55a91f2e-9f19-4462-b975-e86d02c44f84","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c5f36de-c221-4832-9fa1-036625691b32","artifactVersion":"2","generatedFromUUID":"63eebedc-4363-4dfc-b14e-d6da28bcf0ca"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220424070446-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml","artifactChecksum":"NWEwMzJiMjU5YWE0Yjg3NDkwYjBmYjlhNmQ2NWM1OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a3cb159-4386-4219-a956-660e74987e52","artifactVersion":"1"},{"artifactName":"service-Vfw20220424070446-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar","artifactChecksum":"NDIyY2Q3NzJkNmIxZTQ0ZjA2ODYxYmJkNDE4OTc2ZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6e1949e-f544-4e79-a2b1-4561a5e81b51","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:11:33.342Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:11:33.342Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:33.345Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:33.345Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784288955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:11:33.445Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:11:33.446Z||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-04-24T07:11:33.447Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:33.458Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:33.459Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:34.348Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:11:34.349Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:34.351Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:34.352Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784288955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"status": "NOTIFIED"
}
2022-04-24T07:11:34.452Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:11:34.454Z||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-04-24T07:11:34.454Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:34.470Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:34.471Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:35.353Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:11:35.354Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:35.358Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:35.358Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784288955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-24T07:11:35.458Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:11:35.459Z||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-04-24T07:11:35.460Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:35.474Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:35.475Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:11:36.359Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:11:36.361Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:36.366Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:36.375Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784288955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:11:36.469Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-24T07:11:36.471Z||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-04-24T07:11:36.472Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:36.502Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:36.503Z||pool-22-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:37.377Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:11:37.378Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:37.381Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:37.382Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784288955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-24T07:11:37.483Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:11:37.484Z||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-04-24T07:11:37.484Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:37.500Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:37.501Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:11:38.382Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:11:38.384Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:38.388Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:38.389Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784288955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:11:38.489Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:11:38.490Z||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-04-24T07:11:38.491Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:38.503Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:38.505Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:39.390Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:11:39.391Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:39.395Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:39.395Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784288955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:11:39.495Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:11:39.497Z||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-04-24T07:11:39.497Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:39.514Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:39.515Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:40.401Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"serviceName": "vFW 2022-04-24 07-04-46",
"serviceVersion": "1.0",
"serviceUUID": "92b3d230-1cf1-424f-9e8c-ee9f56cf29f2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81",
"resources": [
{
"resourceInstanceName": "vFW 67f59bd1-45f3 0",
"resourceCustomizationUUID": "3aa88a0b-538c-4104-a35c-efe3e5c288da",
"resourceName": "vFW 67f59bd1-45f3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ea71f287-8d91-4b8d-adb8-2e34947f931b",
"resourceInvariantUUID": "74585f02-42b9-4026-b939-e01ce5a2a0bd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw67f59bd145f30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"artifactChecksum": "NTEzZjAzZjBlNzQ5ZjkwOTkzMTIzZTIwNDFlNjMxMDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2a5e1f59-ed2e-4847-b4c7-86614c08033c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "63eebedc-4363-4dfc-b14e-d6da28bcf0ca",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c5f36de-c221-4832-9fa1-036625691b32",
"generatedFromUUID": "63eebedc-4363-4dfc-b14e-d6da28bcf0ca"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c5f36de-c221-4832-9fa1-036625691b32",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220424070446-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"artifactChecksum": "NDIyY2Q3NzJkNmIxZTQ0ZjA2ODYxYmJkNDE4OTc2ZDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c6e1949e-f544-4e79-a2b1-4561a5e81b51"
}
],
"workloadContext": "Production"
}
2022-04-24T07:11:40.402Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:11:40.402Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 92b3d230-1cf1-424f-9e8c-ee9f56cf29f2 ASDC
2022-04-24T07:11:40.403Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a6eac45f-be82-4aae-aa14-987ce29c0017
ServiceName:vFW 2022-04-24 07-04-46
ServiceVersion:1.0
ServiceUUID:92b3d230-1cf1-424f-9e8c-ee9f56cf29f2
ServiceInvariantUUID:2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220424070446-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar
ArtifactUUID:c6e1949e-f544-4e79-a2b1-4561a5e81b51
ArtifactChecksum:NDIyY2Q3NzJkNmIxZTQ0ZjA2ODYxYmJkNDE4OTc2ZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 67f59bd1-45f3 0
ResourceCustomizationUUID:3aa88a0b-538c-4104-a35c-efe3e5c288da
ResourceInvariantUUID:74585f02-42b9-4026-b939-e01ce5a2a0bd
ResourceName:vFW 67f59bd1-45f3
ResourceType:VF
ResourceUUID:ea71f287-8d91-4b8d-adb8-2e34947f931b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw67f59bd145f30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json
ArtifactUUID:2a5e1f59-ed2e-4847-b4c7-86614c08033c
ArtifactChecksum:NTEzZjAzZjBlNzQ5ZjkwOTkzMTIzZTIwNDFlNjMxMDA=
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/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml
ArtifactUUID:63eebedc-4363-4dfc-b14e-d6da28bcf0ca
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/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env
ArtifactUUID:2c5f36de-c221-4832-9fa1-036625691b32
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/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env
ArtifactUUID:2c5f36de-c221-4832-9fa1-036625691b32
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-24T07:11:40.404Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 92b3d230-1cf1-424f-9e8c-ee9f56cf29f2 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-04-24T07:11:40.477Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:11:40.478Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-24T07:11:40.478Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-24T07:11:40.478Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c6e1949e-f544-4e79-a2b1-4561a5e81b51 from URL: /sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:40.478Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-24T07:11:40.479Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:42.786Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-24T07:11:42.793Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar c6e1949e-f544-4e79-a2b1-4561a5e81b51 99010
2022-04-24T07:11:42.793Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar ASDC sendASDCNotification
2022-04-24T07:11:42.794Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:42.794Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:11:42.795Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:42.798Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:42.799Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784302793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:11:42.910Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-04-24T07:11:42.912Z||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-04-24T07:11:42.912Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:43.014Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:43.015Z||pool-26-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:43.801Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:11:43.802Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-24T07:11:43.803Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c6e1949e-f544-4e79-a2b1-4561a5e81b51, URL: /sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar to file: /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:43.803Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220424070446-csar.csar
2022-04-24T07:11:43.804Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:43.804Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:44.254Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1065075527639438583/Definitions/service-Vfw20220424070446-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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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 "port_vpg_onap_private_port_0_network_role" 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_vlan_requirements" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-24T07:11:48.259Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:11:48.261Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-24T07:11:48.261Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.261Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-24T07:11:48.262Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.263Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.263Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 67f59bd1-45f3 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.263Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||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-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.264Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.265Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.265Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.266Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||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-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.266Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.267Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.267Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||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-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.268Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.268Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||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-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.269Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-24T07:11:48.270Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:48.270Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:48.272Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:48.272Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-24T07:11:48.273Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:11:48.274Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:48.274Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:48.275Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:48.276Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-24T07:11:48.277Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:11:48.277Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:48.278Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:48.279Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:48.279Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is not matching search criteria
2022-04-24T07:11:48.280Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:11:48.280Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:11:48.281Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:11:48.282Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.282Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.283Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.284Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:11:48.284Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:11:48.285Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:11:48.285Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.286Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.286Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:11:48.287Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.287Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:11:48.287Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.288Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T07:11:48.289Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:48.289Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:11:48.290Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:48.290Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:48.290Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:48.291Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:48.291Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:48.292Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:48.293Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:48.293Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:48.294Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:48.295Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:48.296Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is not matching search criteria
2022-04-24T07:11:48.297Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:11:48.297Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:11:48.298Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:11:48.298Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:11:48.299Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:11:48.300Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.300Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.301Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:11:48.301Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.302Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:11:48.303Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.303Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=041e9f89-69ff-4f7d-8ad3-e5f372622f7e
2022-04-24T07:11:48.304Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:48.305Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is not matching search criteria
2022-04-24T07:11:48.305Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:11:48.306Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:11:48.306Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:11:48.307Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.307Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.308Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.308Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:11:48.309Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T07:11:48.309Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:11:48.310Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.310Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:11:48.311Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.311Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb417ad8-4e88-49e7-83d0-95b35abce645
2022-04-24T07:11:48.312Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:48.313Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is not matching search criteria
2022-04-24T07:11:48.313Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:11:48.314Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:11:48.314Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:11:48.315Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.315Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.316Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.316Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:11:48.317Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:11:48.317Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:11:48.318Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.318Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.319Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T07:11:48.319Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=36888554-85e3-4364-9437-5ac4d334c4d7
2022-04-24T07:11:48.320Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:48.320Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:48.321Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:48.321Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:48.322Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:48.325Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:48.325Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:48.326Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:48.326Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-24 07-04-46
Description:catalog service description
Model UUID:92b3d230-1cf1-424f-9e8c-ee9f56cf29f2
Model Version:NULL
Model InvariantUuid:2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 67f59bd1-45f3
Model UUID:9cb11415-ba8a-4ca5-869c-8766c29d43fe
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:74585f02-42b9-4026-b939-e01ce5a2a0bd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3aa88a0b-538c-4104-a35c-efe3e5c288da
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:be97e46e-0a57-45b1-bd4a-ac651f1a88bc
ModelName:Vfw67f59bd145f3..base_vfw..module-0
ModelUuid:4ec02a6c-4f6f-4170-9021-6a9965a3e838
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:041e9f89-69ff-4f7d-8ad3-e5f372622f7e
ModelInvariantUuid:ea22a77e-566a-43d1-9c32-598d9209889f
ModelName:vFW 67f59bd1-45f3-nodes.vfwCvfc
ModelUuid:04021c1a-ba27-459d-acf0-8823fbf8cb6e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:026599c1-7f8b-4e9a-bf62-4fb31dea49ea
ModelInvariantUuid:a6681074-10fd-4a8b-9ef6-eb04c8d1f3bb
ModelName:Vfw67f59bd145f3.compute.nodes.heat.vfw
ModelUuid:1c28ba0f-80b8-49d5-836d-7e0479d34dac
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fb417ad8-4e88-49e7-83d0-95b35abce645
ModelInvariantUuid:509129b3-e153-491c-91a8-86659fcd5981
ModelName:vFW 67f59bd1-45f3-nodes.vsnCvfc
ModelUuid:1bf3b805-5d60-4634-9cd6-05568622faf7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6e2e6341-f0e8-49d5-87f4-2046090b0847
ModelInvariantUuid:2f8182ef-8ae5-44ac-9a68-4ec900cb51e6
ModelName:Vfw67f59bd145f3.compute.nodes.heat.vsn
ModelUuid:f1412756-161d-46ed-984b-a5aec693c07b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:36888554-85e3-4364-9437-5ac4d334c4d7
ModelInvariantUuid:ceb21eae-4035-40cf-a55f-638e5ff10471
ModelName:vFW 67f59bd1-45f3-nodes.vpgCvfc
ModelUuid:44bd0b79-e4cc-4fdf-8166-06f0dc4feabe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a3bbdd3e-9acf-4ffe-8dba-1bd42d90ec39
ModelInvariantUuid:81716aa2-88c4-4392-bc51-199f5fcd09c4
ModelName:Vfw67f59bd145f3.compute.nodes.heat.vpg
ModelUuid:39f97584-696f-4b0d-af34-248b2d72300d
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-04-24T07:11:48.338Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ea71f287-8d91-4b8d-adb8-2e34947f931b
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-04-24T07:11:48.344Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||vFW 67f59bd1-45f3 0
2022-04-24T07:11:48.345Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea71f287-8d91-4b8d-adb8-2e34947f931b
2022-04-24T07:11:48.346Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2a5e1f59-ed2e-4847-b4c7-86614c08033c from URL: /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json
2022-04-24T07:11:48.346Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-24T07:11:48.347Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json
2022-04-24T07:11:48.780Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-24T07:11:48.781Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json 2a5e1f59-ed2e-4847-b4c7-86614c08033c 785
2022-04-24T07:11:48.781Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json ASDC sendASDCNotification
2022-04-24T07:11:48.782Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json
2022-04-24T07:11:48.782Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:11:48.783Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:48.786Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:48.786Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784308781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:11:48.889Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:11:48.890Z||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-04-24T07:11:48.890Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:48.924Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:48.926Z||pool-27-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:49.789Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw67f59bd145f3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "be97e46e-0a57-45b1-bd4a-ac651f1a88bc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4ec02a6c-4f6f-4170-9021-6a9965a3e838",
"vfModuleModelCustomizationUUID": "9deb3344-aff7-4fdb-a677-6bbb52d5818d",
"isBase": true,
"artifacts": [
"63eebedc-4363-4dfc-b14e-d6da28bcf0ca",
"2c5f36de-c221-4832-9fa1-036625691b32"
],
"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-04-24T07:11:49.797Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw67f59bd145f3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ec02a6c-4f6f-4170-9021-6a9965a3e838
VfModuleModelInvariantUUID:be97e46e-0a57-45b1-bd4a-ac651f1a88bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
63eebedc-4363-4dfc-b14e-d6da28bcf0ca
,
2c5f36de-c221-4832-9fa1-036625691b32
}
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-04-24T07:11:49.801Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw67f59bd145f3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "be97e46e-0a57-45b1-bd4a-ac651f1a88bc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4ec02a6c-4f6f-4170-9021-6a9965a3e838",
"vfModuleModelCustomizationUUID": "9deb3344-aff7-4fdb-a677-6bbb52d5818d",
"isBase": true,
"artifacts": [
"63eebedc-4363-4dfc-b14e-d6da28bcf0ca",
"2c5f36de-c221-4832-9fa1-036625691b32"
],
"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-04-24T07:11:49.801Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw67f59bd145f3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ec02a6c-4f6f-4170-9021-6a9965a3e838
VfModuleModelInvariantUUID:be97e46e-0a57-45b1-bd4a-ac651f1a88bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
63eebedc-4363-4dfc-b14e-d6da28bcf0ca
,
2c5f36de-c221-4832-9fa1-036625691b32
}
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-04-24T07:11:49.801Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eebedc-4363-4dfc-b14e-d6da28bcf0ca from URL: /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml
2022-04-24T07:11:49.802Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-24T07:11:49.802Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml
2022-04-24T07:11:50.686Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-24T07:11:50.687Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml 63eebedc-4363-4dfc-b14e-d6da28bcf0ca 20368
2022-04-24T07:11:50.688Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T07:11:50.688Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml
2022-04-24T07:11:50.688Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:11:50.688Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:50.692Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:50.692Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784310688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:11:50.796Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-24T07:11:50.797Z||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-04-24T07:11:50.797Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:50.811Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:50.812Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:51.697Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2c5f36de-c221-4832-9fa1-036625691b32 from URL: /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env
2022-04-24T07:11:51.699Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-24T07:11:51.700Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env
2022-04-24T07:11:51.984Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-24T07:11:51.985Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env 2c5f36de-c221-4832-9fa1-036625691b32 2098
2022-04-24T07:11:51.986Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T07:11:51.986Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env
2022-04-24T07:11:51.986Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:11:51.987Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:51.990Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:51.990Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784311986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:11:52.091Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:11:52.092Z||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-04-24T07:11:52.092Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:52.109Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:52.110Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:52.992Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 92b3d230-1cf1-424f-9e8c-ee9f56cf29f2
2022-04-24T07:11:52.993Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 67f59bd1-45f3 0 ea71f287-8d91-4b8d-adb8-2e34947f931b 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-04-24T07:11:53.026Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@411bcfc6, org.onap.sdc.toscaparser.api.parameters.Input@15a03ae2, org.onap.sdc.toscaparser.api.parameters.Input@52c6b5dc, org.onap.sdc.toscaparser.api.parameters.Input@5a57fa2, org.onap.sdc.toscaparser.api.parameters.Input@1adfe52f]
2022-04-24T07:11:53.030Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.031Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.031Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-04-24T07:11:53.032Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3aa88a0b-538c-4104-a35c-efe3e5c288da
2022-04-24T07:11:53.032Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3aa88a0b-538c-4104-a35c-efe3e5c288da matches Tosca VF Customization UUID: 3aa88a0b-538c-4104-a35c-efe3e5c288da
2022-04-24T07:11:53.032Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3aa88a0b-538c-4104-a35c-efe3e5c288da 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-04-24T07:11:53.036Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.037Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.038Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3aa88a0b-538c-4104-a35c-efe3e5c288da: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-24T07:11:53.038Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4745ad09
2022-04-24T07:11:53.038Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.039Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:11:53.039Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9deb3344-aff7-4fdb-a677-6bbb52d5818d
2022-04-24T07:11:53.039Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9deb3344-aff7-4fdb-a677-6bbb52d5818d
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-04-24T07:11:53.045Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.046Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:53.046Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:53.047Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.047Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:53.047Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:53.048Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.048Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is not matching search criteria
2022-04-24T07:11:53.048Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:11:53.049Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:11:53.049Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:11:53.049Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:11:53.050Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:11:53.050Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.051Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:53.051Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:11:53.052Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:53.052Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:11:53.053Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.053Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=041e9f89-69ff-4f7d-8ad3-e5f372622f7e
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-04-24T07:11:53.059Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.060Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:53.061Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:53.061Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.062Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is not matching search criteria
2022-04-24T07:11:53.062Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:11:53.062Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:11:53.063Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:11:53.063Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.063Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:53.064Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.064Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:11:53.065Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T07:11:53.065Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:11:53.066Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:53.066Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:11:53.066Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.067Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb417ad8-4e88-49e7-83d0-95b35abce645
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-04-24T07:11:53.075Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.075Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:53.076Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:53.094Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.095Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is not matching search criteria
2022-04-24T07:11:53.095Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:11:53.095Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:11:53.096Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:11:53.097Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.097Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:53.097Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.098Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:11:53.098Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:11:53.099Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:11:53.099Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.099Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:53.100Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T07:11:53.100Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=36888554-85e3-4364-9437-5ac4d334c4d7
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-04-24T07:11:53.105Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.105Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:53.106Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:53.106Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.106Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:53.107Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=3aa88a0b-538c-4104-a35c-efe3e5c288da
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-04-24T07:11:53.110Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.111Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.112Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 92b3d230-1cf1-424f-9e8c-ee9f56cf29f2: vFW 67f59bd1-45f3
2022-04-24T07:11:53.112Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.112Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.113Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.113Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.114Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.114Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.114Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.115Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.115Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:11:53.116Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.116Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-04-24 07-04-46
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-04-24T07:11:53.359Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 67f59bd1-45f3 ea71f287-8d91-4b8d-adb8-2e34947f931b 1 ASDC deployResourceStructure
2022-04-24T07:11:53.360Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json ASDC sendASDCNotification
2022-04-24T07:11:53.361Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json
2022-04-24T07:11:53.361Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:11:53.362Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:53.365Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:53.366Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784313360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"status": "DEPLOY_OK"
}
2022-04-24T07:11:53.466Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:11:53.467Z||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-04-24T07:11:53.469Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:53.488Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:53.490Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:54.367Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T07:11:54.367Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml
2022-04-24T07:11:54.367Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:11:54.368Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:54.377Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:54.378Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784314367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-24T07:11:54.475Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-24T07:11:54.477Z||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-04-24T07:11:54.477Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:54.517Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:54.518Z||pool-31-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:55.379Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T07:11:55.380Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env
2022-04-24T07:11:55.380Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:11:55.380Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:55.383Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:55.383Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784315379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-24T07:11:55.484Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:11:55.485Z||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-04-24T07:11:55.486Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:55.499Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:55.500Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:56.385Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar ASDC sendASDCNotification
2022-04-24T07:11:56.385Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:56.386Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:11:56.386Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:56.389Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:56.389Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784316385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-24T07:11:56.489Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:11:56.491Z||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-04-24T07:11:56.491Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:56.505Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:11:56.506Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:57.391Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6eac45f-be82-4aae-aa14-987ce29c0017
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-24T07:11:57.416Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6eac45f-be82-4aae-aa14-987ce29c0017
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-04-24T07:11:57.428Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:11:57.429Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:11:57.429Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:11:57.430Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:11:57.430Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-04-24T07:11:57.431Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:11:57.440Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:12:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:12:04.419Z||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-04-24T07:12:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:12:05.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:12:05.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a077879b-d922-4570-9164-3a46216397be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784287929,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:12:05.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784288955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:12:05.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:12:05.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784288955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"status": "NOTIFIED"
}
2022-04-24T07:12:05.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:12:05.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784288955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-24T07:12:05.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:12:05.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784288955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:12:05.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:12:05.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784288955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-24T07:12:05.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:12:05.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784288955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:12:05.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:12:05.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784288955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:12:05.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-24T07:12:05.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784302793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:12:05.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784308781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:12:05.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784310688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:12:05.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784311986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:12:05.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784313360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
"status": "DEPLOY_OK"
}
2022-04-24T07:12:05.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784314367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-24T07:12:05.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784315379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-24T07:12:05.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784316385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-24T07:12:05.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:27.441Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6eac45f-be82-4aae-aa14-987ce29c0017 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-04-24T07:12:27.453Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6eac45f-be82-4aae-aa14-987ce29c0017 and serviceModelVersionId: 92b3d230-1cf1-424f-9e8c-ee9f56cf29f2
2022-04-24T07:12:27.453Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81
2022-04-24T07:12:27.455Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0
2022-04-24T07:12:27.463Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:12:27.560Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?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-04-24T07:12:27.565Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Invoke
2022-04-24T07:12:29.123Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?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-04-24T07:12:29.125Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Invoke
2022-04-24T07:12:30.661Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?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-04-24T07:12:30.667Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Invoke
2022-04-24T07:12:31.686Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:12:31.690Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-04-24T07:12:31.693Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:12:31.694Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:12:31.703Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:12:31.706Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6eac45f-be82-4aae-aa14-987ce29c0017 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:12:31.708Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:12:31.714Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:12:31.719Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:12:31.720Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784351707,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:12:31.819Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:12:31.821Z||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-04-24T07:12:31.821Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:12:31.837Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:12:31.839Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:12:32.749Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:12:32.753Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:12:32.753Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:12:42.481Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:12:42.482Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:12:42.483Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:12:42.483Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:12:52.058Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:12:52.059Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:12:52.060Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:12:52.061Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:13:01.714Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:13:04.393Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:13:04.394Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:13:04.395Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:13:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:13:04.419Z||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-04-24T07:13:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:13:05.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:13:05.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:13:05.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784351707,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:13:05.065Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:13:13.993Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:14:04.387Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:14:04.389Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:14:04.390Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:14:04.419Z||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-04-24T07:14:04.419Z||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 bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:05.026Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:14:05.027Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||received message from topic
2022-04-24T07:14:05.027Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"4c926a27-e3bf-4fc4-b354-05528e540c30","serviceName":"vFW 2022-04-24 07-10-48","serviceVersion":"1.0","serviceUUID":"71e632b9-72e1-41f5-a9ab-785a3b47f811","serviceDescription":"catalog service description","serviceInvariantUUID":"4e4a47a6-2a97-4424-90dc-fc65b0ea5959","resources":[{"resourceInstanceName":"vFW 6ff7ed63-7286 0","resourceName":"vFW 6ff7ed63-7286","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3c560d8-0624-412c-aa3c-00b2b9769d8f","resourceInvariantUUID":"e56725f7-e4be-4343-bef0-a2a4f16c4281","resourceCustomizationUUID":"6b4a9ddb-9465-43f4-b02c-84ba516043bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml","artifactChecksum":"NjMyNjhkNGE4OTZkNjk5MGUxMjNiYjM0MWE1ZmFlOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"849f7424-c727-43bf-aecc-63cd897c70a3","artifactVersion":"1"},{"artifactName":"vfw6ff7ed6372860_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json","artifactChecksum":"MTM3MjQzNmIzYTZjZDEyYjNmZThiNzAzNThlMjFiZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4f3f19c4-e6fb-4503-980f-e9155bca30cf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"99ac10a4-2ab7-4cd0-ba56-17ad565d7374","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml","artifactChecksum":"OWYyZjQ5ZDQ3OTc2NTU1MDdkYzkzZjVjMDQ2ZTcwNDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"04a8bc45-2dc0-4cc7-a4a4-6bb1475ccda4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"63f629b0-5940-4dbc-a8dd-2caf48135bf9","artifactVersion":"2","generatedFromUUID":"99ac10a4-2ab7-4cd0-ba56-17ad565d7374"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220424071048-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml","artifactChecksum":"ZWIyZjkzYWY2Y2RmYjRhYzlmY2E0MDkxZWI3MGQ2ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df789932-9817-4494-b15a-070b7a428c59","artifactVersion":"1"},{"artifactName":"service-Vfw20220424071048-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar","artifactChecksum":"YzBiNDViYjcxYWQ4MTc2ZWQ2YzhkNzk2NzA5ZmYyYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6b06f5c-f77c-4eb0-bd3c-61578f94aebf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:14:05.033Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:14:05.034Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:05.038Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:05.038Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784444387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.058Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:14:05.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "cds",
"timestamp": 1650784409809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "clamp",
"timestamp": 1650784413721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784414885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "clamp",
"timestamp": 1650784413721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
"status": "NOTIFIED"
}
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "cds",
"timestamp": 1650784409809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784414885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784420922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "clamp",
"timestamp": 1650784413721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784414885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "cds",
"timestamp": 1650784409809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784420922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "clamp",
"timestamp": 1650784413721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "cds",
"timestamp": 1650784409809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784414885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784420922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "clamp",
"timestamp": 1650784413721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "cds",
"timestamp": 1650784409809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784414885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784420922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "clamp",
"timestamp": 1650784413721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "cds",
"timestamp": 1650784409809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784414885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784420922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "clamp",
"timestamp": 1650784413721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "cds",
"timestamp": 1650784409809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784414885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784425141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784420922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784425141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
"status": "NOTIFIED"
}
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "cds",
"timestamp": 1650784427558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784426885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "ves-openapi-manager",
"timestamp": 1650784420922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784425141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-24T07:14:05.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "cds",
"timestamp": 1650784428575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-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-04-24T07:14:05.138Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:14:05.139Z||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-04-24T07:14:05.140Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:05.144Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c926a27-e3bf-4fc4-b354-05528e540c30
2022-04-24T07:14:05.144Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c926a27-e3bf-4fc4-b354-05528e540c30 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-04-24T07:14:05.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "policy-id",
"timestamp": 1650784427821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784425141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "policy-id",
"timestamp": 1650784427821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784425141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-24T07:14:05.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "policy-id",
"timestamp": 1650784427821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-24T07:14:05.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784425141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "policy-id",
"timestamp": 1650784427821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784425141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:14:05.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "policy-id",
"timestamp": 1650784427821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "aai-ml",
"timestamp": 1650784431636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.173Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:14:05.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784432960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-24T07:14:05.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784433247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "policy-id",
"timestamp": 1650784427821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "aai-ml",
"timestamp": 1650784431636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650784433995,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2022-04-24T07:14:05.177Z||pool-35-thread-1|||||INFO|500||cambria reply ok (38 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=?
2022-04-24T07:14:05.186Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c926a27-e3bf-4fc4-b354-05528e540c30
2022-04-24T07:14:05.187Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c926a27-e3bf-4fc4-b354-05528e540c30 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-04-24T07:14:05.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "policy-id",
"timestamp": 1650784427821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:14:05.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "aai-ml",
"timestamp": 1650784431636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784434602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "aai-ml",
"timestamp": 1650784431636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "policy-id",
"timestamp": 1650784435872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "clamp",
"timestamp": 1650784436221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784436089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "aai-ml",
"timestamp": 1650784431636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "policy-id",
"timestamp": 1650784436877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-24T07:14:05.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784437126,
"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-04-24T07:14:05.219Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c926a27-e3bf-4fc4-b354-05528e540c30
2022-04-24T07:14:05.220Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c926a27-e3bf-4fc4-b354-05528e540c30 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-04-24T07:14:05.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "aai-ml",
"timestamp": 1650784431636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "policy-id",
"timestamp": 1650784437880,
"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-04-24T07:14:05.241Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c926a27-e3bf-4fc4-b354-05528e540c30
2022-04-24T07:14:05.242Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c926a27-e3bf-4fc4-b354-05528e540c30 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T07:14:05.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "clamp",
"timestamp": 1650784438232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-24T07:14:05.253Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650784438130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
"status": "DEPLOY_OK"
}
2022-04-24T07:14:05.254Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "aai-ml",
"timestamp": 1650784431636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:14:05.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-24T07:14:05.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "clamp",
"timestamp": 1650784439237,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-24T07:14:05.262Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4c926a27-e3bf-4fc4-b354-05528e540c30
2022-04-24T07:14:05.263Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c926a27-e3bf-4fc4-b354-05528e540c30 and ComponentName clamp
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-04-24T07:14:05.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "aai-ml",
"timestamp": 1650784439654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:06.039Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:14:06.040Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:06.045Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:06.045Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784444387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
"status": "NOTIFIED"
}
2022-04-24T07:14:06.144Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:14:06.146Z||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-04-24T07:14:06.146Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:06.162Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:14:06.163Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:07.047Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:14:07.049Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:07.052Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:07.052Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784444387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-24T07:14:07.153Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:14:07.154Z||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-04-24T07:14:07.155Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:07.174Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:14:07.175Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:08.053Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:14:08.056Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:08.059Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:08.059Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784444387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:08.159Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:14:08.161Z||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-04-24T07:14:08.162Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:08.176Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:14:08.177Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:09.060Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:14:09.061Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:09.065Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:09.065Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784444387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-24T07:14:09.165Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:14:09.167Z||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-04-24T07:14:09.167Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:09.184Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:14:09.185Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:10.066Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:14:10.077Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:10.082Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:10.083Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784444387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-24T07:14:10.182Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:14:10.183Z||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-04-24T07:14:10.184Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:10.214Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:14:10.215Z||pool-40-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":6,"count":1}
2022-04-24T07:14:11.084Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:14:11.085Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:11.089Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:11.089Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784444387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "NOTIFIED"
}
2022-04-24T07:14:11.190Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:14:11.191Z||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-04-24T07:14:11.191Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:11.226Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:14:11.227Z||pool-41-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:12.091Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"serviceName": "vFW 2022-04-24 07-10-48",
"serviceVersion": "1.0",
"serviceUUID": "71e632b9-72e1-41f5-a9ab-785a3b47f811",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4e4a47a6-2a97-4424-90dc-fc65b0ea5959",
"resources": [
{
"resourceInstanceName": "vFW 6ff7ed63-7286 0",
"resourceCustomizationUUID": "6b4a9ddb-9465-43f4-b02c-84ba516043bf",
"resourceName": "vFW 6ff7ed63-7286",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e3c560d8-0624-412c-aa3c-00b2b9769d8f",
"resourceInvariantUUID": "e56725f7-e4be-4343-bef0-a2a4f16c4281",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6ff7ed6372860_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
"artifactChecksum": "MTM3MjQzNmIzYTZjZDEyYjNmZThiNzAzNThlMjFiZGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4f3f19c4-e6fb-4503-980f-e9155bca30cf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "99ac10a4-2ab7-4cd0-ba56-17ad565d7374",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "63f629b0-5940-4dbc-a8dd-2caf48135bf9",
"generatedFromUUID": "99ac10a4-2ab7-4cd0-ba56-17ad565d7374"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "63f629b0-5940-4dbc-a8dd-2caf48135bf9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220424071048-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"artifactChecksum": "YzBiNDViYjcxYWQ4MTc2ZWQ2YzhkNzk2NzA5ZmYyYjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b6b06f5c-f77c-4eb0-bd3c-61578f94aebf"
}
],
"workloadContext": "Production"
}
2022-04-24T07:14:12.092Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:14:12.092Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71e632b9-72e1-41f5-a9ab-785a3b47f811 ASDC
2022-04-24T07:14:12.092Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||ASDC Notification:
DistributionID:4c926a27-e3bf-4fc4-b354-05528e540c30
ServiceName:vFW 2022-04-24 07-10-48
ServiceVersion:1.0
ServiceUUID:71e632b9-72e1-41f5-a9ab-785a3b47f811
ServiceInvariantUUID:4e4a47a6-2a97-4424-90dc-fc65b0ea5959
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220424071048-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar
ArtifactUUID:b6b06f5c-f77c-4eb0-bd3c-61578f94aebf
ArtifactChecksum:YzBiNDViYjcxYWQ4MTc2ZWQ2YzhkNzk2NzA5ZmYyYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6ff7ed63-7286 0
ResourceCustomizationUUID:6b4a9ddb-9465-43f4-b02c-84ba516043bf
ResourceInvariantUUID:e56725f7-e4be-4343-bef0-a2a4f16c4281
ResourceName:vFW 6ff7ed63-7286
ResourceType:VF
ResourceUUID:e3c560d8-0624-412c-aa3c-00b2b9769d8f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6ff7ed6372860_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json
ArtifactUUID:4f3f19c4-e6fb-4503-980f-e9155bca30cf
ArtifactChecksum:MTM3MjQzNmIzYTZjZDEyYjNmZThiNzAzNThlMjFiZGI=
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/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml
ArtifactUUID:99ac10a4-2ab7-4cd0-ba56-17ad565d7374
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/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env
ArtifactUUID:63f629b0-5940-4dbc-a8dd-2caf48135bf9
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/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env
ArtifactUUID:63f629b0-5940-4dbc-a8dd-2caf48135bf9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-24T07:14:12.092Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71e632b9-72e1-41f5-a9ab-785a3b47f811 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-04-24T07:14:12.170Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:14:12.172Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:14:12.173Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:14:12.173Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Trying to download the artifact UUID: b6b06f5c-f77c-4eb0-bd3c-61578f94aebf from URL: /sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:12.174Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:14:12.174Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:12.587Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:14:12.596Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar b6b06f5c-f77c-4eb0-bd3c-61578f94aebf 99026
2022-04-24T07:14:12.597Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar ASDC sendASDCNotification
2022-04-24T07:14:12.597Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:12.597Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:14:12.598Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:12.602Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:12.602Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784452597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:14:12.702Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:14:12.703Z||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-04-24T07:14:12.703Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:12.740Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:14:12.741Z||pool-42-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:14:13.603Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:14:13.605Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:14:13.606Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Trying to write artifact UUID: b6b06f5c-f77c-4eb0-bd3c-61578f94aebf, URL: /sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar to file: /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:13.606Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220424071048-csar.csar
2022-04-24T07:14:13.607Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:13.607Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:13.882Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2758797282448484989/Definitions/service-Vfw20220424071048-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" 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_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_vlan_requirements" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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
2022-04-24T07:14:17.872Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:14:17.873Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||####################################################################################################
2022-04-24T07:14:17.873Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.874Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-24T07:14:17.874Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.874Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.874Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.874Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.874Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.875Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.875Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.875Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.875Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.875Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.876Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6ff7ed63-7286 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.876Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.876Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.876Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||####################################################################################################
2022-04-24T07:14:17.876Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:17.877Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:17.877Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:17.877Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:14:17.878Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:14:17.878Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:17.878Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:17.879Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:17.879Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:14:17.879Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:14:17.880Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:17.880Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:17.880Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:17.880Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is not matching search criteria
2022-04-24T07:14:17.881Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:14:17.881Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:14:17.881Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:14:17.881Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.882Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.882Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:14:17.882Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.882Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:14:17.883Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:14:17.883Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.883Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.883Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:14:17.884Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.884Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:14:17.884Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.884Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T07:14:17.885Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:17.885Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:14:17.885Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:17.886Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:17.886Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:14:17.886Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:17.887Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:17.887Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:14:17.887Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:17.887Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:17.888Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:14:17.888Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:17.888Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is not matching search criteria
2022-04-24T07:14:17.888Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:14:17.889Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:14:17.889Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:14:17.889Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:14:17.890Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:14:17.890Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.890Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.890Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:14:17.891Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.891Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:14:17.891Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.891Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=60b0eeeb-4536-4357-bd67-4c0cdb7605f8
2022-04-24T07:14:17.892Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:17.892Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is not matching search criteria
2022-04-24T07:14:17.892Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:14:17.893Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:14:17.893Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:14:17.893Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.893Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.894Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:14:17.894Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.894Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T07:14:17.894Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:14:17.895Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.895Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:14:17.895Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.896Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3fa18464-720a-4ddb-a3a1-f9080f62fe55
2022-04-24T07:14:17.896Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:17.896Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is not matching search criteria
2022-04-24T07:14:17.896Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:14:17.897Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:14:17.897Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:14:17.897Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.897Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.897Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:14:17.898Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.898Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:14:17.898Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:14:17.898Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.898Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.899Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T07:14:17.899Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=da243956-fe54-4e74-b85e-2232352a240e
2022-04-24T07:14:17.899Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:17.899Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:17.900Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:17.900Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:17.900Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:17.900Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:17.900Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:17.901Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:17.901Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-24 07-10-48
Description:catalog service description
Model UUID:71e632b9-72e1-41f5-a9ab-785a3b47f811
Model Version:NULL
Model InvariantUuid:4e4a47a6-2a97-4424-90dc-fc65b0ea5959
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6ff7ed63-7286
Model UUID:838a5f3f-0de1-4209-9a0f-3c2354625956
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e56725f7-e4be-4343-bef0-a2a4f16c4281
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6b4a9ddb-9465-43f4-b02c-84ba516043bf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9924f789-c7d9-43c5-84b6-548d33557d1f
ModelName:Vfw6ff7ed637286..base_vfw..module-0
ModelUuid:8c7054e1-157f-4454-a374-10350a940784
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:60b0eeeb-4536-4357-bd67-4c0cdb7605f8
ModelInvariantUuid:0c5a9280-fb71-4c4c-bdac-9931f4b8071a
ModelName:vFW 6ff7ed63-7286-nodes.vfwCvfc
ModelUuid:cd9b7169-e169-466a-84aa-84d915d9f5fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:623892d3-8027-4515-9406-9c9e921f0c3e
ModelInvariantUuid:b4f95089-3a39-4163-9bba-0d2d034df2ec
ModelName:Vfw6ff7ed637286.compute.nodes.heat.vfw
ModelUuid:6804a13d-ab23-4d12-baea-b2f7e4e7e5b6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3fa18464-720a-4ddb-a3a1-f9080f62fe55
ModelInvariantUuid:fc76af18-04e8-4293-b4f4-fdd5aee9970c
ModelName:vFW 6ff7ed63-7286-nodes.vsnCvfc
ModelUuid:7a3d06d2-c768-4b64-b07c-375f1e47d267
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b4d76e0a-ead9-4a52-97f5-844fed53c324
ModelInvariantUuid:64870616-1454-4977-b50f-ab77b0fb44ef
ModelName:Vfw6ff7ed637286.compute.nodes.heat.vsn
ModelUuid:c72df2a3-bd98-4935-b9ae-2f14b12fccea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:da243956-fe54-4e74-b85e-2232352a240e
ModelInvariantUuid:338e304d-7e48-466f-85e8-614231736471
ModelName:vFW 6ff7ed63-7286-nodes.vpgCvfc
ModelUuid:89edbbb5-b90c-4726-9676-d17cdfca4eea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:621cb4f7-bada-4870-812f-601b8b63a3e6
ModelInvariantUuid:18940371-50a7-47bf-8aae-b4ab456bcaa0
ModelName:Vfw6ff7ed637286.compute.nodes.heat.vpg
ModelUuid:0a459e35-ac9b-41af-8128-1fc514355207
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-04-24T07:14:17.909Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: e3c560d8-0624-412c-aa3c-00b2b9769d8f
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-04-24T07:14:17.913Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||vFW 6ff7ed63-7286 0
2022-04-24T07:14:17.914Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: e3c560d8-0624-412c-aa3c-00b2b9769d8f
2022-04-24T07:14:17.914Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Trying to download the artifact UUID: 4f3f19c4-e6fb-4503-980f-e9155bca30cf from URL: /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json
2022-04-24T07:14:17.914Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:14:17.915Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json
2022-04-24T07:14:18.352Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:14:18.353Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json 4f3f19c4-e6fb-4503-980f-e9155bca30cf 785
2022-04-24T07:14:18.353Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json ASDC sendASDCNotification
2022-04-24T07:14:18.353Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json
2022-04-24T07:14:18.354Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:14:18.355Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:18.361Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:18.361Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784458353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:14:18.459Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-24T07:14:18.461Z||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-04-24T07:14:18.461Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:18.489Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:14:18.491Z||pool-43-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:19.362Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6ff7ed637286..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9924f789-c7d9-43c5-84b6-548d33557d1f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8c7054e1-157f-4454-a374-10350a940784",
"vfModuleModelCustomizationUUID": "0943a748-cb3c-49d1-ac5f-2fa8dbfa39e0",
"isBase": true,
"artifacts": [
"99ac10a4-2ab7-4cd0-ba56-17ad565d7374",
"63f629b0-5940-4dbc-a8dd-2caf48135bf9"
],
"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-04-24T07:14:19.367Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ff7ed637286..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c7054e1-157f-4454-a374-10350a940784
VfModuleModelInvariantUUID:9924f789-c7d9-43c5-84b6-548d33557d1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
99ac10a4-2ab7-4cd0-ba56-17ad565d7374
,
63f629b0-5940-4dbc-a8dd-2caf48135bf9
}
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-04-24T07:14:19.372Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6ff7ed637286..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9924f789-c7d9-43c5-84b6-548d33557d1f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8c7054e1-157f-4454-a374-10350a940784",
"vfModuleModelCustomizationUUID": "0943a748-cb3c-49d1-ac5f-2fa8dbfa39e0",
"isBase": true,
"artifacts": [
"99ac10a4-2ab7-4cd0-ba56-17ad565d7374",
"63f629b0-5940-4dbc-a8dd-2caf48135bf9"
],
"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-04-24T07:14:19.372Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ff7ed637286..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c7054e1-157f-4454-a374-10350a940784
VfModuleModelInvariantUUID:9924f789-c7d9-43c5-84b6-548d33557d1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
99ac10a4-2ab7-4cd0-ba56-17ad565d7374
,
63f629b0-5940-4dbc-a8dd-2caf48135bf9
}
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-04-24T07:14:19.373Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Trying to download the artifact UUID: 99ac10a4-2ab7-4cd0-ba56-17ad565d7374 from URL: /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml
2022-04-24T07:14:19.373Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:14:19.373Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml
2022-04-24T07:14:19.753Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:14:19.755Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml 99ac10a4-2ab7-4cd0-ba56-17ad565d7374 20368
2022-04-24T07:14:19.755Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T07:14:19.756Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml
2022-04-24T07:14:19.756Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:14:19.757Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:19.760Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:19.760Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784459755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:14:19.860Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:14:19.862Z||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-04-24T07:14:19.862Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:19.874Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:14:19.875Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:20.761Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Trying to download the artifact UUID: 63f629b0-5940-4dbc-a8dd-2caf48135bf9 from URL: /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env
2022-04-24T07:14:20.762Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:14:20.763Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env
2022-04-24T07:14:21.296Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:14:21.297Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env 63f629b0-5940-4dbc-a8dd-2caf48135bf9 2098
2022-04-24T07:14:21.299Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T07:14:21.299Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env
2022-04-24T07:14:21.299Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:14:21.300Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:21.304Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:21.304Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
"distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650784461299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-24T07:14:21.404Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:14:21.405Z||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-04-24T07:14:21.406Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:21.419Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-24T07:14:21.420Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:14:22.305Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Preparing to deploy Service: 71e632b9-72e1-41f5-a9ab-785a3b47f811
2022-04-24T07:14:22.306Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6ff7ed63-7286 0 e3c560d8-0624-412c-aa3c-00b2b9769d8f 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-04-24T07:14:22.341Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@502a5b, org.onap.sdc.toscaparser.api.parameters.Input@45b7219b, org.onap.sdc.toscaparser.api.parameters.Input@4c31548b, org.onap.sdc.toscaparser.api.parameters.Input@6da27e53, org.onap.sdc.toscaparser.api.parameters.Input@6ca1834e]
2022-04-24T07:14:22.344Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:22.345Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:22.345Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||VF Category is: Generic
2022-04-24T07:14:22.346Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||VFCustomizationUUID= 6b4a9ddb-9465-43f4-b02c-84ba516043bf
2022-04-24T07:14:22.346Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b4a9ddb-9465-43f4-b02c-84ba516043bf matches Tosca VF Customization UUID: 6b4a9ddb-9465-43f4-b02c-84ba516043bf
2022-04-24T07:14:22.346Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||vfCustomizationUUID: 6b4a9ddb-9465-43f4-b02c-84ba516043bf 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-04-24T07:14:22.351Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:22.351Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:22.353Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||resource request for resource customization id 6b4a9ddb-9465-43f4-b02c-84ba516043bf: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-24T07:14:22.353Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@289beb50
2022-04-24T07:14:22.354Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:22.354Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:14:22.354Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0943a748-cb3c-49d1-ac5f-2fa8dbfa39e0
2022-04-24T07:14:22.355Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0943a748-cb3c-49d1-ac5f-2fa8dbfa39e0
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-04-24T07:14:22.358Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:22.359Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:22.360Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:14:22.360Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:22.361Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:22.361Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:14:22.361Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-24T07:14:22.362Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is not matching search criteria
2022-04-24T07:14:22.362Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:14:22.363Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:14:22.363Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:14:22.363Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:14:22.364Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:14:22.364Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:22.365Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:22.365Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:14:22.365Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:22.366Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:14:22.366Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:22.367Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=60b0eeeb-4536-4357-bd67-4c0cdb7605f8
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-04-24T07:14:22.373Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery