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-18T05:27:00.055Z||main|||||INFO|500||The following profiles are active: basic
2022-04-18T05:27:26.029Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-18T05:27:26.030Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-18T05:27:26.385Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-18T05:27:35.531Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-18T05:27:36.334Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-18T05:27:37.311Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-18T05:27:37.337Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-18T05:27:37.563Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-18T05:27:38.000Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-18T05:27:39.262Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-18T05:27:42.683Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-18T05:27:47.219Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-18T05:27:47.333Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-18T05:27:48.313Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-18T05:27:48.850Z||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-18T05:27:51.327Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-18T05:27:53.485Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-18T05:27:53.524Z||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$$9ade955a.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-18T05:27:53.526Z||main|||||WARN|500||The sdc end point is not alive
2022-04-18T05:27:59.879Z||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-18T05:28:06.313Z||main|||||WARN|500||---
2022-04-18T05:28:06.314Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-18T05:28:06.315Z||main|||||WARN|500||---
2022-04-18T05:28:07.183Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-18T05:28:17.272Z||main|||||INFO|500||Started Application in 83.674 seconds (JVM running for 88.365)
2022-04-18T05:28:17.302Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-18T05:28:17.306Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-18T05:28:17.328Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-18T05:28:17.373Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-18T05:28:17.481Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f9f583d4-8f15-48a2-b879-510496d2a571 url= /sdc/v1/artifactTypes
2022-04-18T05:28:17.483Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-18T05:28:18.340Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-18T05:28:18.554Z||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-18T05:28:18.617Z||scheduling-1|||||DEBUG|500||create keys
2022-04-18T05:28:18.630Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-18T05:28:18.660Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:28:18.715Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6cdd335b-b5ae-4196-917f-6722c120cb25 url= /sdc/v1/registerForDistribution
2022-04-18T05:28:18.995Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6cdd335b-b5ae-4196-917f-6722c120cb25 url= /sdc/v1/registerForDistribution
2022-04-18T05:28:18.996Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-18T05:28:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:28:19.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:28:19.063Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-18T05:28:19.104Z||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-18T05:28:19.104Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:28:19.106Z||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-18T05:28:19.107Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:28:29.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:28:29.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:29:19.011Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:29:19.013Z||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-18T05:29:19.014Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:29:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:29:19.025Z||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-18T05:29:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:29:28.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:29:28.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:30:19.011Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:30:19.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T05:30:19.014Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T05:30:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:30:19.026Z||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-18T05:30:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:30:28.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:30:28.573Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:31:19.011Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:31:19.013Z||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-18T05:31:19.014Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:31:19.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:31:19.027Z||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-18T05:31:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:31:28.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:31:28.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:32:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:32:19.012Z||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-18T05:32:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:32:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:32:19.026Z||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-18T05:32:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:32:28.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:32:28.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:33:19.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:33:19.014Z||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-18T05:33:19.015Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:33:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:33:19.026Z||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-18T05:33:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:33:28.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:33:28.566Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:34:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:34:19.014Z||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-18T05:34:19.014Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:34:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:34:19.025Z||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-18T05:34:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:34:28.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:34:28.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:35:19.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:35:19.015Z||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-18T05:35:19.015Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:35:19.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:35:19.030Z||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-18T05:35:19.030Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:35:28.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:35:28.610Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:36:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:36:19.016Z||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-18T05:36:19.017Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:36:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:36:19.025Z||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-18T05:36:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:36:28.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:36:28.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:37:19.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:37:19.015Z||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-18T05:37:19.016Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:37:19.025Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:37:19.027Z||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-18T05:37:19.028Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:37:19.347Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-18T05:37:28.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:37:28.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:38:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:38:19.014Z||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-18T05:38:19.014Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:38:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:38:19.026Z||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-18T05:38:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:38:28.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:38:28.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:39:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:39:19.013Z||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-18T05:39:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:39:19.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:39:19.025Z||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-18T05:39:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:39:28.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:39:28.567Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:40:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:40:19.012Z||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-18T05:40:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:40:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:40:19.025Z||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-18T05:40:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:40:28.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:40:28.612Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:41:19.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:41:19.015Z||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-18T05:41:19.016Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:41:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:41:19.025Z||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-18T05:41:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:41:28.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:41:28.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:42:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:42:19.012Z||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-18T05:42:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:42:19.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:42:19.026Z||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-18T05:42:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:42:28.586Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:42:28.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:43:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:43:19.012Z||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-18T05:43:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:43:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:43:19.026Z||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-18T05:43:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:43:28.594Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:43:28.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:44:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:44:19.015Z||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-18T05:44:19.015Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:44:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:44:19.025Z||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-18T05:44:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:44:28.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:44:28.591Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:45:19.011Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:45:19.013Z||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-18T05:45:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:45:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:45:19.026Z||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-18T05:45:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:45:28.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:45:28.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:46:19.011Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:46:19.014Z||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-18T05:46:19.015Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:46:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:46:19.027Z||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-18T05:46:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:46:28.588Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:46:28.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:47:19.011Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:47:19.012Z||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-18T05:47:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:47:19.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:47:19.026Z||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-18T05:47:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:47:28.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:47:28.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:48:19.011Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:48:19.013Z||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-18T05:48:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:48:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:48:19.026Z||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-18T05:48:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:48:28.566Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:48:28.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:49:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:49:19.012Z||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-18T05:49:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:49:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:49:19.026Z||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-18T05:49:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:49:28.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:49:28.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:50:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:50:19.011Z||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-18T05:50:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:50:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:50:19.026Z||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-18T05:50:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:50:28.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:50:28.610Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:51:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:51:19.012Z||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-18T05:51:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:51:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:51:19.025Z||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-18T05:51:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:51:28.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:51:28.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:52:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:52:19.012Z||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-18T05:52:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:52:19.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:52:19.025Z||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-18T05:52:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:52:28.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:52:28.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:53:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:53:19.016Z||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-18T05:53:19.017Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:53:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:53:19.027Z||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-18T05:53:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:53:28.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:53:28.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:54:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:54:19.014Z||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-18T05:54:19.018Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:54:19.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:54:19.025Z||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-18T05:54:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:54:28.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:54:28.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:55:19.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:55:19.016Z||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-18T05:55:19.016Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:55:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:55:19.025Z||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-18T05:55:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:55:28.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:55:28.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:56:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:56:19.013Z||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-18T05:56:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:56:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:56:19.026Z||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-18T05:56:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:56:28.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:56:28.568Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:57:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:57:19.013Z||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-18T05:57:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:57:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:57:19.025Z||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-18T05:57:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:57:28.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:57:28.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:58:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:58:19.012Z||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-18T05:58:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:58:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:58:19.025Z||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-18T05:58:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:58:28.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:58:28.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:59:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:59:19.012Z||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-18T05:59:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:59:19.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T05:59:19.025Z||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-18T05:59:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T05:59:28.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T05:59:28.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:00:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:00:19.012Z||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-18T06:00:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:00:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:00:19.027Z||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-18T06:00:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:00:28.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:00:28.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:01:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:01:19.012Z||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-18T06:01:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:01:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:01:19.045Z||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-18T06:01:19.046Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:01:28.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:01:28.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:02:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:02:19.015Z||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-18T06:02:19.016Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:02:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:02:19.025Z||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-18T06:02:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:02:28.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:02:28.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:03:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:03:19.013Z||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-18T06:03:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:03:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:03:19.026Z||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-18T06:03:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:03:28.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:03:28.558Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:04:19.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:04:19.016Z||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-18T06:04:19.016Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:04:19.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:04:19.026Z||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-18T06:04:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:04:28.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:04:28.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:05:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:05:19.012Z||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-18T06:05:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:05:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:05:19.025Z||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-18T06:05:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:05:28.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:05:28.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:06:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:06:19.013Z||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-18T06:06:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:06:19.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:06:19.028Z||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-18T06:06:19.028Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:06:28.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:06:28.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:07:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:07:19.012Z||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-18T06:07:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:07:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:07:19.032Z||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-18T06:07:19.032Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:07:28.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:07:28.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:08:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:08:19.012Z||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-18T06:08:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:08:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:08:19.025Z||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-18T06:08:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:08:28.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:08:28.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:09:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:09:19.012Z||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-18T06:09:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:09:19.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:09:19.025Z||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-18T06:09:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:09:28.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:09:28.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:10:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:10:19.014Z||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-18T06:10:19.014Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:10:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:10:19.026Z||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-18T06:10:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:10:28.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:10:28.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:11:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:11:19.013Z||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-18T06:11:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:11:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:11:19.025Z||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-18T06:11:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:11:28.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:11:28.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:12:19.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:12:19.013Z||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-18T06:12:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:12:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:12:19.025Z||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-18T06:12:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:12:28.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:12:28.567Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:13:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:13:19.012Z||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-18T06:13:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:13:19.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:13:19.026Z||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-18T06:13:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:13:28.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:13:28.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:14:19.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:14:19.012Z||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-18T06:14:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:14:19.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:14:19.026Z||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-18T06:14:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:14:28.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:14:28.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:15:19.013Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:15:19.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:15:19.014Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:15:19.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:15:19.027Z||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-18T06:15:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:15:28.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:15:28.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:16:19.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:16:19.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:16:19.012Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:16:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:16:19.025Z||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-18T06:16:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:16:28.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:16:28.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:17:19.016Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:17:19.018Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:17:19.018Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:17:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:17:19.026Z||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-18T06:17:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:17:28.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:17:28.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:18:19.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:18:19.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:18:19.014Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:18:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:18:19.026Z||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-18T06:18:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:18:28.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:18:28.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:19:19.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:19:19.013Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:19:19.013Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:19:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:19:19.027Z||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-18T06:19:19.028Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:19:28.571Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:19:28.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:20:19.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:20:19.013Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:20:19.013Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:20:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:20:19.025Z||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-18T06:20:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:20:28.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:20:28.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:21:19.012Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:21:19.013Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:21:19.013Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:21:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:21:19.025Z||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-18T06:21:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:21:28.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:21:28.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:22:19.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:22:19.012Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:22:19.012Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:22:19.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:22:19.025Z||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-18T06:22:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:22:28.571Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:22:28.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:23:19.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:23:19.013Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:23:19.013Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:23:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:23:19.025Z||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-18T06:23:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:23:28.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:23:28.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:24:19.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:24:19.015Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:24:19.015Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:24:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:24:19.025Z||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-18T06:24:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:24:28.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:24:28.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:25:19.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:25:19.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:25:19.012Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:25:19.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:25:19.025Z||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-18T06:25:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:25:28.575Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:25:28.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:26:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:26:19.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:26:19.013Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:26:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:26:19.025Z||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-18T06:26:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:26:28.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:26:28.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:27:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:27:19.015Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:27:19.016Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:27:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:27:19.025Z||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-18T06:27:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:27:28.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:27:28.596Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:28:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:28:19.016Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:28:19.017Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:28:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:28:19.026Z||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-18T06:28:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:28:28.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:28:28.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:29:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:29:19.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:29:19.013Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:29:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:29:19.025Z||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-18T06:29:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:29:28.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:29:28.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:30:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:30:19.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:30:19.013Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:30:19.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:30:19.027Z||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-18T06:30:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:30:28.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:30:28.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:31:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:31:19.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:31:19.013Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:31:19.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:31:19.026Z||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-18T06:31:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:31:28.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:31:28.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:32:19.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:32:19.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:32:19.013Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:32:19.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:32:19.026Z||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-18T06:32:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:32:28.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:32:28.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:33:19.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:33:19.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:33:19.012Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:33:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:33:19.026Z||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-18T06:33:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:33:28.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:33:28.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:34:19.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:34:19.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:34:19.012Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:34:19.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:34:19.026Z||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-18T06:34:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:34:28.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:34:28.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:35:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:35:19.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:35:19.013Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:35:19.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:35:19.027Z||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-18T06:35:19.028Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:35:28.573Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:35:28.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:36:19.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:36:19.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:36:19.015Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:36:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:36:19.025Z||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-18T06:36:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:36:28.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:36:28.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:37:19.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:37:19.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:37:19.012Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:37:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:37:19.025Z||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-18T06:37:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:37:28.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:37:28.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:38:19.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:38:19.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:38:19.012Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:38:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:38:19.026Z||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-18T06:38:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:38:28.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:38:28.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:39:19.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:39:19.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:39:19.012Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:39:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:39:19.025Z||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-18T06:39:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:39:28.555Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:39:28.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:40:19.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:40:19.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:40:19.012Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:40:19.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:40:19.025Z||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-18T06:40:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:40:28.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:40:28.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:41:19.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:41:19.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T06:41:19.013Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T06:41:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:41:19.025Z||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-18T06:41:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:41:28.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:41:28.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:42:19.011Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:42:19.012Z||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-18T06:42:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:42:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:42:19.026Z||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-18T06:42:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:42:28.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:42:28.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:43:19.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:43:19.012Z||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-18T06:43:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:43:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:43:19.025Z||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-18T06:43:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:43:28.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:43:28.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:44:19.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:44:19.012Z||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-18T06:44:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:44:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:44:19.025Z||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-18T06:44:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:44:28.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:44:28.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:45:19.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:45:19.011Z||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-18T06:45:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:45:19.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:45:19.025Z||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-18T06:45:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:45:28.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:45:28.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:46:19.011Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:46:19.014Z||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-18T06:46:19.014Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:46:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:46:19.025Z||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-18T06:46:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:46:28.554Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:46:28.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:47:19.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:47:19.013Z||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-18T06:47:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:47:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:47:19.025Z||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-18T06:47:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:47:28.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:47:28.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:48:19.011Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:48:19.013Z||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-18T06:48:19.014Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:48:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:48:19.026Z||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-18T06:48:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:48:28.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:48:28.563Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:49:19.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:49:19.012Z||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-18T06:49:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:49:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:49:19.025Z||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-18T06:49:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:49:28.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:49:28.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:50:19.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:50:19.012Z||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-18T06:50:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:50:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:50:19.025Z||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-18T06:50:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:50:28.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:50:28.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:51:19.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:51:19.012Z||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-18T06:51:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:51:19.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:51:19.025Z||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-18T06:51:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:51:28.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:51:28.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:52:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:52:19.011Z||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-18T06:52:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:52:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:52:19.025Z||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-18T06:52:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:52:28.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:52:28.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:53:19.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:53:19.012Z||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-18T06:53:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:53:19.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:53:19.025Z||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-18T06:53:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:53:26.858Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [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-18T06:53:28.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:53:28.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:54:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:54:19.012Z||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-18T06:54:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:54:19.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:54:19.026Z||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-18T06:54:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:54:28.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:54:28.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:55:19.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:55:19.019Z||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-18T06:55:19.020Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:55:19.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:55:19.027Z||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-18T06:55:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:55:28.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:55:28.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:56:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:56:19.012Z||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-18T06:56:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:56:19.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:56:19.027Z||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-18T06:56:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:56:28.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:56:28.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:57:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:57:19.012Z||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-18T06:57:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:57:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:57:19.025Z||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-18T06:57:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:57:28.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:57:28.571Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:58:19.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:58:19.012Z||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-18T06:58:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:58:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:58:19.026Z||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-18T06:58:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:58:28.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:58:28.583Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:59:19.011Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:59:19.013Z||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-18T06:59:19.014Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:59:19.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T06:59:19.026Z||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-18T06:59:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T06:59:28.570Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T06:59:28.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:00:19.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T07:00:19.012Z||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-18T07:00:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T07:00:19.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T07:00:19.025Z||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-18T07:00:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T07:00:28.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:00:28.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:01:19.011Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T07:01:19.012Z||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-18T07:01:19.012Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T07:01:19.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T07:01:19.025Z||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-18T07:01:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T07:01:28.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:01:28.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:19.011Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T07:02:19.013Z||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-18T07:02:19.013Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:19.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T07:02:19.025Z||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-18T07:02:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:19.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:19.659Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:19.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4420aac-baea-404f-9866-7889542bc16b","serviceName":"basic_onboard_TUFMWF","serviceVersion":"1.0","serviceUUID":"cfdc4918-bf04-4a8f-9190-bd65a686a938","serviceDescription":"service","serviceInvariantUUID":"ab33d4aa-cc2b-4b04-a889-4ee961c1e900","resources":[{"resourceInstanceName":"basic_onboard_TUFMWF 0","resourceName":"basic_onboard_TUFMWF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"508c6aee-d8de-45d2-abb8-e44e8645a3c8","resourceInvariantUUID":"fd52256d-abd9-4148-b145-cbfd775a751a","resourceCustomizationUUID":"9fa32303-3492-427c-8980-1edeecf6b9d7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml","artifactChecksum":"ODEwMDlkNmYzNzhkZDUzMmI2ZTJiZDFjZTkyYjg2OGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aeaedf5f-4162-4994-990a-32b3dc3a180b","artifactVersion":"1"},{"artifactName":"basic_onboard_tufmwf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json","artifactChecksum":"ZjZkMGM2MTBhOTllOWMwN2ZhNzFlMjIxYzZiOTczZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29dbd9bc-6eef-44ec-8fc7-809494bc9f46","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"406e69e1-fd53-46b6-b8ef-217be7f176c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e43c0b3e-44a1-407d-8042-071923f38fc6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3a2436d6-6421-4e6b-8728-a81c80626868","artifactVersion":"2","generatedFromUUID":"406e69e1-fd53-46b6-b8ef-217be7f176c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTufmwf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml","artifactChecksum":"OWUzZWRmMTVhOTA5MjFkYmJhZGJkMmM0MGEzNjc5YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"880cd052-92b8-47e6-9d1b-edb4440b3697","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTufmwf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar","artifactChecksum":"MjBhMTNiZGQ0MzEwZTUyNDU0M2M4M2NhZjFkZDIyZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c378fd39-bedb-4835-ae7c-d90c8f97c6dc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T07:02:19.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265323381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.691Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:02:19.704Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-18T07:02:19.729Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:02:19.730Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265339011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "cds",
"timestamp": 1650265322204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "ves-openapi-manager",
"timestamp": 1650265324266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "policy-id",
"timestamp": 1650265329243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265323381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T07:02:19.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "cds",
"timestamp": 1650265322204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "ves-openapi-manager",
"timestamp": 1650265324266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "policy-id",
"timestamp": 1650265329243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265323381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-18T07:02:19.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "cds",
"timestamp": 1650265322204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "ves-openapi-manager",
"timestamp": 1650265324266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "policy-id",
"timestamp": 1650265329243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-18T07:02:19.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "cds",
"timestamp": 1650265322204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265323381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "ves-openapi-manager",
"timestamp": 1650265324266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "policy-id",
"timestamp": 1650265329243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265333089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "clamp",
"timestamp": 1650265335794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "cds",
"timestamp": 1650265322204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265323381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-18T07:02:19.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "ves-openapi-manager",
"timestamp": 1650265324266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "policy-id",
"timestamp": 1650265329243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265333089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "clamp",
"timestamp": 1650265335794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T07:02:19.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "cds",
"timestamp": 1650265322204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265323381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "ves-openapi-manager",
"timestamp": 1650265324266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "policy-id",
"timestamp": 1650265329243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265333089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "clamp",
"timestamp": 1650265335794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265323381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:02:19.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "cds",
"timestamp": 1650265322204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:02:19.768Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "ves-openapi-manager",
"timestamp": 1650265324266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.769Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "policy-id",
"timestamp": 1650265329243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:02:19.770Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265333089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "clamp",
"timestamp": 1650265335794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T07:02:19.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265333089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:19.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T07:02:19.829Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-04-18T07:02:19.836Z||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-18T07:02:19.837Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:19.858Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:19.860Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:02:20.748Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:02:20.749Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-18T07:02:20.752Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:02:20.753Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265339011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T07:02:20.857Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-18T07:02:20.858Z||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-18T07:02:20.858Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:20.869Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:20.870Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:02:21.754Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:02:21.756Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-18T07:02:21.759Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:02:21.759Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265339011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-18T07:02:21.860Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T07:02:21.861Z||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-18T07:02:21.861Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:21.877Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:21.878Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:02:22.760Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:02:22.762Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-18T07:02:22.766Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:02:22.766Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265339011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:22.869Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-18T07:02:22.870Z||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-18T07:02:22.871Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:22.891Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:22.897Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-18T07:02:23.768Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:02:23.769Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-18T07:02:23.774Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:02:23.775Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265339011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-18T07:02:23.877Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-18T07:02:23.880Z||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-18T07:02:23.880Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:23.899Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:23.902Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:02:24.777Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:02:24.778Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-18T07:02:24.793Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:02:24.794Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265339011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:02:24.891Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-18T07:02:24.892Z||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-18T07:02:24.893Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:24.916Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:24.917Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:02:25.797Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:02:25.799Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-18T07:02:25.802Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:02:25.803Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265339011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:02:25.906Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-18T07:02:25.907Z||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-18T07:02:25.907Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:25.925Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:25.926Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:02:26.808Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"serviceName": "basic_onboard_TUFMWF",
"serviceVersion": "1.0",
"serviceUUID": "cfdc4918-bf04-4a8f-9190-bd65a686a938",
"serviceDescription": "service",
"serviceInvariantUUID": "ab33d4aa-cc2b-4b04-a889-4ee961c1e900",
"resources": [
{
"resourceInstanceName": "basic_onboard_TUFMWF 0",
"resourceCustomizationUUID": "9fa32303-3492-427c-8980-1edeecf6b9d7",
"resourceName": "basic_onboard_TUFMWF",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "508c6aee-d8de-45d2-abb8-e44e8645a3c8",
"resourceInvariantUUID": "fd52256d-abd9-4148-b145-cbfd775a751a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_tufmwf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"artifactChecksum": "ZjZkMGM2MTBhOTllOWMwN2ZhNzFlMjIxYzZiOTczZTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "29dbd9bc-6eef-44ec-8fc7-809494bc9f46",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "406e69e1-fd53-46b6-b8ef-217be7f176c4",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3a2436d6-6421-4e6b-8728-a81c80626868",
"generatedFromUUID": "406e69e1-fd53-46b6-b8ef-217be7f176c4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3a2436d6-6421-4e6b-8728-a81c80626868",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardTufmwf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"artifactChecksum": "MjBhMTNiZGQ0MzEwZTUyNDU0M2M4M2NhZjFkZDIyZGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c378fd39-bedb-4835-ae7c-d90c8f97c6dc"
}
],
"workloadContext": "Production"
}
2022-04-18T07:02:26.811Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T07:02:26.811Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cfdc4918-bf04-4a8f-9190-bd65a686a938 ASDC
2022-04-18T07:02:27.127Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b4420aac-baea-404f-9866-7889542bc16b
ServiceName:basic_onboard_TUFMWF
ServiceVersion:1.0
ServiceUUID:cfdc4918-bf04-4a8f-9190-bd65a686a938
ServiceInvariantUUID:ab33d4aa-cc2b-4b04-a889-4ee961c1e900
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTufmwf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar
ArtifactUUID:c378fd39-bedb-4835-ae7c-d90c8f97c6dc
ArtifactChecksum:MjBhMTNiZGQ0MzEwZTUyNDU0M2M4M2NhZjFkZDIyZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_TUFMWF 0
ResourceCustomizationUUID:9fa32303-3492-427c-8980-1edeecf6b9d7
ResourceInvariantUUID:fd52256d-abd9-4148-b145-cbfd775a751a
ResourceName:basic_onboard_TUFMWF
ResourceType:VF
ResourceUUID:508c6aee-d8de-45d2-abb8-e44e8645a3c8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tufmwf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json
ArtifactUUID:29dbd9bc-6eef-44ec-8fc7-809494bc9f46
ArtifactChecksum:ZjZkMGM2MTBhOTllOWMwN2ZhNzFlMjIxYzZiOTczZTY=
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/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:406e69e1-fd53-46b6-b8ef-217be7f176c4
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/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env
ArtifactUUID:3a2436d6-6421-4e6b-8728-a81c80626868
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/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env
ArtifactUUID:3a2436d6-6421-4e6b-8728-a81c80626868
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-18T07:02:27.130Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cfdc4918-bf04-4a8f-9190-bd65a686a938 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T07:02:27.777Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T07:02:27.780Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-18T07:02:27.800Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-18T07:02:27.801Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c378fd39-bedb-4835-ae7c-d90c8f97c6dc from URL: /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:27.802Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-18T07:02:27.807Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:28.127Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-18T07:02:28.156Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar c378fd39-bedb-4835-ae7c-d90c8f97c6dc 71588
2022-04-18T07:02:28.159Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar ASDC sendASDCNotification
2022-04-18T07:02:28.159Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:28.160Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T07:02:28.162Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-18T07:02:28.167Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:02:28.167Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265348156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:02:28.266Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T07:02:28.267Z||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-18T07:02:28.268Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:28.280Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:28.282Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:02:29.167Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T07:02:29.170Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-18T07:02:29.170Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c378fd39-bedb-4835-ae7c-d90c8f97c6dc, URL: /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar to file: /app/ASDC/1/service-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:29.172Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:29.503Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:29.504Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:30.641Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12454540061339283230/Definitions/service-BasicOnboardTufmwf-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-18T07:02:34.359Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T07:02:34.369Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-18T07:02:34.370Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:34.370Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-18T07:02:34.371Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_TUFMWF 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-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:34.371Z|b4420aac-baea-404f-9866-7889542bc16b|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-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:34.371Z|b4420aac-baea-404f-9866-7889542bc16b|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-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:34.372Z|b4420aac-baea-404f-9866-7889542bc16b|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-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:34.372Z|b4420aac-baea-404f-9866-7889542bc16b|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-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:34.372Z|b4420aac-baea-404f-9866-7889542bc16b|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-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:34.373Z|b4420aac-baea-404f-9866-7889542bc16b|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-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:34.373Z|b4420aac-baea-404f-9866-7889542bc16b|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-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:34.373Z|b4420aac-baea-404f-9866-7889542bc16b|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-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:34.374Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-18T07:02:34.387Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:34.390Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:02:34.399Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria
2022-04-18T07:02:34.399Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-18T07:02:34.402Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T07:02:34.405Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:34.406Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:02:34.406Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria
2022-04-18T07:02:34.407Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-18T07:02:34.407Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T07:02:34.408Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:34.408Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:02:34.415Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:34.415Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is not matching search criteria
2022-04-18T07:02:34.416Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-18T07:02:34.416Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-18T07:02:34.417Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-18T07:02:34.417Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-18T07:02:34.418Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-18T07:02:34.418Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:34.418Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T07:02:34.421Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:34.422Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria
2022-04-18T07:02:34.422Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:02:34.423Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:34.423Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria
2022-04-18T07:02:34.424Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:02:34.424Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:34.424Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria
2022-04-18T07:02:34.425Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:02:34.425Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:34.426Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is not matching search criteria
2022-04-18T07:02:34.426Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-18T07:02:34.427Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-18T07:02:34.427Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5e43c538-cb54-44e9-8b27-3a9192d5360f
2022-04-18T07:02:34.427Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:34.428Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:02:34.428Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:34.428Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:02:34.429Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:34.429Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:02:34.429Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:34.430Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:02:34.430Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_TUFMWF
Description:service
Model UUID:cfdc4918-bf04-4a8f-9190-bd65a686a938
Model Version:NULL
Model InvariantUuid:ab33d4aa-cc2b-4b04-a889-4ee961c1e900
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_TUFMWF
Model UUID:dd80a00b-1dae-41f0-9bc0-86540549e858
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fd52256d-abd9-4148-b145-cbfd775a751a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9fa32303-3492-427c-8980-1edeecf6b9d7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e3fc3e80-2fc5-4b3c-bcf9-6427b1cea01f
ModelName:BasicOnboardTufmwf..base_ubuntu18..module-0
ModelUuid:2d6affd5-058b-474d-a9b0-f4d80a1c57d4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5e43c538-cb54-44e9-8b27-3a9192d5360f
ModelInvariantUuid:3b4ef7a1-50e4-4b29-9fd9-4afbbe16d72f
ModelName:basic_onboard_TUFMWF-nodes.ubuntu18Cvfc
ModelUuid:6da712cc-5fc1-4b9b-85cb-c362df20b6b6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e2a413d3-55d1-47d2-9646-760cbbbe1870
ModelInvariantUuid:b0cc2655-b1dd-44bb-9f1c-9e2c18c505bf
ModelName:BasicOnboardTufmwf.compute.nodes.heat.ubuntu18
ModelUuid:e33f106b-6a77-46fc-821f-42b40584fda6
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-18T07:02:34.494Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 508c6aee-d8de-45d2-abb8-e44e8645a3c8
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-18T07:02:34.672Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||basic_onboard_TUFMWF 0
2022-04-18T07:02:34.704Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 508c6aee-d8de-45d2-abb8-e44e8645a3c8
2022-04-18T07:02:34.705Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 29dbd9bc-6eef-44ec-8fc7-809494bc9f46 from URL: /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json
2022-04-18T07:02:34.706Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-18T07:02:34.707Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json
2022-04-18T07:02:35.090Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-18T07:02:35.093Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json 29dbd9bc-6eef-44ec-8fc7-809494bc9f46 798
2022-04-18T07:02:35.094Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json ASDC sendASDCNotification
2022-04-18T07:02:35.094Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json
2022-04-18T07:02:35.094Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T07:02:35.095Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-18T07:02:35.099Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:02:35.099Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265355094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:02:35.201Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-18T07:02:35.202Z||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-18T07:02:35.203Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:35.246Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:35.247Z||pool-11-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:02:36.102Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTufmwf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e3fc3e80-2fc5-4b3c-bcf9-6427b1cea01f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2d6affd5-058b-474d-a9b0-f4d80a1c57d4",
"vfModuleModelCustomizationUUID": "62017450-0402-4e28-9026-a8016de63dcf",
"isBase": true,
"artifacts": [
"406e69e1-fd53-46b6-b8ef-217be7f176c4",
"3a2436d6-6421-4e6b-8728-a81c80626868"
],
"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-18T07:02:36.128Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTufmwf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d6affd5-058b-474d-a9b0-f4d80a1c57d4
VfModuleModelInvariantUUID:e3fc3e80-2fc5-4b3c-bcf9-6427b1cea01f
VfModuleModelDescription:NULL
Artifacts UUID List:{
406e69e1-fd53-46b6-b8ef-217be7f176c4
,
3a2436d6-6421-4e6b-8728-a81c80626868
}
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-18T07:02:36.134Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTufmwf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e3fc3e80-2fc5-4b3c-bcf9-6427b1cea01f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2d6affd5-058b-474d-a9b0-f4d80a1c57d4",
"vfModuleModelCustomizationUUID": "62017450-0402-4e28-9026-a8016de63dcf",
"isBase": true,
"artifacts": [
"406e69e1-fd53-46b6-b8ef-217be7f176c4",
"3a2436d6-6421-4e6b-8728-a81c80626868"
],
"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-18T07:02:36.135Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTufmwf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d6affd5-058b-474d-a9b0-f4d80a1c57d4
VfModuleModelInvariantUUID:e3fc3e80-2fc5-4b3c-bcf9-6427b1cea01f
VfModuleModelDescription:NULL
Artifacts UUID List:{
406e69e1-fd53-46b6-b8ef-217be7f176c4
,
3a2436d6-6421-4e6b-8728-a81c80626868
}
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-18T07:02:36.135Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 406e69e1-fd53-46b6-b8ef-217be7f176c4 from URL: /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml
2022-04-18T07:02:36.136Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-18T07:02:36.137Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml
2022-04-18T07:02:36.895Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-18T07:02:36.899Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml 406e69e1-fd53-46b6-b8ef-217be7f176c4 5033
2022-04-18T07:02:36.902Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-18T07:02:36.902Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml
2022-04-18T07:02:36.902Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T07:02:36.903Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-18T07:02:36.906Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:02:36.907Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265356901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:02:37.006Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T07:02:37.008Z||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-18T07:02:37.008Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:37.019Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:37.020Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:02:37.908Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3a2436d6-6421-4e6b-8728-a81c80626868 from URL: /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env
2022-04-18T07:02:37.910Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-18T07:02:37.911Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env
2022-04-18T07:02:38.358Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-18T07:02:38.358Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env 3a2436d6-6421-4e6b-8728-a81c80626868 909
2022-04-18T07:02:38.359Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-18T07:02:38.359Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env
2022-04-18T07:02:38.359Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T07:02:38.360Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-18T07:02:38.364Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:02:38.364Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265358359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:02:38.466Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T07:02:38.467Z||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-18T07:02:38.467Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:38.493Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:38.494Z||pool-13-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:02:39.371Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cfdc4918-bf04-4a8f-9190-bd65a686a938
2022-04-18T07:02:39.371Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_TUFMWF 0 508c6aee-d8de-45d2-abb8-e44e8645a3c8 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-18T07:02:39.432Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e1c9981, org.onap.sdc.toscaparser.api.parameters.Input@7d538241, org.onap.sdc.toscaparser.api.parameters.Input@46b8fb8b, org.onap.sdc.toscaparser.api.parameters.Input@2619d479, org.onap.sdc.toscaparser.api.parameters.Input@2c4381aa]
2022-04-18T07:02:39.440Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:39.441Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:02:39.441Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-04-18T07:02:39.442Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9fa32303-3492-427c-8980-1edeecf6b9d7
2022-04-18T07:02:39.442Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9fa32303-3492-427c-8980-1edeecf6b9d7 matches Tosca VF Customization UUID: 9fa32303-3492-427c-8980-1edeecf6b9d7
2022-04-18T07:02:39.442Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9fa32303-3492-427c-8980-1edeecf6b9d7 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-18T07:02:39.455Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:39.456Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:02:39.459Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9fa32303-3492-427c-8980-1edeecf6b9d7: {\"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-18T07:02:39.460Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f98c50d
2022-04-18T07:02:39.460Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:39.461Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T07:02:39.462Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 62017450-0402-4e28-9026-a8016de63dcf
2022-04-18T07:02:39.464Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 62017450-0402-4e28-9026-a8016de63dcf
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-18T07:02:39.476Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:39.477Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria
2022-04-18T07:02:39.477Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:02:39.479Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:39.479Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria
2022-04-18T07:02:39.480Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:02:39.484Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:39.485Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is not matching search criteria
2022-04-18T07:02:39.486Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-18T07:02:39.487Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-18T07:02:39.487Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5e43c538-cb54-44e9-8b27-3a9192d5360f
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-18T07:02:39.503Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:39.504Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria
2022-04-18T07:02:39.504Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:02:39.505Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:39.505Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_TUFMWF 0 is matching search criteria
2022-04-18T07:02:39.506Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_TUFMWF 0] matching following query criteria: sdcType=VF, customizationUUID=9fa32303-3492-427c-8980-1edeecf6b9d7
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-18T07:02:39.513Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:39.514Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:02:39.515Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cfdc4918-bf04-4a8f-9190-bd65a686a938: basic_onboard_TUFMWF
2022-04-18T07:02:39.515Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:39.515Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:02:39.516Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:39.516Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:02:39.517Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:39.517Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:02:39.518Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:39.518Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:02:39.518Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:02:39.518Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_TUFMWF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:02:39.519Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_TUFMWF
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-18T07:02:39.878Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_TUFMWF 508c6aee-d8de-45d2-abb8-e44e8645a3c8 1 ASDC deployResourceStructure
2022-04-18T07:02:39.879Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json ASDC sendASDCNotification
2022-04-18T07:02:39.879Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json
2022-04-18T07:02:39.880Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T07:02:39.881Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-18T07:02:39.885Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:02:39.885Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265359879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T07:02:39.985Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T07:02:39.986Z||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-18T07:02:39.986Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:39.999Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:39.999Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:02:40.887Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-18T07:02:40.888Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml
2022-04-18T07:02:40.888Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T07:02:40.889Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-18T07:02:40.894Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:02:40.897Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265360887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-18T07:02:40.994Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-18T07:02:40.995Z||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-18T07:02:40.996Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:41.007Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:41.008Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-18T07:02:41.899Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-18T07:02:41.900Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env
2022-04-18T07:02:41.900Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T07:02:41.901Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-18T07:02:41.907Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:02:41.908Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265361898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-18T07:02:42.006Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-18T07:02:42.010Z||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-18T07:02:42.010Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:42.023Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:42.024Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:02:42.909Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar ASDC sendASDCNotification
2022-04-18T07:02:42.910Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar
2022-04-18T07:02:42.910Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T07:02:42.910Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-18T07:02:42.912Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:02:42.912Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265362908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T07:02:43.021Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-18T07:02:43.023Z||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-18T07:02:43.023Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:02:43.038Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:02:43.039Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:02:43.917Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:02:43.991Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b
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-18T07:02:43.998Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T07:02:44.000Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T07:02:44.001Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T07:03:14.002Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:03:14.024Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b
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-18T07:03:14.029Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T07:03:14.030Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T07:03:14.030Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T07:03:19.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T07:03:19.029Z||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-18T07:03:19.029Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T07:03:19.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:03:19.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-18T07:03:19.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265338668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:03:19.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:03:44.031Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:03:44.061Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b
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-18T07:03:44.065Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T07:03:44.065Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T07:03:44.066Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T07:04:14.071Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:04:14.090Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b
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-18T07:04:14.095Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T07:04:14.096Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T07:04:14.098Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T07:04:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T07:04:19.027Z||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-18T07:04:19.027Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T07:04:19.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:04:19.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "cds",
"timestamp": 1650265339523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:04:19.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "clamp",
"timestamp": 1650265335794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:04:19.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265339011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:04:19.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265333089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:04:19.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "policy-id",
"timestamp": 1650265340555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:04:19.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "aai-ml",
"timestamp": 1650265338719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:04:19.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "clamp",
"timestamp": 1650265335794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:04:19.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "cds",
"timestamp": 1650265340560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T07:04:19.589Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4420aac-baea-404f-9866-7889542bc16b
2022-04-18T07:04:19.590Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4420aac-baea-404f-9866-7889542bc16b 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-18T07:04:19.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265339011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T07:04:19.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265333089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:04:19.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "policy-id",
"timestamp": 1650265341564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T07:04:19.613Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "aai-ml",
"timestamp": 1650265338719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:04:19.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "clamp",
"timestamp": 1650265335794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:04:19.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265339011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-18T07:04:19.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "policy-id",
"timestamp": 1650265342571,
"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-18T07:04:19.622Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4420aac-baea-404f-9866-7889542bc16b
2022-04-18T07:04:19.623Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4420aac-baea-404f-9866-7889542bc16b 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-18T07:04:19.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265340866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:04:19.635Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "aai-ml",
"timestamp": 1650265338719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:04:19.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265341724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:04:19.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265339011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:04:19.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "aai-ml",
"timestamp": 1650265338719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:04:19.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265342556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:04:19.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265339011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-18T07:04:19.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "aai-ml",
"timestamp": 1650265338719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:04:19.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265339011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:04:19.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265343827,
"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-18T07:04:19.650Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4420aac-baea-404f-9866-7889542bc16b
2022-04-18T07:04:19.650Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4420aac-baea-404f-9866-7889542bc16b 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-18T07:04:19.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "aai-ml",
"timestamp": 1650265338719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:04:19.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265339011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:04:19.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265344834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T07:04:19.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "aai-ml",
"timestamp": 1650265338719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:04:19.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:04:19.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265346146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T07:04:19.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "aai-ml",
"timestamp": 1650265347234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:04:19.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265347151,
"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-18T07:04:19.678Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4420aac-baea-404f-9866-7889542bc16b
2022-04-18T07:04:19.678Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4420aac-baea-404f-9866-7889542bc16b 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-18T07:04:19.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265348156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:04:19.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "clamp",
"timestamp": 1650265349676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:04:19.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "clamp",
"timestamp": 1650265351690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T07:04:19.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "clamp",
"timestamp": 1650265352696,
"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-18T07:04:19.699Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4420aac-baea-404f-9866-7889542bc16b
2022-04-18T07:04:19.700Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4420aac-baea-404f-9866-7889542bc16b 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-18T07:04:19.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265355094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:04:19.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265356901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:04:19.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265358359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:04:19.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265359879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/basic_onboard_tufmwf0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T07:04:19.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265360887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-18T07:04:19.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "aai-ml",
"timestamp": 1650265360348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-18T07:04:19.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265361898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/resourceInstances/basic_onboard_tufmwf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-18T07:04:19.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:19.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "aai-ml",
"timestamp": 1650265361358,
"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-18T07:04:19.741Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b4420aac-baea-404f-9866-7889542bc16b
2022-04-18T07:04:19.742Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4420aac-baea-404f-9866-7889542bc16b 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-18T07:04:19.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:04:19.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265362908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTufmwf/1.0/artifacts/service-BasicOnboardTufmwf-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T07:04:19.758Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:04:44.099Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:04:44.122Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4420aac-baea-404f-9866-7889542bc16b
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-18T07:04:44.129Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T07:04:44.129Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T07:04:44.129Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T07:04:44.130Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T07:04:44.130Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-04-18T07:04:44.130Z|b4420aac-baea-404f-9866-7889542bc16b|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-18T07:04:44.140Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T07:05:14.140Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4420aac-baea-404f-9866-7889542bc16b 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-18T07:05:14.173Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4420aac-baea-404f-9866-7889542bc16b and serviceModelVersionId: cfdc4918-bf04-4a8f-9190-bd65a686a938
2022-04-18T07:05:14.173Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab33d4aa-cc2b-4b04-a889-4ee961c1e900
2022-04-18T07:05:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T07:05:19.025Z||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-18T07:05:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T07:05:28.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:05:43.219Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0
2022-04-18T07:05:43.391Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-18T07:05:44.244Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Invoke
2022-04-18T07:05:44.258Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[40353e45-19ae-42c7-8124-511a860ff16e], X-ECOMP-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], X-TransactionId=[], X-ONAP-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], Content-Type=[application/merge-patch+json]}
2022-04-18T07:05:45.829Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Invoke
2022-04-18T07:05:45.830Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1c4151bc-026f-40ed-a135-d6f572fd7873], X-ECOMP-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], X-TransactionId=[], X-ONAP-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], Content-Type=[application/merge-patch+json]}
2022-04-18T07:05:47.363Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Invoke
2022-04-18T07:05:47.366Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a977d2a1-8380-4522-90cf-73954e470004], X-ECOMP-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], X-TransactionId=[], X-ONAP-RequestID=[b4420aac-baea-404f-9866-7889542bc16b], Content-Type=[application/merge-patch+json]}
2022-04-18T07:05:48.394Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-18T07:05:48.396Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-18T07:05:48.398Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-18T07:05:48.399Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-18T07:05:48.407Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-18T07:05:48.409Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4420aac-baea-404f-9866-7889542bc16b 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-18T07:05:48.411Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-18T07:05:48.411Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:05:48.416Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:05:48.416Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265548409,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-18T07:05:48.515Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-18T07:05:48.516Z||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-18T07:05:48.517Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:05:48.529Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:05:48.530Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-18T07:05:49.434Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T07:05:49.435Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-18T07:05:49.436Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:05:58.245Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:05:58.247Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||received message from topic
2022-04-18T07:05:58.247Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"f89d0fe8-d6ad-4618-a0b1-dfa7602abe83","serviceName":"vFW 2022-04-18 07-01-52","serviceVersion":"1.0","serviceUUID":"3f617634-3237-4b71-a239-7c42cb7b10da","serviceDescription":"catalog service description","serviceInvariantUUID":"7f4bb2b0-d48b-4037-82f7-a90bcc196e36","resources":[{"resourceInstanceName":"vFW ad920b02-9109 0","resourceName":"vFW ad920b02-9109","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e954540-f0c0-4a1b-b321-fea4af8bcb38","resourceInvariantUUID":"84f29d1b-0605-4d70-b271-a66c6216c903","resourceCustomizationUUID":"c57445fc-c2e8-46bd-8812-2669e17abb06","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml","artifactChecksum":"ODhhYzZiOGUzMmU0ZmVmMjQwNTcxZTc2ZTllMDJhOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"815bfe67-4827-4b5a-a435-d2168cbe0b57","artifactVersion":"1"},{"artifactName":"vfwad920b0291090_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json","artifactChecksum":"OGEzNmQ0MGIzODlkNzI5NWUxOGEzM2ZhZmQ2NjBhYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1f32b8a-84dc-4e8b-8acf-c3dc5ed6a134","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d364bf59-3ae1-4972-810c-3341dcbe1bd4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml","artifactChecksum":"ZjIwZWUwM2ExZjdiYzc2M2QyMWUzZmUyZDlhZWYyZTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e123415c-d67c-4a86-a0d9-bf4e790ae0c4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"258427dc-8445-45b9-8f32-df8409b2c257","artifactVersion":"3","generatedFromUUID":"d364bf59-3ae1-4972-810c-3341dcbe1bd4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418070152-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml","artifactChecksum":"MDI4MmE4M2FhMWM4MWFiMWRmZGNlMTI2NjRlMDJhNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"78cf7ec9-7aba-4f8f-b1be-529dbf3443d5","artifactVersion":"1"},{"artifactName":"service-Vfw20220418070152-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar","artifactChecksum":"OGQ2MDIzODM1OTZhOWEzY2E4OTRiMGVlNjAzMTJlZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ade4edb-b91d-4b16-8ab2-f14a5b5f36a3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T07:05:58.266Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:05:58.277Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:05:58.302Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:05:58.302Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265549434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:05:58.393Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-18T07:05:58.395Z||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-18T07:05:58.395Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:05:58.409Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:05:58.411Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:05:59.303Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:05:59.304Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:05:59.309Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:05:59.310Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265549434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"status": "NOTIFIED"
}
2022-04-18T07:05:59.409Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T07:05:59.411Z||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-18T07:05:59.411Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:05:59.434Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:05:59.435Z||pool-20-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:06:00.311Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:06:00.312Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:06:00.315Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:06:00.315Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265549434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-18T07:06:00.415Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T07:06:00.416Z||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-18T07:06:00.417Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:06:00.429Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:06:00.430Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:06:01.316Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:06:01.318Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:06:01.324Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:06:01.324Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265549434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:01.423Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T07:06:01.425Z||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-18T07:06:01.426Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:06:01.438Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:06:01.439Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-18T07:06:02.329Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:06:02.330Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:06:02.334Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:06:02.334Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265549434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-18T07:06:02.434Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T07:06:02.435Z||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-18T07:06:02.435Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:06:02.449Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:06:02.450Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:06:03.335Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:06:03.336Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:06:03.340Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:06:03.340Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265549434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:03.453Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-04-18T07:06:03.454Z||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-18T07:06:03.454Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:06:03.472Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:06:03.473Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:06:04.341Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:06:04.342Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:06:04.345Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:06:04.345Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265549434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:06:04.445Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T07:06:04.446Z||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-18T07:06:04.447Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:06:04.459Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:06:04.459Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:06:05.348Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"serviceName": "vFW 2022-04-18 07-01-52",
"serviceVersion": "1.0",
"serviceUUID": "3f617634-3237-4b71-a239-7c42cb7b10da",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7f4bb2b0-d48b-4037-82f7-a90bcc196e36",
"resources": [
{
"resourceInstanceName": "vFW ad920b02-9109 0",
"resourceCustomizationUUID": "c57445fc-c2e8-46bd-8812-2669e17abb06",
"resourceName": "vFW ad920b02-9109",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6e954540-f0c0-4a1b-b321-fea4af8bcb38",
"resourceInvariantUUID": "84f29d1b-0605-4d70-b271-a66c6216c903",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwad920b0291090_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"artifactChecksum": "OGEzNmQ0MGIzODlkNzI5NWUxOGEzM2ZhZmQ2NjBhYjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e1f32b8a-84dc-4e8b-8acf-c3dc5ed6a134",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d364bf59-3ae1-4972-810c-3341dcbe1bd4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "258427dc-8445-45b9-8f32-df8409b2c257",
"generatedFromUUID": "d364bf59-3ae1-4972-810c-3341dcbe1bd4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "258427dc-8445-45b9-8f32-df8409b2c257",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220418070152-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"artifactChecksum": "OGQ2MDIzODM1OTZhOWEzY2E4OTRiMGVlNjAzMTJlZjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5ade4edb-b91d-4b16-8ab2-f14a5b5f36a3"
}
],
"workloadContext": "Production"
}
2022-04-18T07:06:05.349Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T07:06:05.349Z|b4420aac-baea-404f-9866-7889542bc16b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3f617634-3237-4b71-a239-7c42cb7b10da ASDC
2022-04-18T07:06:05.350Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||ASDC Notification:
DistributionID:f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
ServiceName:vFW 2022-04-18 07-01-52
ServiceVersion:1.0
ServiceUUID:3f617634-3237-4b71-a239-7c42cb7b10da
ServiceInvariantUUID:7f4bb2b0-d48b-4037-82f7-a90bcc196e36
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220418070152-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar
ArtifactUUID:5ade4edb-b91d-4b16-8ab2-f14a5b5f36a3
ArtifactChecksum:OGQ2MDIzODM1OTZhOWEzY2E4OTRiMGVlNjAzMTJlZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ad920b02-9109 0
ResourceCustomizationUUID:c57445fc-c2e8-46bd-8812-2669e17abb06
ResourceInvariantUUID:84f29d1b-0605-4d70-b271-a66c6216c903
ResourceName:vFW ad920b02-9109
ResourceType:VF
ResourceUUID:6e954540-f0c0-4a1b-b321-fea4af8bcb38
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwad920b0291090_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json
ArtifactUUID:e1f32b8a-84dc-4e8b-8acf-c3dc5ed6a134
ArtifactChecksum:OGEzNmQ0MGIzODlkNzI5NWUxOGEzM2ZhZmQ2NjBhYjM=
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/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml
ArtifactUUID:d364bf59-3ae1-4972-810c-3341dcbe1bd4
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env
ArtifactUUID:258427dc-8445-45b9-8f32-df8409b2c257
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env
ArtifactUUID:258427dc-8445-45b9-8f32-df8409b2c257
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-18T07:06:05.351Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f617634-3237-4b71-a239-7c42cb7b10da ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T07:06:05.402Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T07:06:05.404Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||MSO config path is: /app
2022-04-18T07:06:05.404Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||MSO config path is: /app
2022-04-18T07:06:05.405Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Trying to download the artifact UUID: 5ade4edb-b91d-4b16-8ab2-f14a5b5f36a3 from URL: /sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar
2022-04-18T07:06:05.405Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - download
2022-04-18T07:06:05.405Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar
2022-04-18T07:06:05.857Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||GET Response Status 200
2022-04-18T07:06:05.866Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar 5ade4edb-b91d-4b16-8ab2-f14a5b5f36a3 98934
2022-04-18T07:06:05.867Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar ASDC sendASDCNotification
2022-04-18T07:06:05.867Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar
2022-04-18T07:06:05.867Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T07:06:05.868Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:06:05.871Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:06:05.871Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265565867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:06:05.971Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T07:06:05.973Z||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-18T07:06:05.973Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:06:05.999Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:06:06.000Z||pool-26-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:06:06.872Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T07:06:06.877Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||MSO config path is: /app
2022-04-18T07:06:06.878Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Trying to write artifact UUID: 5ade4edb-b91d-4b16-8ab2-f14a5b5f36a3, URL: /sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar to file: /app/ASDC/1/service-Vfw20220418070152-csar.csar
2022-04-18T07:06:06.887Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418070152-csar.csar
2022-04-18T07:06:06.890Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418070152-csar.csar
2022-04-18T07:06:06.891Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418070152-csar.csar
2022-04-18T07:06:07.326Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7883887124723605414/Definitions/service-Vfw20220418070152-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-18T07:06:11.228Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-18T07:06:11.229Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||####################################################################################################
2022-04-18T07:06:11.229Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418070152-csar.csar
2022-04-18T07:06:11.229Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-18T07:06:11.230Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-Vfw20220418070152-csar.csar
2022-04-18T07:06:11.230Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-Vfw20220418070152-csar.csar
2022-04-18T07:06:11.230Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-Vfw20220418070152-csar.csar
2022-04-18T07:06:11.230Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-Vfw20220418070152-csar.csar
2022-04-18T07:06:11.230Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-Vfw20220418070152-csar.csar
2022-04-18T07:06:11.231Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-Vfw20220418070152-csar.csar
2022-04-18T07:06:11.231Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ad920b02-9109 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-Vfw20220418070152-csar.csar
2022-04-18T07:06:11.231Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-Vfw20220418070152-csar.csar
2022-04-18T07:06:11.231Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-Vfw20220418070152-csar.csar
2022-04-18T07:06:11.232Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-Vfw20220418070152-csar.csar
2022-04-18T07:06:11.232Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-Vfw20220418070152-csar.csar
2022-04-18T07:06:11.232Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-Vfw20220418070152-csar.csar
2022-04-18T07:06:11.233Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?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-Vfw20220418070152-csar.csar
2022-04-18T07:06:11.233Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|WARN|500||####################################################################################################
2022-04-18T07:06:11.233Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:11.234Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:06:11.235Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria
2022-04-18T07:06:11.235Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Search for entities recursively
2022-04-18T07:06:11.236Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T07:06:11.236Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:11.236Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:06:11.237Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria
2022-04-18T07:06:11.237Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Search for entities recursively
2022-04-18T07:06:11.238Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T07:06:11.238Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:11.238Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:06:11.239Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:11.239Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is not matching search criteria
2022-04-18T07:06:11.239Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T07:06:11.240Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T07:06:11.240Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T07:06:11.241Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:06:11.241Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:06:11.242Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T07:06:11.243Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T07:06:11.244Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T07:06:11.244Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T07:06:11.245Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:06:11.245Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T07:06:11.246Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T07:06:11.246Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T07:06:11.247Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T07:06:11.247Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:06:11.247Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-18T07:06:11.248Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:11.248Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T07:06:11.248Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:11.249Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria
2022-04-18T07:06:11.249Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:06:11.255Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:11.256Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria
2022-04-18T07:06:11.256Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:06:11.257Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:11.257Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria
2022-04-18T07:06:11.258Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:06:11.259Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:11.259Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is not matching search criteria
2022-04-18T07:06:11.260Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T07:06:11.260Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-18T07:06:11.261Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T07:06:11.261Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T07:06:11.262Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T07:06:11.263Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:06:11.263Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T07:06:11.265Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T07:06:11.266Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T07:06:11.269Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T07:06:11.270Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:06:11.270Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=68b550b4-1f37-4abd-9a06-ecd55d2fb3f1
2022-04-18T07:06:11.270Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:11.271Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is not matching search criteria
2022-04-18T07:06:11.271Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T07:06:11.271Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T07:06:11.272Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T07:06:11.272Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:06:11.272Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:06:11.273Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T07:06:11.273Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T07:06:11.273Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-18T07:06:11.273Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T07:06:11.274Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T07:06:11.274Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T07:06:11.274Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:06:11.275Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=47807fcc-998c-44c9-8787-2666106d9c65
2022-04-18T07:06:11.276Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:11.277Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is not matching search criteria
2022-04-18T07:06:11.277Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T07:06:11.277Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T07:06:11.278Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T07:06:11.278Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:06:11.278Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:06:11.278Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T07:06:11.279Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T07:06:11.279Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T07:06:11.279Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T07:06:11.280Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:06:11.280Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T07:06:11.280Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-18T07:06:11.280Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=690a144d-2a30-435e-9371-dac6e24aeb61
2022-04-18T07:06:11.281Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:11.281Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:06:11.282Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:11.282Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:06:11.282Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:11.283Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:06:11.283Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:11.283Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:06:11.284Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-18 07-01-52
Description:catalog service description
Model UUID:3f617634-3237-4b71-a239-7c42cb7b10da
Model Version:NULL
Model InvariantUuid:7f4bb2b0-d48b-4037-82f7-a90bcc196e36
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ad920b02-9109
Model UUID:1a02942a-1bdc-424a-b8b5-87deae6f518e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:84f29d1b-0605-4d70-b271-a66c6216c903
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c57445fc-c2e8-46bd-8812-2669e17abb06
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a40740d1-3919-4478-83d5-1489a4a644b7
ModelName:VfwAd920b029109..base_vfw..module-0
ModelUuid:bb9117d4-1474-4b74-bf06-a90b3502266a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:68b550b4-1f37-4abd-9a06-ecd55d2fb3f1
ModelInvariantUuid:26e6c1c9-ace6-4bb2-af7b-88a7d2cdaee9
ModelName:vFW ad920b02-9109-nodes.vfwCvfc
ModelUuid:19e6c7aa-eb9e-405e-aff5-0dc205fab8db
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e28391ff-95c7-43fc-98bf-f85b81a375e9
ModelInvariantUuid:9550292a-12a1-4fa8-b27a-2a9d3d0a3919
ModelName:VfwAd920b029109.compute.nodes.heat.vfw
ModelUuid:75a764d9-0296-4654-9dd1-50bd36607d67
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:47807fcc-998c-44c9-8787-2666106d9c65
ModelInvariantUuid:b13903ed-c2ae-4ca6-b49d-067ce6767263
ModelName:vFW ad920b02-9109-nodes.vsnCvfc
ModelUuid:b3ee19bb-33e0-447c-a856-05fdb97a85d5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a0b48e26-7823-45dc-8a43-39a8ce3066a2
ModelInvariantUuid:f479513c-400a-4391-9fdb-3b2cbd83b2b0
ModelName:VfwAd920b029109.compute.nodes.heat.vsn
ModelUuid:eda202ad-96cf-45fb-aa46-b3e8cfd055b0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:690a144d-2a30-435e-9371-dac6e24aeb61
ModelInvariantUuid:7e880e5c-32fd-4ff6-8c37-69a7873e99d6
ModelName:vFW ad920b02-9109-nodes.vpgCvfc
ModelUuid:03fefdd4-bc7b-4f03-9aef-580ab0e960c6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0994d261-cecd-45a7-9299-92a9da801556
ModelInvariantUuid:46c312af-9aec-4751-8252-1c58db1bf819
ModelName:VfwAd920b029109.compute.nodes.heat.vpg
ModelUuid:e0bd4d24-e4f8-4eec-8f2f-7f8ba16588d0
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-18T07:06:11.297Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 6e954540-f0c0-4a1b-b321-fea4af8bcb38
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-18T07:06:11.303Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||vFW ad920b02-9109 0
2022-04-18T07:06:11.304Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 6e954540-f0c0-4a1b-b321-fea4af8bcb38
2022-04-18T07:06:11.304Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Trying to download the artifact UUID: e1f32b8a-84dc-4e8b-8acf-c3dc5ed6a134 from URL: /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json
2022-04-18T07:06:11.305Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - download
2022-04-18T07:06:11.305Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json
2022-04-18T07:06:11.570Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||GET Response Status 200
2022-04-18T07:06:11.571Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json e1f32b8a-84dc-4e8b-8acf-c3dc5ed6a134 785
2022-04-18T07:06:11.571Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json ASDC sendASDCNotification
2022-04-18T07:06:11.571Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json
2022-04-18T07:06:11.572Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T07:06:11.572Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:06:11.576Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:06:11.576Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265571571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:06:11.676Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T07:06:11.678Z||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-18T07:06:11.678Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:06:11.691Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:06:11.693Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-18T07:06:12.577Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAd920b029109..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a40740d1-3919-4478-83d5-1489a4a644b7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb9117d4-1474-4b74-bf06-a90b3502266a",
"vfModuleModelCustomizationUUID": "6f072db4-8cb5-4993-b56e-cba167134853",
"isBase": true,
"artifacts": [
"d364bf59-3ae1-4972-810c-3341dcbe1bd4",
"258427dc-8445-45b9-8f32-df8409b2c257"
],
"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-18T07:06:12.585Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAd920b029109..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb9117d4-1474-4b74-bf06-a90b3502266a
VfModuleModelInvariantUUID:a40740d1-3919-4478-83d5-1489a4a644b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
d364bf59-3ae1-4972-810c-3341dcbe1bd4
,
258427dc-8445-45b9-8f32-df8409b2c257
}
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-18T07:06:12.587Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAd920b029109..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a40740d1-3919-4478-83d5-1489a4a644b7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb9117d4-1474-4b74-bf06-a90b3502266a",
"vfModuleModelCustomizationUUID": "6f072db4-8cb5-4993-b56e-cba167134853",
"isBase": true,
"artifacts": [
"d364bf59-3ae1-4972-810c-3341dcbe1bd4",
"258427dc-8445-45b9-8f32-df8409b2c257"
],
"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-18T07:06:12.587Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAd920b029109..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb9117d4-1474-4b74-bf06-a90b3502266a
VfModuleModelInvariantUUID:a40740d1-3919-4478-83d5-1489a4a644b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
d364bf59-3ae1-4972-810c-3341dcbe1bd4
,
258427dc-8445-45b9-8f32-df8409b2c257
}
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-18T07:06:12.588Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Trying to download the artifact UUID: d364bf59-3ae1-4972-810c-3341dcbe1bd4 from URL: /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml
2022-04-18T07:06:12.588Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - download
2022-04-18T07:06:12.588Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml
2022-04-18T07:06:12.872Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||GET Response Status 200
2022-04-18T07:06:12.874Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml d364bf59-3ae1-4972-810c-3341dcbe1bd4 20368
2022-04-18T07:06:12.874Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-18T07:06:12.875Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml
2022-04-18T07:06:12.875Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T07:06:12.875Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:06:12.879Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:06:12.879Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265572874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:06:12.982Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-18T07:06:12.983Z||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-18T07:06:12.983Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:06:12.997Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:06:12.998Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-18T07:06:13.880Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Trying to download the artifact UUID: 258427dc-8445-45b9-8f32-df8409b2c257 from URL: /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env
2022-04-18T07:06:13.881Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - download
2022-04-18T07:06:13.882Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env
2022-04-18T07:06:14.370Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||GET Response Status 200
2022-04-18T07:06:14.371Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env 258427dc-8445-45b9-8f32-df8409b2c257 2098
2022-04-18T07:06:14.371Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-18T07:06:14.371Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env
2022-04-18T07:06:14.372Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T07:06:14.372Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:06:14.388Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:06:14.389Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265574371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:06:14.483Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-18T07:06:14.484Z||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-18T07:06:14.484Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:06:14.500Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:06:14.501Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:06:15.390Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Preparing to deploy Service: 3f617634-3237-4b71-a239-7c42cb7b10da
2022-04-18T07:06:15.391Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ad920b02-9109 0 6e954540-f0c0-4a1b-b321-fea4af8bcb38 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-18T07:06:15.434Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23e0834f, org.onap.sdc.toscaparser.api.parameters.Input@36fab839, org.onap.sdc.toscaparser.api.parameters.Input@4d9cf41d, org.onap.sdc.toscaparser.api.parameters.Input@2c727ec4, org.onap.sdc.toscaparser.api.parameters.Input@baf7afe]
2022-04-18T07:06:15.436Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.436Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:06:15.436Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||VF Category is: Generic
2022-04-18T07:06:15.436Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||VFCustomizationUUID= c57445fc-c2e8-46bd-8812-2669e17abb06
2022-04-18T07:06:15.437Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c57445fc-c2e8-46bd-8812-2669e17abb06 matches Tosca VF Customization UUID: c57445fc-c2e8-46bd-8812-2669e17abb06
2022-04-18T07:06:15.437Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||vfCustomizationUUID: c57445fc-c2e8-46bd-8812-2669e17abb06 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-18T07:06:15.443Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.443Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:06:15.445Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||resource request for resource customization id c57445fc-c2e8-46bd-8812-2669e17abb06: {\"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-18T07:06:15.445Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ddadf0b
2022-04-18T07:06:15.445Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.445Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T07:06:15.446Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f072db4-8cb5-4993-b56e-cba167134853
2022-04-18T07:06:15.446Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f072db4-8cb5-4993-b56e-cba167134853
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-18T07:06:15.450Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.451Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria
2022-04-18T07:06:15.451Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:06:15.461Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.462Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria
2022-04-18T07:06:15.462Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:06:15.463Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.463Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is not matching search criteria
2022-04-18T07:06:15.464Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T07:06:15.464Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-18T07:06:15.464Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T07:06:15.464Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T07:06:15.465Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T07:06:15.465Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:06:15.465Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T07:06:15.465Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T07:06:15.465Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T07:06:15.466Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T07:06:15.466Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:06:15.466Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=68b550b4-1f37-4abd-9a06-ecd55d2fb3f1
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-18T07:06:15.476Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.477Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria
2022-04-18T07:06:15.477Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:06:15.477Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.478Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is not matching search criteria
2022-04-18T07:06:15.478Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T07:06:15.478Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T07:06:15.478Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T07:06:15.478Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:06:15.479Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:06:15.479Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T07:06:15.479Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T07:06:15.479Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-18T07:06:15.479Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T07:06:15.480Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T07:06:15.480Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T07:06:15.480Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:06:15.481Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=47807fcc-998c-44c9-8787-2666106d9c65
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-18T07:06:15.494Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.494Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria
2022-04-18T07:06:15.495Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:06:15.501Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.502Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is not matching search criteria
2022-04-18T07:06:15.502Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T07:06:15.502Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T07:06:15.503Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T07:06:15.503Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:06:15.503Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:06:15.504Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T07:06:15.504Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T07:06:15.504Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T07:06:15.504Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T07:06:15.505Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:06:15.505Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T07:06:15.505Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-18T07:06:15.506Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=690a144d-2a30-435e-9371-dac6e24aeb61
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-18T07:06:15.509Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.510Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria
2022-04-18T07:06:15.510Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:06:15.510Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.511Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Node template vFW ad920b02-9109 0 is matching search criteria
2022-04-18T07:06:15.511Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found topology templates [vFW ad920b02-9109 0] matching following query criteria: sdcType=VF, customizationUUID=c57445fc-c2e8-46bd-8812-2669e17abb06
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-18T07:06:15.516Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.516Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:06:15.517Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500|| resourceSeq for service uuid 3f617634-3237-4b71-a239-7c42cb7b10da: vFW ad920b02-9109
2022-04-18T07:06:15.517Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.517Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:06:15.518Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.518Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:06:15.518Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.519Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:06:15.519Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.519Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:06:15.519Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:06:15.520Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Service vFW 2022-04-18 07-01-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:06:15.520Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||Saving Service: vFW 2022-04-18 07-01-52
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-18T07:06:15.867Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ad920b02-9109 6e954540-f0c0-4a1b-b321-fea4af8bcb38 1 ASDC deployResourceStructure
2022-04-18T07:06:15.869Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json ASDC sendASDCNotification
2022-04-18T07:06:15.869Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json
2022-04-18T07:06:15.870Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T07:06:15.871Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:06:15.874Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:06:15.875Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265575869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T07:06:15.975Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T07:06:15.976Z||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-18T07:06:15.977Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:06:15.991Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:06:15.992Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:06:16.876Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-18T07:06:16.877Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml
2022-04-18T07:06:16.882Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T07:06:16.883Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:06:16.886Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:06:16.886Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265576876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-18T07:06:16.989Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-18T07:06:16.991Z||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-18T07:06:16.991Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:06:17.004Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:06:17.005Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:06:17.888Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-18T07:06:17.890Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env
2022-04-18T07:06:17.890Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T07:06:17.891Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:06:17.893Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:06:17.894Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265577888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-18T07:06:17.994Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T07:06:17.995Z||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-18T07:06:17.995Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:06:18.006Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:06:18.007Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:06:18.895Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar ASDC sendASDCNotification
2022-04-18T07:06:18.896Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar
2022-04-18T07:06:18.897Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T07:06:18.897Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:06:18.905Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:06:18.906Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265578895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T07:06:19.001Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-18T07:06:19.003Z||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-18T07:06:19.003Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:06:19.021Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:06:19.022Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-18T07:06:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T07:06:19.024Z||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-18T07:06:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T07:06:19.662Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:06:19.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4420aac-baea-404f-9866-7889542bc16b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265548409,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-18T07:06:19.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "aai-ml",
"timestamp": 1650265548719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265549434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "policy-id",
"timestamp": 1650265549244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "aai-ml",
"timestamp": 1650265548719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "policy-id",
"timestamp": 1650265549244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265549434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"status": "NOTIFIED"
}
2022-04-18T07:06:19.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "aai-ml",
"timestamp": 1650265548719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "policy-id",
"timestamp": 1650265549244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-18T07:06:19.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265549434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-18T07:06:19.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "aai-ml",
"timestamp": 1650265548719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "policy-id",
"timestamp": 1650265549244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265549434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "aai-ml",
"timestamp": 1650265548719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "policy-id",
"timestamp": 1650265549244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265549434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-18T07:06:19.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "cds",
"timestamp": 1650265562204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "policy-id",
"timestamp": 1650265549244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "aai-ml",
"timestamp": 1650265548719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265549434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "cds",
"timestamp": 1650265562204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "aai-ml",
"timestamp": 1650265548719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:06:19.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "policy-id",
"timestamp": 1650265549244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:06:19.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265549434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:06:19.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "cds",
"timestamp": 1650265562204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265563381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "aai-ml",
"timestamp": 1650265564993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:06:19.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "policy-id",
"timestamp": 1650265566610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:06:19.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265565867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:06:19.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "ves-openapi-manager",
"timestamp": 1650265564266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265563381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"status": "NOTIFIED"
}
2022-04-18T07:06:19.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "cds",
"timestamp": 1650265562204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "policy-id",
"timestamp": 1650265567617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T07:06:19.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "ves-openapi-manager",
"timestamp": 1650265564266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265563381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-18T07:06:19.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "cds",
"timestamp": 1650265562204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "policy-id",
"timestamp": 1650265568621,
"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-18T07:06:19.706Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
2022-04-18T07:06:19.706Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-18T07:06:19.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "ves-openapi-manager",
"timestamp": 1650265564266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "cds",
"timestamp": 1650265562204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265563381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "ves-openapi-manager",
"timestamp": 1650265564266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265563381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-18T07:06:19.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "cds",
"timestamp": 1650265562204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:06:19.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "ves-openapi-manager",
"timestamp": 1650265564266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265563381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "cds",
"timestamp": 1650265570405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:06:19.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "ves-openapi-manager",
"timestamp": 1650265564266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265563381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:06:19.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265571571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:06:19.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "cds",
"timestamp": 1650265571414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T07:06:19.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
2022-04-18T07:06:19.731Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-18T07:06:19.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "ves-openapi-manager",
"timestamp": 1650265564266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265571773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:06:19.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265572874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:06:19.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265573263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:06:19.745Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265574371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:06:19.745Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265573088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "clamp",
"timestamp": 1650265575794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265574668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:06:19.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265573088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265575869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T07:06:19.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "aai-ml",
"timestamp": 1650265575785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-18T07:06:19.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "clamp",
"timestamp": 1650265575794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"status": "NOTIFIED"
}
2022-04-18T07:06:19.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265575708,
"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-18T07:06:19.758Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
2022-04-18T07:06:19.759Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-18T07:06:19.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265573088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265576876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-18T07:06:19.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "aai-ml",
"timestamp": 1650265576791,
"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-18T07:06:19.777Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
2022-04-18T07:06:19.777Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-18T07:06:19.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "clamp",
"timestamp": 1650265575794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650265576716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vfwad920b0291090_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T07:06:19.790Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265573088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265577888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-18T07:06:19.792Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "clamp",
"timestamp": 1650265575794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265573088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:06:19.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:06:19.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:06:19.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265578895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T07:06:19.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:06:19.907Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:06:19.929Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
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-18T07:06:19.937Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T07:06:19.938Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T07:06:19.940Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T07:06:19.940Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T07:06:49.941Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:06:49.963Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
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-18T07:06:49.970Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T07:06:49.971Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T07:06:49.973Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T07:06:49.973Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T07:07:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T07:07:19.025Z||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-18T07:07:19.025Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T07:07:19.147Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:07:19.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:07:19.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "clamp",
"timestamp": 1650265575794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/resourceInstances/vfwad920b0291090/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:07:19.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:07:19.974Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:07:19.991Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
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-18T07:07:19.998Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T07:07:19.998Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T07:07:19.998Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T07:07:19.999Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T07:07:49.999Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:07:50.024Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
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-18T07:07:50.032Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T07:07:50.033Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T07:07:50.033Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T07:07:50.033Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T07:08:19.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T07:08:19.026Z||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-18T07:08:19.026Z||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 skPaBRtDRpEvv6F5) ...
2022-04-18T07:08:19.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:08:19.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:08:19.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265573088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:08:19.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:08:19.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:08:19.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "clamp",
"timestamp": 1650265575794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:08:19.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:08:19.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:08:19.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265573088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:08:19.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:08:19.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:08:19.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "clamp",
"timestamp": 1650265575794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:08:19.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-18T07:08:19.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:08:19.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265581475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:08:19.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:08:19.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:08:19.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265585050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T07:08:19.086Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:08:19.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:08:19.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650265586056,
"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-18T07:08:19.095Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
2022-04-18T07:08:19.096Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-18T07:08:19.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:08:19.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "clamp",
"timestamp": 1650265592719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:08:19.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:08:19.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:08:19.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "clamp",
"timestamp": 1650265594732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070152/1.0/artifacts/service-Vfw20220418070152-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T07:08:19.125Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T07:08:19.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T07:08:19.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "clamp",
"timestamp": 1650265595735,
"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-18T07:08:19.135Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
2022-04-18T07:08:19.135Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-18T07:08:20.033Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:08:20.050Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83
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-18T07:08:20.057Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T07:08:20.058Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T07:08:20.058Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T07:08:20.058Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T07:08:20.059Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-04-18T07:08:20.059Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T07:08:20.074Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T07:08:50.075Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-18T07:08:50.084Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 and serviceModelVersionId: 3f617634-3237-4b71-a239-7c42cb7b10da
2022-04-18T07:08:50.084Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f4bb2b0-d48b-4037-82f7-a90bcc196e36
2022-04-18T07:08:50.086Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0
2022-04-18T07:08:50.092Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab33d4aa-cc2b-4b04-a889-4ee961c1e900/model-vers/model-ver/cfdc4918-bf04-4a8f-9190-bd65a686a938?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-18T07:08:50.196Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Invoke
2022-04-18T07:08:50.197Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f4d311e0-0583-4473-a1bc-ea175da62854], X-ECOMP-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], X-TransactionId=[], X-ONAP-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], Content-Type=[application/merge-patch+json]}
2022-04-18T07:08:51.745Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Invoke
2022-04-18T07:08:51.746Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba36493d-8de9-4689-8630-41ceffd7d1ad], X-ECOMP-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], X-TransactionId=[], X-ONAP-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], Content-Type=[application/merge-patch+json]}
2022-04-18T07:08:53.279Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Invoke
2022-04-18T07:08:53.284Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d7fbf18-c730-4ead-912a-eae57359fc62], X-ECOMP-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], X-TransactionId=[], X-ONAP-RequestID=[f89d0fe8-d6ad-4618-a0b1-dfa7602abe83], Content-Type=[application/merge-patch+json]}
2022-04-18T07:08:54.314Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-18T07:08:54.315Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-18T07:08:54.315Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-18T07:08:54.316Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-18T07:08:54.322Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-18T07:08:54.323Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f89d0fe8-d6ad-4618-a0b1-dfa7602abe83 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-18T07:08:54.323Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-18T07:08:54.324Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:08:54.327Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:08:54.327Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status {
"distributionID": "f89d0fe8-d6ad-4618-a0b1-dfa7602abe83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265734323,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-18T07:08:54.427Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T07:08:54.428Z||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-18T07:08:54.429Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:08:54.476Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:08:54.477Z||pool-34-thread-1|||||INFO|500||cambria reply ok (49 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-18T07:08:55.345Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T07:08:55.347Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-18T07:08:55.347Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:08:59.657Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:08:59.658Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||received message from topic
2022-04-18T07:08:59.659Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"e06c1b9b-57e8-42e4-a467-137923c3e32a","serviceName":"vFW 2022-04-18 07-04-22","serviceVersion":"1.0","serviceUUID":"37e8016a-51d3-472d-8213-a05e97e6c0c0","serviceDescription":"catalog service description","serviceInvariantUUID":"e329cb5a-5415-46f3-a466-d3dfde8b4cfa","resources":[{"resourceInstanceName":"vFW bf01d79d-a6eb 0","resourceName":"vFW bf01d79d-a6eb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e95a7173-2383-4ee2-b1de-808a73ceab30","resourceInvariantUUID":"37e1b6de-3bfe-4b81-b4d8-d383c74612d7","resourceCustomizationUUID":"6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vf-license-model.xml","artifactChecksum":"MDQ3ZjU3ZDQ0NWQ1NDcwNWY5MjdhMTZmNzQ1Yjk1ZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ba6530d-2c72-4bd2-8c0b-4fd17e07500c","artifactVersion":"1"},{"artifactName":"vfwbf01d79da6eb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json","artifactChecksum":"Mzc0NTQyOTM1YjY5MjI4NDhhMzVlZDQxMTJlMmQ2YzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e36714a-6ba2-4fb9-9c5f-5dab9aef1cbc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b24c45b5-9840-4627-8787-dd1ef095756c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vendor-license-model.xml","artifactChecksum":"OTU3N2M5NmU2ZTdiNDdjNzRjMmI0YmQ4NmFkNmVlNTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a0474776-ab36-4102-a732-ff7dddef2f9f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"14cd2858-935e-4fb4-a352-6f86f47ab081","artifactVersion":"2","generatedFromUUID":"b24c45b5-9840-4627-8787-dd1ef095756c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418070422-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-template.yml","artifactChecksum":"ZTJkNTNkMDcwMDJhMTBlODUyMzRhMmEzODZhZWQxOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e13121f0-24b8-461b-b214-bac07f1c6daf","artifactVersion":"1"},{"artifactName":"service-Vfw20220418070422-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar","artifactChecksum":"MTY0MDdmYjFlZjMzZTVkNmVhYmQ1ZDk2NzE2NmJkYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffbe1cea-e599-44ee-b719-f395ca9f7331","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T07:08:59.667Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:08:59.668Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:08:59.671Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:08:59.672Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status {
"distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265735345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:08:59.772Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T07:08:59.773Z||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-18T07:08:59.774Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:08:59.788Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:08:59.788Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:09:00.672Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:09:00.673Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:09:00.678Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:09:00.678Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status {
"distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265735345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T07:09:00.776Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-18T07:09:00.779Z||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-18T07:09:00.779Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:09:00.792Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:09:00.793Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:09:01.679Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:09:01.686Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:09:01.689Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:09:01.689Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status {
"distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265735345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-18T07:09:01.789Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T07:09:01.790Z||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-18T07:09:01.791Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:09:01.803Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:09:01.804Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:09:02.691Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:09:02.692Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:09:02.704Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:09:02.704Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status {
"distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265735345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:09:02.803Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-18T07:09:02.804Z||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-18T07:09:02.805Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:09:02.820Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:09:02.821Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:09:03.705Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:09:03.706Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:09:03.710Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:09:03.711Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status {
"distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265735345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-18T07:09:03.809Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-18T07:09:03.810Z||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-18T07:09:03.810Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:09:03.825Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:09:03.826Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:09:04.712Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:09:04.713Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:09:04.716Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:09:04.716Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status {
"distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265735345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T07:09:04.815Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T07:09:04.817Z||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-18T07:09:04.818Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:09:04.832Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:09:04.833Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:09:05.721Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T07:09:05.722Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:09:05.726Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:09:05.726Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status {
"distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265735345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T07:09:05.827Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T07:09:05.829Z||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-18T07:09:05.829Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:09:05.841Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:09:05.842Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:09:06.728Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a",
"serviceName": "vFW 2022-04-18 07-04-22",
"serviceVersion": "1.0",
"serviceUUID": "37e8016a-51d3-472d-8213-a05e97e6c0c0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e329cb5a-5415-46f3-a466-d3dfde8b4cfa",
"resources": [
{
"resourceInstanceName": "vFW bf01d79d-a6eb 0",
"resourceCustomizationUUID": "6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada",
"resourceName": "vFW bf01d79d-a6eb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e95a7173-2383-4ee2-b1de-808a73ceab30",
"resourceInvariantUUID": "37e1b6de-3bfe-4b81-b4d8-d383c74612d7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbf01d79da6eb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json",
"artifactChecksum": "Mzc0NTQyOTM1YjY5MjI4NDhhMzVlZDQxMTJlMmQ2YzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9e36714a-6ba2-4fb9-9c5f-5dab9aef1cbc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b24c45b5-9840-4627-8787-dd1ef095756c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "14cd2858-935e-4fb4-a352-6f86f47ab081",
"generatedFromUUID": "b24c45b5-9840-4627-8787-dd1ef095756c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "14cd2858-935e-4fb4-a352-6f86f47ab081",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220418070422-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar",
"artifactChecksum": "MTY0MDdmYjFlZjMzZTVkNmVhYmQ1ZDk2NzE2NmJkYTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ffbe1cea-e599-44ee-b719-f395ca9f7331"
}
],
"workloadContext": "Production"
}
2022-04-18T07:09:06.731Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T07:09:06.732Z|f89d0fe8-d6ad-4618-a0b1-dfa7602abe83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 37e8016a-51d3-472d-8213-a05e97e6c0c0 ASDC
2022-04-18T07:09:06.732Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||ASDC Notification:
DistributionID:e06c1b9b-57e8-42e4-a467-137923c3e32a
ServiceName:vFW 2022-04-18 07-04-22
ServiceVersion:1.0
ServiceUUID:37e8016a-51d3-472d-8213-a05e97e6c0c0
ServiceInvariantUUID:e329cb5a-5415-46f3-a466-d3dfde8b4cfa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220418070422-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar
ArtifactUUID:ffbe1cea-e599-44ee-b719-f395ca9f7331
ArtifactChecksum:MTY0MDdmYjFlZjMzZTVkNmVhYmQ1ZDk2NzE2NmJkYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bf01d79d-a6eb 0
ResourceCustomizationUUID:6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada
ResourceInvariantUUID:37e1b6de-3bfe-4b81-b4d8-d383c74612d7
ResourceName:vFW bf01d79d-a6eb
ResourceType:VF
ResourceUUID:e95a7173-2383-4ee2-b1de-808a73ceab30
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbf01d79da6eb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json
ArtifactUUID:9e36714a-6ba2-4fb9-9c5f-5dab9aef1cbc
ArtifactChecksum:Mzc0NTQyOTM1YjY5MjI4NDhhMzVlZDQxMTJlMmQ2YzE=
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/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml
ArtifactUUID:b24c45b5-9840-4627-8787-dd1ef095756c
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/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env
ArtifactUUID:14cd2858-935e-4fb4-a352-6f86f47ab081
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/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env
ArtifactUUID:14cd2858-935e-4fb4-a352-6f86f47ab081
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-18T07:09:06.733Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37e8016a-51d3-472d-8213-a05e97e6c0c0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T07:09:06.776Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T07:09:06.777Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||MSO config path is: /app
2022-04-18T07:09:06.778Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||MSO config path is: /app
2022-04-18T07:09:06.778Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Trying to download the artifact UUID: ffbe1cea-e599-44ee-b719-f395ca9f7331 from URL: /sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar
2022-04-18T07:09:06.778Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - download
2022-04-18T07:09:06.778Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar
2022-04-18T07:09:07.081Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||GET Response Status 200
2022-04-18T07:09:07.089Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar ffbe1cea-e599-44ee-b719-f395ca9f7331 98980
2022-04-18T07:09:07.089Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar ASDC sendASDCNotification
2022-04-18T07:09:07.089Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar
2022-04-18T07:09:07.090Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T07:09:07.090Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:09:07.092Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:09:07.093Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status {
"distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265747089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:09:07.193Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T07:09:07.194Z||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-18T07:09:07.195Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:09:07.208Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:09:07.209Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-18T07:09:08.094Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T07:09:08.096Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||MSO config path is: /app
2022-04-18T07:09:08.096Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Trying to write artifact UUID: ffbe1cea-e599-44ee-b719-f395ca9f7331, URL: /sdc/v1/catalog/services/Vfw20220418070422/1.0/artifacts/service-Vfw20220418070422-csar.csar to file: /app/ASDC/1/service-Vfw20220418070422-csar.csar
2022-04-18T07:09:08.097Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418070422-csar.csar
2022-04-18T07:09:08.098Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418070422-csar.csar
2022-04-18T07:09:08.098Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418070422-csar.csar
2022-04-18T07:09:08.418Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP542053458993584859/Definitions/service-Vfw20220418070422-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_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
2022-04-18T07:09:12.019Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-18T07:09:12.020Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||####################################################################################################
2022-04-18T07:09:12.020Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418070422-csar.csar
2022-04-18T07:09:12.020Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-18T07:09:12.020Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-Vfw20220418070422-csar.csar
2022-04-18T07:09:12.020Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-Vfw20220418070422-csar.csar
2022-04-18T07:09:12.020Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-Vfw20220418070422-csar.csar
2022-04-18T07:09:12.021Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-Vfw20220418070422-csar.csar
2022-04-18T07:09:12.021Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-Vfw20220418070422-csar.csar
2022-04-18T07:09:12.021Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-Vfw20220418070422-csar.csar
2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bf01d79d-a6eb 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-Vfw20220418070422-csar.csar
2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-Vfw20220418070422-csar.csar
2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-Vfw20220418070422-csar.csar
2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-Vfw20220418070422-csar.csar
2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-Vfw20220418070422-csar.csar
2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-Vfw20220418070422-csar.csar
2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?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-Vfw20220418070422-csar.csar
2022-04-18T07:09:12.022Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|WARN|500||####################################################################################################
2022-04-18T07:09:12.023Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:12.023Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:09:12.023Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria
2022-04-18T07:09:12.023Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Search for entities recursively
2022-04-18T07:09:12.024Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T07:09:12.024Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:12.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:09:12.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria
2022-04-18T07:09:12.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Search for entities recursively
2022-04-18T07:09:12.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T07:09:12.025Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:12.026Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:09:12.026Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:12.026Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is not matching search criteria
2022-04-18T07:09:12.026Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T07:09:12.027Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T07:09:12.027Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T07:09:12.028Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:09:12.028Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T07:09:12.028Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:09:12.028Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T07:09:12.029Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T07:09:12.029Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T07:09:12.029Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:09:12.029Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T07:09:12.030Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T07:09:12.030Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T07:09:12.030Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T07:09:12.030Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:09:12.031Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-18T07:09:12.031Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:12.031Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T07:09:12.032Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:12.032Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria
2022-04-18T07:09:12.032Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:09:12.033Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:12.033Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria
2022-04-18T07:09:12.033Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:09:12.034Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:12.034Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria
2022-04-18T07:09:12.034Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:09:12.034Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:12.034Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is not matching search criteria
2022-04-18T07:09:12.035Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T07:09:12.035Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T07:09:12.035Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-18T07:09:12.035Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T07:09:12.035Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T07:09:12.035Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:09:12.036Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T07:09:12.036Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T07:09:12.036Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T07:09:12.036Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T07:09:12.037Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:09:12.037Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d9d6291d-8082-43d3-b405-195e25c36a25
2022-04-18T07:09:12.037Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:12.037Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is not matching search criteria
2022-04-18T07:09:12.038Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T07:09:12.038Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T07:09:12.038Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T07:09:12.038Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:09:12.038Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T07:09:12.039Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:09:12.039Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T07:09:12.039Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-18T07:09:12.039Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T07:09:12.039Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T07:09:12.040Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T07:09:12.040Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:09:12.040Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f179894e-bda6-4d54-a0c2-5cf165373a79
2022-04-18T07:09:12.040Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:12.041Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is not matching search criteria
2022-04-18T07:09:12.041Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T07:09:12.041Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T07:09:12.041Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T07:09:12.041Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:09:12.041Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T07:09:12.041Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:09:12.042Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T07:09:12.042Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T07:09:12.042Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T07:09:12.042Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:09:12.042Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T07:09:12.042Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-18T07:09:12.042Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b03e3a52-e098-4eb0-a367-3625c12d21ca
2022-04-18T07:09:12.043Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:12.043Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:09:12.043Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:12.043Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:09:12.043Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:12.044Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:09:12.044Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:12.044Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:09:12.044Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-18 07-04-22
Description:catalog service description
Model UUID:37e8016a-51d3-472d-8213-a05e97e6c0c0
Model Version:NULL
Model InvariantUuid:e329cb5a-5415-46f3-a466-d3dfde8b4cfa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bf01d79d-a6eb
Model UUID:ce55f715-97a9-4e9e-8543-b66c2a5b9c16
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:37e1b6de-3bfe-4b81-b4d8-d383c74612d7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0c3ed9d3-9942-438e-be57-1de0500d345c
ModelName:VfwBf01d79dA6eb..base_vfw..module-0
ModelUuid:177cf0c2-5700-4ea1-8cfb-4ac7fffb1718
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d9d6291d-8082-43d3-b405-195e25c36a25
ModelInvariantUuid:d9484bbe-e0c6-42c1-b438-aab4646e5e80
ModelName:vFW bf01d79d-a6eb-nodes.vfwCvfc
ModelUuid:a2f3a60c-5309-4637-ab27-cade81baa22f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8910dfef-fc74-41ac-88f5-03c2addaa129
ModelInvariantUuid:9c247353-9073-4fbd-b8f3-c9ef8b59df21
ModelName:VfwBf01d79dA6eb.compute.nodes.heat.vfw
ModelUuid:e306f2fe-0793-40f9-88a5-2412109edcd1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f179894e-bda6-4d54-a0c2-5cf165373a79
ModelInvariantUuid:f1c321bb-9f8a-45c6-9a70-ebd5ee733d84
ModelName:vFW bf01d79d-a6eb-nodes.vsnCvfc
ModelUuid:62f70829-e62c-44d3-a4c0-7cfdf189b1c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1ea16171-2c40-40b7-b529-cfdf8536c643
ModelInvariantUuid:e588a0bf-bcc0-4482-9856-78dee2b33cee
ModelName:VfwBf01d79dA6eb.compute.nodes.heat.vsn
ModelUuid:b2eb5188-841a-4faa-bfa7-c25dc2e02d3e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b03e3a52-e098-4eb0-a367-3625c12d21ca
ModelInvariantUuid:bf35aaef-44a2-4e34-be2d-564b05364436
ModelName:vFW bf01d79d-a6eb-nodes.vpgCvfc
ModelUuid:8af5d27d-6e91-4b52-8a38-10550e27975d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7f64b6b5-e1ef-40e7-ab88-c05611a42720
ModelInvariantUuid:3e0c6bf7-c58c-4221-818e-e0acdc60e525
ModelName:VfwBf01d79dA6eb.compute.nodes.heat.vpg
ModelUuid:a2bed77c-4201-42cd-9d2c-86eb34bfbc6c
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-18T07:09:12.054Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: e95a7173-2383-4ee2-b1de-808a73ceab30
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-18T07:09:12.058Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||vFW bf01d79d-a6eb 0
2022-04-18T07:09:12.058Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: e95a7173-2383-4ee2-b1de-808a73ceab30
2022-04-18T07:09:12.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Trying to download the artifact UUID: 9e36714a-6ba2-4fb9-9c5f-5dab9aef1cbc from URL: /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json
2022-04-18T07:09:12.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - download
2022-04-18T07:09:12.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json
2022-04-18T07:09:12.360Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||GET Response Status 200
2022-04-18T07:09:12.361Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json 9e36714a-6ba2-4fb9-9c5f-5dab9aef1cbc 785
2022-04-18T07:09:12.361Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json ASDC sendASDCNotification
2022-04-18T07:09:12.361Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json
2022-04-18T07:09:12.361Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T07:09:12.362Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:09:12.364Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:09:12.364Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status {
"distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265752361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/vfwbf01d79da6eb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:09:12.464Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T07:09:12.466Z||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-18T07:09:12.466Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:09:12.481Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:09:12.482Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:09:13.366Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBf01d79dA6eb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0c3ed9d3-9942-438e-be57-1de0500d345c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "177cf0c2-5700-4ea1-8cfb-4ac7fffb1718",
"vfModuleModelCustomizationUUID": "5065dc90-29dc-4119-a82a-fb436b52c413",
"isBase": true,
"artifacts": [
"b24c45b5-9840-4627-8787-dd1ef095756c",
"14cd2858-935e-4fb4-a352-6f86f47ab081"
],
"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-18T07:09:13.372Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBf01d79dA6eb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:177cf0c2-5700-4ea1-8cfb-4ac7fffb1718
VfModuleModelInvariantUUID:0c3ed9d3-9942-438e-be57-1de0500d345c
VfModuleModelDescription:NULL
Artifacts UUID List:{
b24c45b5-9840-4627-8787-dd1ef095756c
,
14cd2858-935e-4fb4-a352-6f86f47ab081
}
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-18T07:09:13.377Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBf01d79dA6eb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0c3ed9d3-9942-438e-be57-1de0500d345c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "177cf0c2-5700-4ea1-8cfb-4ac7fffb1718",
"vfModuleModelCustomizationUUID": "5065dc90-29dc-4119-a82a-fb436b52c413",
"isBase": true,
"artifacts": [
"b24c45b5-9840-4627-8787-dd1ef095756c",
"14cd2858-935e-4fb4-a352-6f86f47ab081"
],
"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-18T07:09:13.377Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBf01d79dA6eb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:177cf0c2-5700-4ea1-8cfb-4ac7fffb1718
VfModuleModelInvariantUUID:0c3ed9d3-9942-438e-be57-1de0500d345c
VfModuleModelDescription:NULL
Artifacts UUID List:{
b24c45b5-9840-4627-8787-dd1ef095756c
,
14cd2858-935e-4fb4-a352-6f86f47ab081
}
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-18T07:09:13.378Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Trying to download the artifact UUID: b24c45b5-9840-4627-8787-dd1ef095756c from URL: /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml
2022-04-18T07:09:13.378Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - download
2022-04-18T07:09:13.378Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml
2022-04-18T07:09:13.851Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||GET Response Status 200
2022-04-18T07:09:13.853Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml b24c45b5-9840-4627-8787-dd1ef095756c 20368
2022-04-18T07:09:13.853Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-18T07:09:13.853Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml
2022-04-18T07:09:13.853Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T07:09:13.854Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:09:13.857Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:09:13.858Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status {
"distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265753853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:09:13.957Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T07:09:13.959Z||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-18T07:09:13.959Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:09:13.972Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:09:13.973Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-18T07:09:14.858Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||Trying to download the artifact UUID: 14cd2858-935e-4fb4-a352-6f86f47ab081 from URL: /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env
2022-04-18T07:09:14.859Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - download
2022-04-18T07:09:14.861Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env
2022-04-18T07:09:15.059Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||GET Response Status 200
2022-04-18T07:09:15.060Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env 14cd2858-935e-4fb4-a352-6f86f47ab081 2098
2022-04-18T07:09:15.061Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-18T07:09:15.061Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env
2022-04-18T07:09:15.061Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T07:09:15.062Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-18T07:09:15.064Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T07:09:15.064Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||try to send status {
"distributionID": "e06c1b9b-57e8-42e4-a467-137923c3e32a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650265755061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418070422/1.0/resourceInstances/vfwbf01d79da6eb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T07:09:15.164Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T07:09:15.167Z||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-18T07:09:15.167Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as skPaBRtDRpEvv6F5) ...
2022-04-18T07:09:15.180Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T07:09:15.181Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-18T07:09:16.065Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Preparing to deploy Service: 37e8016a-51d3-472d-8213-a05e97e6c0c0
2022-04-18T07:09:16.066Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bf01d79d-a6eb 0 e95a7173-2383-4ee2-b1de-808a73ceab30 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-18T07:09:16.100Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70bbd9d8, org.onap.sdc.toscaparser.api.parameters.Input@37b19f8c, org.onap.sdc.toscaparser.api.parameters.Input@eab18bc, org.onap.sdc.toscaparser.api.parameters.Input@64739fb8, org.onap.sdc.toscaparser.api.parameters.Input@4aa8fff7]
2022-04-18T07:09:16.103Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:16.103Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:09:16.104Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||VF Category is: Generic
2022-04-18T07:09:16.104Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||VFCustomizationUUID= 6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada
2022-04-18T07:09:16.105Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada matches Tosca VF Customization UUID: 6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada
2022-04-18T07:09:16.105Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||vfCustomizationUUID: 6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada 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-18T07:09:16.111Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:16.112Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T07:09:16.113Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||resource request for resource customization id 6a94ee3a-d164-4ae6-ac3d-1a1d4f628ada: {\"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-18T07:09:16.114Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f9009a5
2022-04-18T07:09:16.114Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:16.114Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Service vFW 2022-04-18 07-04-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T07:09:16.115Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5065dc90-29dc-4119-a82a-fb436b52c413
2022-04-18T07:09:16.115Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5065dc90-29dc-4119-a82a-fb436b52c413
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-18T07:09:16.121Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:16.122Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria
2022-04-18T07:09:16.122Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:09:16.122Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:16.123Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is matching search criteria
2022-04-18T07:09:16.123Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [vFW bf01d79d-a6eb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T07:09:16.124Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T07:09:16.124Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vFW bf01d79d-a6eb 0 is not matching search criteria
2022-04-18T07:09:16.125Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T07:09:16.125Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T07:09:16.125Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-18T07:09:16.126Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T07:09:16.126Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T07:09:16.126Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T07:09:16.127Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T07:09:16.127Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T07:09:16.127Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T07:09:16.128Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T07:09:16.128Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T07:09:16.128Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d9d6291d-8082-43d3-b405-195e25c36a25
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-18T07:09:16.133Z|e06c1b9b-57e8-42e4-a467-137923c3e32a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4bb2b0-d48b-4037-82f7-a90bcc196e36/model-vers/model-ver/3f617634-3237-4b71-a239-7c42cb7b10da?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery