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-03-22T11:15:33.521Z||main|||||INFO|500||The following profiles are active: basic
2022-03-22T11:15:50.352Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-22T11:15:50.354Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-22T11:15:50.566Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-22T11:15:56.152Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-22T11:15:56.630Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-22T11:15:57.348Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-22T11:15:57.366Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-22T11:15:57.658Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-22T11:15:57.986Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-22T11:15:58.817Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-22T11:16:01.009Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-22T11:16:03.960Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-22T11:16:04.032Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-22T11:16:04.733Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-22T11:16:04.918Z||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-03-22T11:16:06.871Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-22T11:16:08.441Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-22T11:16:08.476Z||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$$75ebdfa9.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-03-22T11:16:08.478Z||main|||||WARN|500||The sdc end point is not alive
2022-03-22T11:16:13.551Z||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-03-22T11:16:17.716Z||main|||||WARN|500||---
2022-03-22T11:16:17.717Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-22T11:16:17.718Z||main|||||WARN|500||---
2022-03-22T11:16:18.312Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-22T11:16:24.555Z||main|||||INFO|500||Started Application in 55.625 seconds (JVM running for 59.326)
2022-03-22T11:16:24.580Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-22T11:16:24.582Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-22T11:16:24.602Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-22T11:16:24.651Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-22T11:16:24.722Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 18d70f73-d365-4638-bca7-4adeeb173983 url= /sdc/v1/artifactTypes
2022-03-22T11:16:24.722Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-22T11:16:25.144Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-22T11:16:25.214Z||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-03-22T11:16:25.245Z||scheduling-1|||||DEBUG|500||create keys
2022-03-22T11:16:25.255Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-22T11:16:25.644Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:16:25.667Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4f214383-56c0-49dc-b84f-ffc085b3b62a url= /sdc/v1/registerForDistribution
2022-03-22T11:16:26.209Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4f214383-56c0-49dc-b84f-ffc085b3b62a url= /sdc/v1/registerForDistribution
2022-03-22T11:16:26.209Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-22T11:16:26.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:16:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:16:26.234Z||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-03-22T11:16:26.234Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:16:26.234Z||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-03-22T11:16:26.235Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:16:26.240Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-22T11:16:36.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:16:36.865Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:17:26.217Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:17:26.218Z||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-03-22T11:17:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:17:26.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:17:26.222Z||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-03-22T11:17:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:17:36.340Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:17:36.377Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:18:26.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:18:26.218Z||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-03-22T11:18:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:18:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:18:26.222Z||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-03-22T11:18:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:18:35.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:18:35.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:19:26.217Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:19:26.219Z||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-03-22T11:19:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:19:26.222Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:19:26.223Z||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-03-22T11:19:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:19:35.991Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:19:35.992Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:20:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:20:26.220Z||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-03-22T11:20:26.220Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:20:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:20:26.222Z||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-03-22T11:20:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:20:35.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:20:35.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:21:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:21:26.218Z||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-03-22T11:21:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:21:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:21:26.222Z||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-03-22T11:21:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:21:35.796Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:21:35.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:22:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:22:26.218Z||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-03-22T11:22:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:22:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:22:26.222Z||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-03-22T11:22:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:22:35.792Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:22:35.792Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:23:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:23:26.218Z||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-03-22T11:23:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:23:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:23:26.223Z||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-03-22T11:23:26.224Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:23:35.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:23:35.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:24:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:24:26.219Z||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-03-22T11:24:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:24:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:24:26.222Z||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-03-22T11:24:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:24:35.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:24:35.796Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:25:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:25:26.220Z||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-03-22T11:25:26.220Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:25:26.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:25:26.222Z||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-03-22T11:25:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:25:35.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:25:35.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:26:13.795Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-22T11:26:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:26:26.218Z||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-03-22T11:26:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:26:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:26:26.222Z||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-03-22T11:26:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:26:35.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:26:35.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:27:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:27:26.219Z||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-03-22T11:27:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:27:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:27:26.223Z||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-03-22T11:27:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:27:35.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:27:35.905Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:28:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:28:26.220Z||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-03-22T11:28:26.220Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:28:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:28:26.222Z||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-03-22T11:28:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:28:35.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:28:35.827Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:29:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:29:26.218Z||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-03-22T11:29:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:29:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:29:26.222Z||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-03-22T11:29:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:29:35.821Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:29:35.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:30:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:30:26.218Z||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-03-22T11:30:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:30:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:30:26.221Z||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-03-22T11:30:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:30:35.788Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:30:35.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:31:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:31:26.218Z||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-03-22T11:31:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:31:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:31:26.221Z||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-03-22T11:31:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:31:35.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:31:35.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:32:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:32:26.218Z||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-03-22T11:32:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:32:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:32:26.221Z||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-03-22T11:32:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:32:35.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:32:35.798Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:33:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:33:26.220Z||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-03-22T11:33:26.220Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:33:26.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:33:26.222Z||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-03-22T11:33:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:33:35.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:33:35.787Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:34:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:34:26.219Z||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-03-22T11:34:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:34:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:34:26.222Z||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-03-22T11:34:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:34:35.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:34:35.798Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:35:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:35:26.218Z||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-03-22T11:35:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:35:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:35:26.222Z||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-03-22T11:35:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:35:35.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:35:35.787Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:36:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:36:26.218Z||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-03-22T11:36:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:36:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:36:26.222Z||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-03-22T11:36:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:36:35.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:36:35.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:37:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:37:26.218Z||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-03-22T11:37:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:37:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:37:26.221Z||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-03-22T11:37:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:37:35.799Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:37:35.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:38:26.218Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:38:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:38:26.221Z||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-03-22T11:38:26.221Z||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-03-22T11:38:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:38:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:38:35.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:38:35.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:39:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:39:26.218Z||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-03-22T11:39:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:39:26.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:39:26.222Z||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-03-22T11:39:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:39:35.796Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:39:35.804Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:40:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:40:26.218Z||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-03-22T11:40:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:40:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:40:26.221Z||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-03-22T11:40:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:40:35.782Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:40:35.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:41:26.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:41:26.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:41:26.219Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:41:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:41:26.222Z||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-03-22T11:41:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:41:35.789Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:41:35.795Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:42:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:42:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:42:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:42:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:42:26.223Z||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-03-22T11:42:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:42:35.784Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:42:35.790Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:43:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:43:26.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:43:26.220Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:43:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:43:26.222Z||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-03-22T11:43:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:43:35.783Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:43:35.796Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:44:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:44:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:44:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:44:26.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:44:26.221Z||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-03-22T11:44:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:44:35.798Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:44:35.806Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:45:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:45:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:45:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:45:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:45:26.221Z||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-03-22T11:45:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:45:35.791Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:45:35.792Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:46:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:46:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:46:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:46:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:46:26.221Z||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-03-22T11:46:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:46:35.797Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:46:35.804Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:47:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:47:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:47:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:47:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:47:26.222Z||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-03-22T11:47:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:47:35.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:47:35.777Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:48:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:48:26.220Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:48:26.220Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:48:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:48:26.221Z||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-03-22T11:48:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:48:35.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:48:35.790Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:49:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:49:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:49:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:49:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:49:26.222Z||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-03-22T11:49:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:49:35.780Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:49:35.787Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:50:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:50:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:50:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:50:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:50:26.221Z||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-03-22T11:50:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:50:35.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:50:35.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:51:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:51:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:51:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:51:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:51:26.221Z||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-03-22T11:51:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:51:35.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:51:35.784Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:52:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:52:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:52:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:52:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:52:26.222Z||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-03-22T11:52:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:52:35.796Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:52:35.799Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:53:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:53:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:53:26.222Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:53:26.222Z||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-03-22T11:53:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:53:26.222Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:53:35.794Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:53:35.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:54:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:54:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:54:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:54:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:54:26.222Z||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-03-22T11:54:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:54:35.781Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:54:35.788Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:55:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:55:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:55:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:55:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:55:26.222Z||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-03-22T11:55:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:55:35.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:55:35.777Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:56:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:56:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:56:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:56:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:56:26.222Z||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-03-22T11:56:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:56:35.845Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:56:35.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:57:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:57:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:57:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:57:26.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:57:26.221Z||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-03-22T11:57:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:57:35.782Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:57:35.784Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:58:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:58:26.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:58:26.219Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:58:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:58:26.222Z||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-03-22T11:58:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:58:35.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:58:35.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:59:26.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:59:26.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:59:26.221Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T11:59:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:59:26.221Z||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-03-22T11:59:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T11:59:35.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:59:35.793Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:00:26.217Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:00:26.218Z||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-03-22T12:00:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:00:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:00:26.222Z||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-03-22T12:00:26.224Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:00:35.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:00:35.791Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:01:26.217Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:01:26.218Z||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-03-22T12:01:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:01:26.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:01:26.222Z||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-03-22T12:01:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:01:35.784Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:01:35.785Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:26.217Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:02:26.218Z||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-03-22T12:02:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:02:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:02:26.221Z||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-03-22T12:02:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:02:35.783Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:35.784Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:03:26.217Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:03:26.218Z||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-03-22T12:03:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:03:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:03:26.221Z||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-03-22T12:03:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:03:35.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:03:35.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:04:26.217Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:04:26.220Z||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-03-22T12:04:26.220Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:04:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:04:26.221Z||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-03-22T12:04:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:04:35.790Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:04:35.794Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:26.217Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:05:26.218Z||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-03-22T12:05:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:05:26.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:05:26.222Z||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-03-22T12:05:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:05:35.791Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:35.793Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:06:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:06:26.218Z||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-03-22T12:06:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:06:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:06:26.222Z||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-03-22T12:06:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:06:35.787Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:06:35.796Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:07:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:07:26.218Z||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-03-22T12:07:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:07:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:07:26.221Z||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-03-22T12:07:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:07:35.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:07:35.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:08:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:08:26.218Z||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-03-22T12:08:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:08:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:08:26.221Z||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-03-22T12:08:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:08:35.784Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:08:35.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:09:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:09:26.218Z||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-03-22T12:09:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:09:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:09:26.222Z||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-03-22T12:09:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:09:35.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:09:35.785Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:10:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:10:26.220Z||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-03-22T12:10:26.220Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:10:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:10:26.221Z||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-03-22T12:10:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:10:35.787Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:10:35.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:11:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:11:26.218Z||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-03-22T12:11:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:11:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:11:26.221Z||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-03-22T12:11:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:11:35.788Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:11:35.788Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:12:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:12:26.218Z||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-03-22T12:12:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:12:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:12:26.221Z||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-03-22T12:12:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:12:35.771Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:12:35.791Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:13:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:13:26.218Z||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-03-22T12:13:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:13:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:13:26.222Z||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-03-22T12:13:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:13:35.797Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:13:35.807Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:14:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:14:26.218Z||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-03-22T12:14:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:14:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:14:26.222Z||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-03-22T12:14:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:14:35.791Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:14:35.793Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:15:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:15:26.218Z||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-03-22T12:15:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:15:26.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:15:26.221Z||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-03-22T12:15:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:15:35.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:15:35.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:16:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:16:26.219Z||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-03-22T12:16:26.220Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:16:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:16:26.222Z||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-03-22T12:16:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:16:35.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:16:35.796Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:17:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:17:26.218Z||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-03-22T12:17:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:17:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:17:26.222Z||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-03-22T12:17:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:17:35.793Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:17:35.795Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:18:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:18:26.218Z||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-03-22T12:18:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:18:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:18:26.221Z||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-03-22T12:18:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:18:35.775Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:18:35.784Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:19:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:19:26.218Z||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-03-22T12:19:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:19:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:19:26.222Z||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-03-22T12:19:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:19:35.810Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:19:35.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:20:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:20:26.218Z||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-03-22T12:20:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:20:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:20:26.222Z||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-03-22T12:20:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:20:35.824Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:20:35.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:21:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:21:26.218Z||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-03-22T12:21:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:21:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:21:26.221Z||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-03-22T12:21:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:21:35.800Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:21:35.805Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:22:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:22:26.219Z||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-03-22T12:22:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:22:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:22:26.221Z||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-03-22T12:22:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:22:35.783Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:22:35.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:23:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:23:26.218Z||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-03-22T12:23:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:23:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:23:26.222Z||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-03-22T12:23:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:23:35.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:23:35.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:24:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:24:26.218Z||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-03-22T12:24:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:24:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:24:26.222Z||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-03-22T12:24:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:24:35.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:24:35.787Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:25:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:25:26.218Z||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-03-22T12:25:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:25:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:25:26.222Z||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-03-22T12:25:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:25:35.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:25:35.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:26:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:26:26.218Z||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-03-22T12:26:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:26:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:26:26.221Z||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-03-22T12:26:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:26:35.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:26:35.800Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:27:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:27:26.221Z||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-03-22T12:27:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:27:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:27:26.221Z||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-03-22T12:27:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:27:35.787Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:27:35.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:28:26.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:28:26.218Z||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-03-22T12:28:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:28:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:28:26.221Z||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-03-22T12:28:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:28:35.790Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:28:35.790Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:29:26.217Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:29:26.218Z||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-03-22T12:29:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:29:26.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:29:26.221Z||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-03-22T12:29:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:29:35.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:29:35.842Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:30:26.217Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:30:26.218Z||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-03-22T12:30:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:30:26.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:30:26.221Z||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-03-22T12:30:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:30:35.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:30:35.800Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:31:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:31:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:31:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:31:26.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:31:26.221Z||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-03-22T12:31:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:31:35.791Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:31:35.792Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:32:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:32:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:32:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:32:26.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:32:26.221Z||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-03-22T12:32:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:32:35.789Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:32:35.802Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:33:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:33:26.220Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:33:26.220Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:33:26.222Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:33:26.222Z||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-03-22T12:33:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:33:35.787Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:33:35.800Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:34:26.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:34:26.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:34:26.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:34:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:34:26.221Z||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-03-22T12:34:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:34:35.783Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:34:35.793Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:35:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:35:26.219Z||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-03-22T12:35:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:35:26.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:35:26.222Z||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-03-22T12:35:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:35:35.792Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:35:35.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:36:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:36:26.218Z||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-03-22T12:36:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:36:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:36:26.221Z||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-03-22T12:36:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:36:35.795Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:36:35.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:37:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:37:26.217Z||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-03-22T12:37:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:37:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:37:26.221Z||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-03-22T12:37:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:37:35.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:37:35.774Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:38:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:38:26.218Z||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-03-22T12:38:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:38:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:38:26.222Z||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-03-22T12:38:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:38:35.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:38:35.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:39:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:39:26.219Z||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-03-22T12:39:26.219Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:39:26.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:39:26.222Z||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-03-22T12:39:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:39:35.824Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:39:35.841Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:40:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:40:26.218Z||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-03-22T12:40:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:40:26.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:40:26.222Z||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-03-22T12:40:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:40:35.787Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:40:35.801Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:41:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:41:26.218Z||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-03-22T12:41:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:41:26.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:41:26.225Z||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-03-22T12:41:26.225Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:41:35.809Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:41:35.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:26.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:42:26.218Z||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-03-22T12:42:26.218Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:42:26.221Z||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-03-22T12:42:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:26.800Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:26.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952932424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "cds",
"timestamp": 1647952932680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "ves-openapi-manager",
"timestamp": 1647952933659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "clamp",
"timestamp": 1647952935266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "policy-id",
"timestamp": 1647952938183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952932424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:42:26.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "cds",
"timestamp": 1647952932680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "ves-openapi-manager",
"timestamp": 1647952933659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "clamp",
"timestamp": 1647952935266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:42:26.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "policy-id",
"timestamp": 1647952938183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952932424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:42:26.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "cds",
"timestamp": 1647952932680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "ves-openapi-manager",
"timestamp": 1647952933659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "clamp",
"timestamp": 1647952935266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "policy-id",
"timestamp": 1647952938183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:42:26.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952932424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.846Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "cds",
"timestamp": 1647952932680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "ves-openapi-manager",
"timestamp": 1647952933659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "clamp",
"timestamp": 1647952935266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "policy-id",
"timestamp": 1647952938183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952932424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-22T12:42:26.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "cds",
"timestamp": 1647952932680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "ves-openapi-manager",
"timestamp": 1647952933659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "clamp",
"timestamp": 1647952935266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "policy-id",
"timestamp": 1647952938183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952932424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "cds",
"timestamp": 1647952932680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "ves-openapi-manager",
"timestamp": 1647952933659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "clamp",
"timestamp": 1647952935266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "policy-id",
"timestamp": 1647952938183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952932424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:42:26.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "cds",
"timestamp": 1647952932680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:42:26.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "ves-openapi-manager",
"timestamp": 1647952933659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:26.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "clamp",
"timestamp": 1647952935266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:42:26.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "policy-id",
"timestamp": 1647952938183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:42:26.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:42:26.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952945955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:42:26.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:42:26.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "cds",
"timestamp": 1647952945872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:42:26.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:42:26.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "policy-id",
"timestamp": 1647952946102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:42:26.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:42:26.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "cds",
"timestamp": 1647952946904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-22T12:42:26.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:26.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T12:42:26.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"51e85edb-b904-4d0b-bba0-b9b8be48b119","serviceName":"basic_onboard_UwiADq","serviceVersion":"1.0","serviceUUID":"0450ffb8-d1e8-4541-a555-999f71c8aa2f","serviceDescription":"service","serviceInvariantUUID":"e19cab5a-0543-4b46-8445-3369e23cc3fa","resources":[{"resourceInstanceName":"basic_onboard_UwiADq 0","resourceName":"basic_onboard_UwiADq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79276ad6-a25c-401b-9045-61c552356df6","resourceInvariantUUID":"8625cbb8-2903-4ddd-a9e4-655d69095dff","resourceCustomizationUUID":"23fa29e4-a35b-480d-a825-1658265b9fbd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml","artifactChecksum":"MzRkN2Q5MzE3OTMxMWY5ODI4NDk4OWZjYTc0MDZlYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2cb88d7d-075d-4c1b-93a3-11fbdf1ce7f5","artifactVersion":"1"},{"artifactName":"basic_onboard_uwiadq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json","artifactChecksum":"ZjU0MWE5YjNhZGY2NTVmNGI3NzQwZDNlM2ExOGFiNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ecb673e-89eb-490a-b7e5-945c049e6879","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"813edccf-fd09-4b47-95d7-47a70383ced6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e428659-d658-4223-970e-6407c716539b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"11205c2e-7772-4e7a-ac7f-77c96cecde1b","artifactVersion":"2","generatedFromUUID":"813edccf-fd09-4b47-95d7-47a70383ced6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUwiadq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml","artifactChecksum":"MTJiNzVlNWQ3NjM1MTI3ZTk4NTBjYjNkYmU0NGYwMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16a84c29-94de-4681-8996-c8e19fc9bdb0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUwiadq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar","artifactChecksum":"MzE5OTc4OWNkODI5YTBhMzZlZGYwZGNhODA0M2VkMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e187f5f-80ef-4267-927f-ebb190267bb6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:42:26.920Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:42:26.929Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:42:26.945Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:26.946Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952946217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
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-03-22T12:42:27.045Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-22T12:42:27.051Z||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-03-22T12:42:27.051Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:27.067Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:27.068Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:42:27.136Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51e85edb-b904-4d0b-bba0-b9b8be48b119
2022-03-22T12:42:27.169Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e85edb-b904-4d0b-bba0-b9b8be48b119 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-03-22T12:42:27.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:27.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952947065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:42:27.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:42:27.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:42:27.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "policy-id",
"timestamp": 1647952947112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:42:27.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:42:27.955Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:42:27.956Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:27.960Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:27.961Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952946217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:42:28.060Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:42:28.062Z||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-03-22T12:42:28.062Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:28.092Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:28.093Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:42:28.962Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:42:28.963Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:28.966Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:28.967Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952946217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:42:29.067Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:42:29.067Z||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-03-22T12:42:29.068Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:29.083Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:29.084Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:29.967Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:42:29.968Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:29.970Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:29.971Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952946217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:30.071Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:30.073Z||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-03-22T12:42:30.073Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:30.087Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:30.088Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:30.971Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:42:30.972Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:30.974Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:30.974Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952946217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-22T12:42:31.074Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:31.076Z||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-03-22T12:42:31.076Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:31.090Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:31.091Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:31.975Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:42:31.976Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:31.978Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:31.978Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952946217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:42:32.078Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:32.079Z||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-03-22T12:42:32.079Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:32.094Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:32.094Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:32.980Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:42:32.981Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:32.985Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:32.985Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952946217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:42:33.086Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:42:33.087Z||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-03-22T12:42:33.087Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:33.114Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:33.115Z||pool-9-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:33.989Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"serviceName": "basic_onboard_UwiADq",
"serviceVersion": "1.0",
"serviceUUID": "0450ffb8-d1e8-4541-a555-999f71c8aa2f",
"serviceDescription": "service",
"serviceInvariantUUID": "e19cab5a-0543-4b46-8445-3369e23cc3fa",
"resources": [
{
"resourceInstanceName": "basic_onboard_UwiADq 0",
"resourceCustomizationUUID": "23fa29e4-a35b-480d-a825-1658265b9fbd",
"resourceName": "basic_onboard_UwiADq",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "79276ad6-a25c-401b-9045-61c552356df6",
"resourceInvariantUUID": "8625cbb8-2903-4ddd-a9e4-655d69095dff",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_uwiadq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"artifactChecksum": "ZjU0MWE5YjNhZGY2NTVmNGI3NzQwZDNlM2ExOGFiNzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8ecb673e-89eb-490a-b7e5-945c049e6879",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "813edccf-fd09-4b47-95d7-47a70383ced6",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "11205c2e-7772-4e7a-ac7f-77c96cecde1b",
"generatedFromUUID": "813edccf-fd09-4b47-95d7-47a70383ced6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "11205c2e-7772-4e7a-ac7f-77c96cecde1b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardUwiadq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"artifactChecksum": "MzE5OTc4OWNkODI5YTBhMzZlZGYwZGNhODA0M2VkMzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1e187f5f-80ef-4267-927f-ebb190267bb6"
}
],
"workloadContext": "Production"
}
2022-03-22T12:42:33.991Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:42:33.992Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0450ffb8-d1e8-4541-a555-999f71c8aa2f ASDC
2022-03-22T12:42:34.183Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:51e85edb-b904-4d0b-bba0-b9b8be48b119
ServiceName:basic_onboard_UwiADq
ServiceVersion:1.0
ServiceUUID:0450ffb8-d1e8-4541-a555-999f71c8aa2f
ServiceInvariantUUID:e19cab5a-0543-4b46-8445-3369e23cc3fa
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUwiadq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar
ArtifactUUID:1e187f5f-80ef-4267-927f-ebb190267bb6
ArtifactChecksum:MzE5OTc4OWNkODI5YTBhMzZlZGYwZGNhODA0M2VkMzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UwiADq 0
ResourceCustomizationUUID:23fa29e4-a35b-480d-a825-1658265b9fbd
ResourceInvariantUUID:8625cbb8-2903-4ddd-a9e4-655d69095dff
ResourceName:basic_onboard_UwiADq
ResourceType:VF
ResourceUUID:79276ad6-a25c-401b-9045-61c552356df6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_uwiadq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json
ArtifactUUID:8ecb673e-89eb-490a-b7e5-945c049e6879
ArtifactChecksum:ZjU0MWE5YjNhZGY2NTVmNGI3NzQwZDNlM2ExOGFiNzQ=
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/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:813edccf-fd09-4b47-95d7-47a70383ced6
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/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env
ArtifactUUID:11205c2e-7772-4e7a-ac7f-77c96cecde1b
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/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env
ArtifactUUID:11205c2e-7772-4e7a-ac7f-77c96cecde1b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-22T12:42:34.186Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0450ffb8-d1e8-4541-a555-999f71c8aa2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T12:42:34.276Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:42:34.277Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T12:42:34.279Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T12:42:34.280Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1e187f5f-80ef-4267-927f-ebb190267bb6 from URL: /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:34.280Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T12:42:34.282Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:34.645Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T12:42:34.669Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar 1e187f5f-80ef-4267-927f-ebb190267bb6 71586
2022-03-22T12:42:34.671Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar ASDC sendASDCNotification
2022-03-22T12:42:34.671Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:34.672Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:42:34.673Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:34.676Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:34.676Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952954669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:42:34.776Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:34.777Z||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-03-22T12:42:34.777Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:34.795Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:34.795Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:42:35.678Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:42:35.685Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T12:42:35.686Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1e187f5f-80ef-4267-927f-ebb190267bb6, URL: /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar to file: /app/ASDC/1/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:35.687Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:35.881Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:35.881Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:36.621Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10291746829752579879/Definitions/service-BasicOnboardUwiadq-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-03-22T12:42:38.962Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:42:38.971Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-22T12:42:38.971Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.971Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-22T12:42:38.972Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||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-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.972Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||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-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.972Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||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-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.972Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||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-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.972Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.973Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UwiADq 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-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.973Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.973Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||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-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.973Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||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-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:38.974Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-22T12:42:38.981Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:38.982Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:38.987Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:38.987Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-22T12:42:38.989Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:42:38.991Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:38.992Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:38.992Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:38.992Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-22T12:42:38.992Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:42:38.993Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:38.993Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:38.999Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:38.999Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is not matching search criteria
2022-03-22T12:42:38.999Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-22T12:42:39.000Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-22T12:42:39.000Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-22T12:42:39.000Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T12:42:39.001Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:42:39.001Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:39.001Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:42:39.003Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:39.003Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:39.004Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:42:39.004Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:39.004Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:39.005Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:42:39.005Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:39.005Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:39.006Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:42:39.006Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:39.006Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is not matching search criteria
2022-03-22T12:42:39.007Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T12:42:39.007Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T12:42:39.007Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=45a6f8de-2b21-49f1-b9fc-d6dd6231bd60
2022-03-22T12:42:39.008Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:39.008Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:39.008Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:39.008Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:39.009Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:39.009Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:39.010Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:39.011Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:39.011Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_UwiADq
Description:service
Model UUID:0450ffb8-d1e8-4541-a555-999f71c8aa2f
Model Version:NULL
Model InvariantUuid:e19cab5a-0543-4b46-8445-3369e23cc3fa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_UwiADq
Model UUID:2e096356-238c-4061-bc6c-12d6baca4f1b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8625cbb8-2903-4ddd-a9e4-655d69095dff
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:23fa29e4-a35b-480d-a825-1658265b9fbd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9799e54a-a32f-4641-98ab-4d15a7e9f2e1
ModelName:BasicOnboardUwiadq..base_ubuntu18..module-0
ModelUuid:03e3ca84-75d7-401e-b92a-62ee2da9b266
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:45a6f8de-2b21-49f1-b9fc-d6dd6231bd60
ModelInvariantUuid:1e7de13d-d2d8-4dd8-9bcb-25bb44fd55f8
ModelName:basic_onboard_UwiADq-nodes.ubuntu18Cvfc
ModelUuid:082ae399-c812-4227-b0da-38f1ce1fa502
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d28ebf38-c908-4281-b681-95ca8897e8ae
ModelInvariantUuid:6062dd6b-cda1-4e88-aab2-a0943ef783cd
ModelName:BasicOnboardUwiadq.compute.nodes.heat.ubuntu18
ModelUuid:46f0249a-9f0f-4c4d-a03c-f4078a08ecb2
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-03-22T12:42:39.026Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 79276ad6-a25c-401b-9045-61c552356df6
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-03-22T12:42:39.168Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||basic_onboard_UwiADq 0
2022-03-22T12:42:39.175Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79276ad6-a25c-401b-9045-61c552356df6
2022-03-22T12:42:39.176Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8ecb673e-89eb-490a-b7e5-945c049e6879 from URL: /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json
2022-03-22T12:42:39.176Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T12:42:39.176Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json
2022-03-22T12:42:40.398Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T12:42:40.399Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json 8ecb673e-89eb-490a-b7e5-945c049e6879 798
2022-03-22T12:42:40.400Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json ASDC sendASDCNotification
2022-03-22T12:42:40.400Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json
2022-03-22T12:42:40.400Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:42:40.401Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:40.404Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:40.404Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952960400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:42:40.504Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:40.505Z||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-03-22T12:42:40.505Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:40.521Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:40.522Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:41.406Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUwiadq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9799e54a-a32f-4641-98ab-4d15a7e9f2e1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "03e3ca84-75d7-401e-b92a-62ee2da9b266",
"vfModuleModelCustomizationUUID": "422945fa-54b5-4a5c-a7ba-842f4c67e1d5",
"isBase": true,
"artifacts": [
"813edccf-fd09-4b47-95d7-47a70383ced6",
"11205c2e-7772-4e7a-ac7f-77c96cecde1b"
],
"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-03-22T12:42:41.421Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUwiadq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03e3ca84-75d7-401e-b92a-62ee2da9b266
VfModuleModelInvariantUUID:9799e54a-a32f-4641-98ab-4d15a7e9f2e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
813edccf-fd09-4b47-95d7-47a70383ced6
,
11205c2e-7772-4e7a-ac7f-77c96cecde1b
}
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-03-22T12:42:41.424Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUwiadq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9799e54a-a32f-4641-98ab-4d15a7e9f2e1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "03e3ca84-75d7-401e-b92a-62ee2da9b266",
"vfModuleModelCustomizationUUID": "422945fa-54b5-4a5c-a7ba-842f4c67e1d5",
"isBase": true,
"artifacts": [
"813edccf-fd09-4b47-95d7-47a70383ced6",
"11205c2e-7772-4e7a-ac7f-77c96cecde1b"
],
"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-03-22T12:42:41.424Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUwiadq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03e3ca84-75d7-401e-b92a-62ee2da9b266
VfModuleModelInvariantUUID:9799e54a-a32f-4641-98ab-4d15a7e9f2e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
813edccf-fd09-4b47-95d7-47a70383ced6
,
11205c2e-7772-4e7a-ac7f-77c96cecde1b
}
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-03-22T12:42:41.424Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 813edccf-fd09-4b47-95d7-47a70383ced6 from URL: /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml
2022-03-22T12:42:41.425Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T12:42:41.425Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml
2022-03-22T12:42:41.894Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T12:42:41.894Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml 813edccf-fd09-4b47-95d7-47a70383ced6 5033
2022-03-22T12:42:41.895Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-22T12:42:41.895Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml
2022-03-22T12:42:41.895Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:42:41.895Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:41.898Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:41.898Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952961895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:42:41.998Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:41.999Z||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-03-22T12:42:41.999Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:42.011Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:42.012Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:42.899Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11205c2e-7772-4e7a-ac7f-77c96cecde1b from URL: /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env
2022-03-22T12:42:42.900Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T12:42:42.900Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env
2022-03-22T12:42:43.709Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T12:42:43.710Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env 11205c2e-7772-4e7a-ac7f-77c96cecde1b 909
2022-03-22T12:42:43.710Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-22T12:42:43.710Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env
2022-03-22T12:42:43.710Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:42:43.711Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:43.717Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:43.717Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952963710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:42:43.813Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-22T12:42:43.814Z||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-03-22T12:42:43.815Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:43.829Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:43.830Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:44.718Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0450ffb8-d1e8-4541-a555-999f71c8aa2f
2022-03-22T12:42:44.719Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UwiADq 0 79276ad6-a25c-401b-9045-61c552356df6 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-03-22T12:42:44.778Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ef23e52, org.onap.sdc.toscaparser.api.parameters.Input@6f199244, org.onap.sdc.toscaparser.api.parameters.Input@14928c23, org.onap.sdc.toscaparser.api.parameters.Input@3b0634b3, org.onap.sdc.toscaparser.api.parameters.Input@54e98d2f]
2022-03-22T12:42:44.786Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:44.787Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.787Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-03-22T12:42:44.787Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 23fa29e4-a35b-480d-a825-1658265b9fbd
2022-03-22T12:42:44.788Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 23fa29e4-a35b-480d-a825-1658265b9fbd matches Tosca VF Customization UUID: 23fa29e4-a35b-480d-a825-1658265b9fbd
2022-03-22T12:42:44.788Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 23fa29e4-a35b-480d-a825-1658265b9fbd 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-03-22T12:42:44.800Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:44.800Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.803Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 23fa29e4-a35b-480d-a825-1658265b9fbd: {\"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-03-22T12:42:44.804Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4193097a
2022-03-22T12:42:44.804Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:44.805Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:42:44.807Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 422945fa-54b5-4a5c-a7ba-842f4c67e1d5
2022-03-22T12:42:44.809Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 422945fa-54b5-4a5c-a7ba-842f4c67e1d5
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-03-22T12:42:44.823Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:44.824Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:44.824Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:42:44.826Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:44.826Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:44.827Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:42:44.827Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:44.827Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is not matching search criteria
2022-03-22T12:42:44.828Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T12:42:44.828Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T12:42:44.828Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=45a6f8de-2b21-49f1-b9fc-d6dd6231bd60
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-03-22T12:42:44.865Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:44.866Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:44.867Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:42:44.867Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:44.867Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UwiADq 0 is matching search criteria
2022-03-22T12:42:44.868Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UwiADq 0] matching following query criteria: sdcType=VF, customizationUUID=23fa29e4-a35b-480d-a825-1658265b9fbd
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-03-22T12:42:44.872Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:44.872Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.873Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0450ffb8-d1e8-4541-a555-999f71c8aa2f: basic_onboard_UwiADq
2022-03-22T12:42:44.873Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:44.873Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.875Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:44.875Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.875Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:44.878Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.878Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:44.879Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.879Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:42:44.879Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UwiADq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:42:44.880Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_UwiADq
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-03-22T12:42:45.167Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UwiADq 79276ad6-a25c-401b-9045-61c552356df6 1 ASDC deployResourceStructure
2022-03-22T12:42:45.168Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json ASDC sendASDCNotification
2022-03-22T12:42:45.168Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json
2022-03-22T12:42:45.169Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:42:45.169Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:45.171Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:45.172Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952965168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T12:42:45.272Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:45.273Z||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-03-22T12:42:45.273Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:45.374Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:45.375Z||pool-14-thread-1|||||INFO|500||cambria reply ok (103 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:42:46.173Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-22T12:42:46.173Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml
2022-03-22T12:42:46.173Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:42:46.174Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:46.175Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:46.176Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952966173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-22T12:42:46.276Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:42:46.277Z||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-03-22T12:42:46.277Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:46.295Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:46.296Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:42:47.177Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-22T12:42:47.177Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env
2022-03-22T12:42:47.177Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:42:47.178Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:47.181Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:47.181Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952967177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-22T12:42:47.280Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-22T12:42:47.281Z||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-03-22T12:42:47.282Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:47.298Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:47.300Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:48.188Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar ASDC sendASDCNotification
2022-03-22T12:42:48.188Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar
2022-03-22T12:42:48.188Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:42:48.189Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:42:48.191Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:42:48.191Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952968188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:42:48.291Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:42:48.292Z||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-03-22T12:42:48.293Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:42:48.318Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:42:48.319Z||pool-17-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:42:49.193Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
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-03-22T12:42:49.225Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
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-03-22T12:42:49.228Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:42:49.229Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:42:49.229Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:43:19.230Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
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-03-22T12:43:19.238Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
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-03-22T12:43:19.241Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:43:19.242Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:43:19.242Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:43:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:43:26.222Z||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-03-22T12:43:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:43:26.254Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:43:26.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:43:26.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952948143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:43:26.258Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:43:49.242Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
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-03-22T12:43:49.260Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
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-03-22T12:43:49.262Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:43:49.263Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:43:49.263Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:44:19.264Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
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-03-22T12:44:19.282Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
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-03-22T12:44:19.287Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:44:19.287Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:44:19.287Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:44:26.222Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:44:26.223Z||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-03-22T12:44:26.223Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:44:26.254Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:44:26.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:44:26.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "policy-id",
"timestamp": 1647952948116,
"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-03-22T12:44:26.268Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51e85edb-b904-4d0b-bba0-b9b8be48b119
2022-03-22T12:44:26.268Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e85edb-b904-4d0b-bba0-b9b8be48b119 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-03-22T12:44:49.287Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
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-03-22T12:44:49.302Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
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-03-22T12:44:49.306Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:44:49.307Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:44:49.307Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:45:19.307Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
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-03-22T12:45:19.321Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
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-03-22T12:45:19.327Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:45:19.327Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:45:19.335Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:45:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:45:26.222Z||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-03-22T12:45:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:45:26.303Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:45:26.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952946217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952949269,
"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-03-22T12:45:26.830Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51e85edb-b904-4d0b-bba0-b9b8be48b119
2022-03-22T12:45:26.831Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e85edb-b904-4d0b-bba0-b9b8be48b119 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-03-22T12:45:26.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952946217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:45:26.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "cds",
"timestamp": 1647952947920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952950275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T12:45:26.846Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952946217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:45:26.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "cds",
"timestamp": 1647952947920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952946217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "cds",
"timestamp": 1647952947920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952946217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-22T12:45:26.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "cds",
"timestamp": 1647952947920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952952425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952946217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "cds",
"timestamp": 1647952947920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952952425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952953439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1647952953656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952946217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "cds",
"timestamp": 1647952947920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "aai-ml",
"timestamp": 1647952953819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952952425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952953439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1647952953656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "cds",
"timestamp": 1647952947920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "aai-ml",
"timestamp": 1647952953819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952952425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952954669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952953439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1647952953656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "aai-ml",
"timestamp": 1647952953819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "cds",
"timestamp": 1647952956863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952952425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-22T12:45:26.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952953439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1647952953656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "aai-ml",
"timestamp": 1647952953819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "cds",
"timestamp": 1647952957869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:45:26.883Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cbd450c6-1f49-450a-afba-8f1861cbdcdc
2022-03-22T12:45:26.884Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd450c6-1f49-450a-afba-8f1861cbdcdc 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-03-22T12:45:26.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952952425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952953439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1647952953656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "aai-ml",
"timestamp": 1647952953819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "policy-id",
"timestamp": 1647952958183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952952425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:45:26.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952953439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1647952953656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "aai-ml",
"timestamp": 1647952953819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "policy-id",
"timestamp": 1647952958183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "clamp",
"timestamp": 1647952960163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.898Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952953439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:45:26.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1647952953656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "aai-ml",
"timestamp": 1647952953819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:45:26.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "policy-id",
"timestamp": 1647952958183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:45:26.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952961107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "clamp",
"timestamp": 1647952961273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "policy-id",
"timestamp": 1647952958183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952960400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "clamp",
"timestamp": 1647952962279,
"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-03-22T12:45:26.916Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 51e85edb-b904-4d0b-bba0-b9b8be48b119
2022-03-22T12:45:26.916Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e85edb-b904-4d0b-bba0-b9b8be48b119 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-03-22T12:45:26.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952962367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "aai-ml",
"timestamp": 1647952962735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "policy-id",
"timestamp": 1647952958183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952963115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952961895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "policy-id",
"timestamp": 1647952958183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952964415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "policy-id",
"timestamp": 1647952958183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952963710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952965458,
"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-03-22T12:45:26.933Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbd450c6-1f49-450a-afba-8f1861cbdcdc
2022-03-22T12:45:26.933Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd450c6-1f49-450a-afba-8f1861cbdcdc 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-03-22T12:45:26.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "clamp",
"timestamp": 1647952965266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "policy-id",
"timestamp": 1647952966405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647952966464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952965168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/basic_onboard_uwiadq0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T12:45:26.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "clamp",
"timestamp": 1647952965266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:45:26.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "policy-id",
"timestamp": 1647952967410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:45:26.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952966173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-22T12:45:26.959Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "clamp",
"timestamp": 1647952965266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "policy-id",
"timestamp": 1647952968418,
"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-03-22T12:45:26.969Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbd450c6-1f49-450a-afba-8f1861cbdcdc
2022-03-22T12:45:26.969Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd450c6-1f49-450a-afba-8f1861cbdcdc 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-03-22T12:45:26.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952967177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/resourceInstances/basic_onboard_uwiadq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-22T12:45:26.979Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952968673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:45:26.979Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "clamp",
"timestamp": 1647952965266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647952968188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:45:26.980Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:26.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952969680,
"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-03-22T12:45:26.989Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51e85edb-b904-4d0b-bba0-b9b8be48b119
2022-03-22T12:45:26.989Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e85edb-b904-4d0b-bba0-b9b8be48b119 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-03-22T12:45:26.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "clamp",
"timestamp": 1647952965266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952953439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:26.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:26.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "clamp",
"timestamp": 1647952965266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:26.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952953439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "clamp",
"timestamp": 1647952965266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952953439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:27.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952953439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:27.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952953439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:27.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952953439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:27.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952953439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:45:27.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:27.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952977914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:45:27.008Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:27.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "aai-ml",
"timestamp": 1647952979059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwiadq/1.0/artifacts/service-BasicOnboardUwiadq-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-22T12:45:27.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:27.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "aai-ml",
"timestamp": 1647952980068,
"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-03-22T12:45:27.017Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 51e85edb-b904-4d0b-bba0-b9b8be48b119
2022-03-22T12:45:27.017Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e85edb-b904-4d0b-bba0-b9b8be48b119 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-03-22T12:45:27.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "aai-ml",
"timestamp": 1647952953819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:27.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "aai-ml",
"timestamp": 1647952953819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:27.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952982136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:45:27.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:27.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "aai-ml",
"timestamp": 1647952953819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:27.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647952983140,
"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-03-22T12:45:27.033Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cbd450c6-1f49-450a-afba-8f1861cbdcdc
2022-03-22T12:45:27.033Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd450c6-1f49-450a-afba-8f1861cbdcdc 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-03-22T12:45:27.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "aai-ml",
"timestamp": 1647952953819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:27.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "aai-ml",
"timestamp": 1647952953819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:27.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "clamp",
"timestamp": 1647952985154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:45:27.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:27.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "aai-ml",
"timestamp": 1647952953819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:45:27.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:27.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "aai-ml",
"timestamp": 1647952953819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:45:27.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:45:27.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "clamp",
"timestamp": 1647952987166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:45:27.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:27.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "clamp",
"timestamp": 1647952988171,
"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-03-22T12:45:27.049Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cbd450c6-1f49-450a-afba-8f1861cbdcdc
2022-03-22T12:45:27.049Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd450c6-1f49-450a-afba-8f1861cbdcdc 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-03-22T12:45:27.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "aai-ml",
"timestamp": 1647952988747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:45:27.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:27.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "aai-ml",
"timestamp": 1647953003777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-22T12:45:27.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:45:27.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:45:27.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "aai-ml",
"timestamp": 1647953004784,
"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-03-22T12:45:27.073Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of cbd450c6-1f49-450a-afba-8f1861cbdcdc
2022-03-22T12:45:27.073Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd450c6-1f49-450a-afba-8f1861cbdcdc 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-03-22T12:45:49.337Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
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-03-22T12:45:49.354Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119
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-03-22T12:45:49.360Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:45:49.360Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:45:49.360Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:45:49.361Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:45:49.361Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-03-22T12:45:49.361Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||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-03-22T12:45:49.366Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:46:19.367Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119 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-03-22T12:46:19.389Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51e85edb-b904-4d0b-bba0-b9b8be48b119 and serviceModelVersionId: 0450ffb8-d1e8-4541-a555-999f71c8aa2f
2022-03-22T12:46:19.389Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e19cab5a-0543-4b46-8445-3369e23cc3fa
2022-03-22T12:46:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:46:26.222Z||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-03-22T12:46:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:35.804Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:46:38.107Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0
2022-03-22T12:46:38.287Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:46:38.951Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Invoke
2022-03-22T12:46:38.959Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10b096cb-ceaf-4583-b898-254ea94caf26], X-ECOMP-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], X-TransactionId=[], X-ONAP-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], Content-Type=[application/merge-patch+json]}
2022-03-22T12:46:40.514Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Invoke
2022-03-22T12:46:40.514Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c99bac8a-e341-48e1-834d-5ee4cbde7a43], X-ECOMP-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], X-TransactionId=[], X-ONAP-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], Content-Type=[application/merge-patch+json]}
2022-03-22T12:46:42.043Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Invoke
2022-03-22T12:46:42.043Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7383e66b-1497-4a2b-8a36-5fb9fc5f3440], X-ECOMP-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], X-TransactionId=[], X-ONAP-RequestID=[51e85edb-b904-4d0b-bba0-b9b8be48b119], Content-Type=[application/merge-patch+json]}
2022-03-22T12:46:43.081Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T12:46:43.082Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-03-22T12:46:43.083Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T12:46:43.083Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-03-22T12:46:43.090Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-03-22T12:46:43.091Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51e85edb-b904-4d0b-bba0-b9b8be48b119 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T12:46:43.093Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T12:46:43.093Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:43.095Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:43.096Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953203091,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T12:46:43.196Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:46:43.197Z||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-03-22T12:46:43.197Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:43.211Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:46:43.212Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 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-03-22T12:46:44.108Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:46:44.109Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-03-22T12:46:44.109Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:48.612Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:46:48.613Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||received message from topic
2022-03-22T12:46:48.614Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"cbd450c6-1f49-450a-afba-8f1861cbdcdc","serviceName":"vFW 2022-03-22 12-40-08","serviceVersion":"1.0","serviceUUID":"f9429c0a-3f82-4327-bf48-c8eaf1a40b18","serviceDescription":"catalog service description","serviceInvariantUUID":"62162083-c5a1-4014-9cc0-bafa6d6b16a4","resources":[{"resourceInstanceName":"vFW 5062fc17-a66c 0","resourceName":"vFW 5062fc17-a66c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4063bb36-90bb-4598-b5f7-5f0222b0f612","resourceInvariantUUID":"9ae29a31-3c82-46aa-ad84-82121b35dbe2","resourceCustomizationUUID":"99e10795-1638-4b61-9656-426fe1c53af7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml","artifactChecksum":"NjM2N2ZiOWE5ZTkwMzNkYzhlODA3NzQ2MmZlYzczMjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c80f8600-aa6f-40ae-9994-30f6d17985e1","artifactVersion":"1"},{"artifactName":"vfw5062fc17a66c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json","artifactChecksum":"MDgxMGZiZTFhY2QzYjEzOTVmYWY0ZjFhNzc3MTU5NWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d900f883-36da-4ac0-96ab-c7b6589cd4d4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"59837b09-3a66-494a-808c-f6b3e392d495","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml","artifactChecksum":"YmYxMmExOWJjODQzMTVlMzk3NTY2MzlmODBmY2ZiNjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"36265cf7-e259-4cb2-8f1f-8980632c349b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d458b736-f16c-45e1-82cd-123a3cc0cc7a","artifactVersion":"2","generatedFromUUID":"59837b09-3a66-494a-808c-f6b3e392d495"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220322124008-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml","artifactChecksum":"YmFlNTFhMzBjMTM5ZWM2NmI0NTc5NjI3NjYwYzkwZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8e5f7c7-97db-45a7-935b-80ddc5801a24","artifactVersion":"1"},{"artifactName":"service-Vfw20220322124008-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar","artifactChecksum":"N2NmNjg3NWMwZjJlMTU5NWVlMTVhODI0NzY2YjZmYjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b68de73d-307b-4faf-9dac-3e3b600d158f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:46:48.625Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:46:48.628Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:48.633Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:48.633Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953204108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:46:48.734Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:46:48.735Z||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-03-22T12:46:48.735Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:48.767Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:46:48.768Z||pool-19-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":16,"count":1}
2022-03-22T12:46:49.634Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:46:49.635Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:49.637Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:49.638Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953204108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:46:49.737Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:46:49.739Z||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-03-22T12:46:49.739Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:49.764Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:46:49.765Z||pool-20-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:46:50.639Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:46:50.640Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:50.643Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:50.643Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953204108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:46:50.743Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:46:50.744Z||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-03-22T12:46:50.744Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:50.764Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:46:50.765Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:46:51.643Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:46:51.644Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:51.647Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:51.647Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953204108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:46:51.748Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:46:51.749Z||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-03-22T12:46:51.749Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:51.764Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:46:51.765Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:46:52.648Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:46:52.649Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:52.651Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:52.652Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953204108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-22T12:46:52.752Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:46:52.753Z||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-03-22T12:46:52.754Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:52.771Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:46:52.772Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:46:53.653Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:46:53.654Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:53.660Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:53.661Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953204108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:46:53.757Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-22T12:46:53.759Z||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-03-22T12:46:53.759Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:53.777Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:46:53.777Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:46:54.661Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:46:54.664Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:54.667Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:54.667Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953204108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:46:54.767Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:46:54.768Z||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-03-22T12:46:54.769Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:54.786Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:46:54.786Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:46:55.669Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"serviceName": "vFW 2022-03-22 12-40-08",
"serviceVersion": "1.0",
"serviceUUID": "f9429c0a-3f82-4327-bf48-c8eaf1a40b18",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "62162083-c5a1-4014-9cc0-bafa6d6b16a4",
"resources": [
{
"resourceInstanceName": "vFW 5062fc17-a66c 0",
"resourceCustomizationUUID": "99e10795-1638-4b61-9656-426fe1c53af7",
"resourceName": "vFW 5062fc17-a66c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4063bb36-90bb-4598-b5f7-5f0222b0f612",
"resourceInvariantUUID": "9ae29a31-3c82-46aa-ad84-82121b35dbe2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw5062fc17a66c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"artifactChecksum": "MDgxMGZiZTFhY2QzYjEzOTVmYWY0ZjFhNzc3MTU5NWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d900f883-36da-4ac0-96ab-c7b6589cd4d4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "59837b09-3a66-494a-808c-f6b3e392d495",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d458b736-f16c-45e1-82cd-123a3cc0cc7a",
"generatedFromUUID": "59837b09-3a66-494a-808c-f6b3e392d495"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d458b736-f16c-45e1-82cd-123a3cc0cc7a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220322124008-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"artifactChecksum": "N2NmNjg3NWMwZjJlMTU5NWVlMTVhODI0NzY2YjZmYjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b68de73d-307b-4faf-9dac-3e3b600d158f"
}
],
"workloadContext": "Production"
}
2022-03-22T12:46:55.669Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:46:55.670Z|51e85edb-b904-4d0b-bba0-b9b8be48b119|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9429c0a-3f82-4327-bf48-c8eaf1a40b18 ASDC
2022-03-22T12:46:55.671Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||ASDC Notification:
DistributionID:cbd450c6-1f49-450a-afba-8f1861cbdcdc
ServiceName:vFW 2022-03-22 12-40-08
ServiceVersion:1.0
ServiceUUID:f9429c0a-3f82-4327-bf48-c8eaf1a40b18
ServiceInvariantUUID:62162083-c5a1-4014-9cc0-bafa6d6b16a4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220322124008-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar
ArtifactUUID:b68de73d-307b-4faf-9dac-3e3b600d158f
ArtifactChecksum:N2NmNjg3NWMwZjJlMTU5NWVlMTVhODI0NzY2YjZmYjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5062fc17-a66c 0
ResourceCustomizationUUID:99e10795-1638-4b61-9656-426fe1c53af7
ResourceInvariantUUID:9ae29a31-3c82-46aa-ad84-82121b35dbe2
ResourceName:vFW 5062fc17-a66c
ResourceType:VF
ResourceUUID:4063bb36-90bb-4598-b5f7-5f0222b0f612
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5062fc17a66c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json
ArtifactUUID:d900f883-36da-4ac0-96ab-c7b6589cd4d4
ArtifactChecksum:MDgxMGZiZTFhY2QzYjEzOTVmYWY0ZjFhNzc3MTU5NWM=
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/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml
ArtifactUUID:59837b09-3a66-494a-808c-f6b3e392d495
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/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env
ArtifactUUID:d458b736-f16c-45e1-82cd-123a3cc0cc7a
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/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env
ArtifactUUID:d458b736-f16c-45e1-82cd-123a3cc0cc7a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-22T12:46:55.671Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9429c0a-3f82-4327-bf48-c8eaf1a40b18 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T12:46:55.738Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:46:55.741Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||MSO config path is: /app
2022-03-22T12:46:55.742Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||MSO config path is: /app
2022-03-22T12:46:55.742Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Trying to download the artifact UUID: b68de73d-307b-4faf-9dac-3e3b600d158f from URL: /sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar
2022-03-22T12:46:55.742Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:46:55.742Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar
2022-03-22T12:46:56.048Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:46:56.054Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar b68de73d-307b-4faf-9dac-3e3b600d158f 98946
2022-03-22T12:46:56.055Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar ASDC sendASDCNotification
2022-03-22T12:46:56.055Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar
2022-03-22T12:46:56.055Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:46:56.056Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:46:56.058Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:46:56.058Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953216055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:46:56.158Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:46:56.159Z||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-03-22T12:46:56.160Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:46:56.182Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:46:56.183Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:46:57.059Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:46:57.061Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||MSO config path is: /app
2022-03-22T12:46:57.061Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Trying to write artifact UUID: b68de73d-307b-4faf-9dac-3e3b600d158f, URL: /sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar to file: /app/ASDC/1/service-Vfw20220322124008-csar.csar
2022-03-22T12:46:57.062Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220322124008-csar.csar
2022-03-22T12:46:57.063Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220322124008-csar.csar
2022-03-22T12:46:57.063Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220322124008-csar.csar
2022-03-22T12:46:57.415Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1251648967836363466/Definitions/service-Vfw20220322124008-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-03-22T12:47:00.160Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:47:00.161Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|WARN|500||####################################################################################################
2022-03-22T12:47:00.162Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.162Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-22T12:47:00.162Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.162Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.162Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.163Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.163Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.163Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.163Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.163Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.163Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.164Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.164Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.164Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.164Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5062fc17-a66c 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-Vfw20220322124008-csar.csar
2022-03-22T12:47:00.164Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|WARN|500||####################################################################################################
2022-03-22T12:47:00.164Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:00.165Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:00.165Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:00.165Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T12:47:00.166Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:47:00.166Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:00.166Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:00.166Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:00.167Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T12:47:00.167Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:47:00.167Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:00.167Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:00.168Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:00.168Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is not matching search criteria
2022-03-22T12:47:00.168Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:47:00.168Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:47:00.168Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:47:00.169Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.169Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.169Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.169Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:47:00.170Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:47:00.170Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:47:00.170Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.170Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.171Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:47:00.171Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.171Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:47:00.171Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.172Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:47:00.172Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:00.172Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:47:00.173Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:00.173Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:00.173Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:00.174Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:00.174Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:00.174Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:00.174Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:00.175Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:00.175Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:00.175Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:00.176Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is not matching search criteria
2022-03-22T12:47:00.176Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:47:00.176Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:47:00.176Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:47:00.177Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:47:00.177Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:47:00.177Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.178Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.178Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:47:00.178Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.178Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:47:00.178Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.179Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2719cf8e-221a-4f96-b763-1f48a413c625
2022-03-22T12:47:00.179Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:00.179Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is not matching search criteria
2022-03-22T12:47:00.180Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:47:00.180Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:47:00.180Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:47:00.180Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.181Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.181Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.181Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:47:00.181Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:47:00.182Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:47:00.182Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.182Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:47:00.182Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.183Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e1ce005e-1282-4de2-ba53-3f8c3c3d9212
2022-03-22T12:47:00.183Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:00.183Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is not matching search criteria
2022-03-22T12:47:00.183Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:47:00.183Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:47:00.184Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:47:00.184Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.184Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.184Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.184Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:47:00.184Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:47:00.185Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:47:00.185Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:00.185Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:00.185Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:47:00.186Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ad5893a0-c78f-42ba-a8ea-f5a3de5f4507
2022-03-22T12:47:00.186Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:00.186Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:00.187Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:00.187Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:00.187Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:00.187Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:00.188Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:00.188Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:00.188Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-22 12-40-08
Description:catalog service description
Model UUID:f9429c0a-3f82-4327-bf48-c8eaf1a40b18
Model Version:NULL
Model InvariantUuid:62162083-c5a1-4014-9cc0-bafa6d6b16a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 5062fc17-a66c
Model UUID:432eabb7-641a-4c3e-9864-fbe126de4694
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9ae29a31-3c82-46aa-ad84-82121b35dbe2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:99e10795-1638-4b61-9656-426fe1c53af7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:105e3c7f-a9d8-4513-8467-5ad2f50abf54
ModelName:Vfw5062fc17A66c..base_vfw..module-0
ModelUuid:53d17a2f-f4fa-442c-a252-117bafe5c115
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2719cf8e-221a-4f96-b763-1f48a413c625
ModelInvariantUuid:9e3628d1-e57c-4758-8caf-db90c8cfbd85
ModelName:vFW 5062fc17-a66c-nodes.vfwCvfc
ModelUuid:b1edbcc9-6988-4428-b7ea-7f9a0184d3ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ee45a01c-dff6-4bc9-a3d7-5b2e10a71d45
ModelInvariantUuid:9f498c19-d124-4da3-8719-0c1d712c0fd2
ModelName:Vfw5062fc17A66c.compute.nodes.heat.vfw
ModelUuid:b43b7c37-34aa-4853-9a9b-7c2ac87fd7f2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e1ce005e-1282-4de2-ba53-3f8c3c3d9212
ModelInvariantUuid:9f8d403a-f015-4728-8adc-c6b6d347e185
ModelName:vFW 5062fc17-a66c-nodes.vsnCvfc
ModelUuid:471ad118-608b-458a-9ea3-0c14de47fe0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f8d28be0-17c9-4c54-a134-b3ffa017d1b3
ModelInvariantUuid:0175cc4c-fb94-4167-8884-4386e0dde4ac
ModelName:Vfw5062fc17A66c.compute.nodes.heat.vsn
ModelUuid:6e4921db-6b33-4434-8449-1cf44fb9074e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ad5893a0-c78f-42ba-a8ea-f5a3de5f4507
ModelInvariantUuid:4cb3704f-814e-4970-a90f-31e7563527a5
ModelName:vFW 5062fc17-a66c-nodes.vpgCvfc
ModelUuid:f35a08f6-a71c-4ac4-b2d4-8f7e3d0500c6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ece34baa-13c2-4d31-86d5-90794c7621a6
ModelInvariantUuid:b063f22a-13c2-4214-b278-e3c95ea9ca7d
ModelName:Vfw5062fc17A66c.compute.nodes.heat.vpg
ModelUuid:88dec291-c828-48c8-a4d1-cc627de962bb
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-03-22T12:47:00.195Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 4063bb36-90bb-4598-b5f7-5f0222b0f612
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-03-22T12:47:00.199Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||vFW 5062fc17-a66c 0
2022-03-22T12:47:00.200Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 4063bb36-90bb-4598-b5f7-5f0222b0f612
2022-03-22T12:47:00.200Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Trying to download the artifact UUID: d900f883-36da-4ac0-96ab-c7b6589cd4d4 from URL: /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json
2022-03-22T12:47:00.200Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:47:00.201Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json
2022-03-22T12:47:00.642Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:47:00.643Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json d900f883-36da-4ac0-96ab-c7b6589cd4d4 785
2022-03-22T12:47:00.643Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json ASDC sendASDCNotification
2022-03-22T12:47:00.644Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json
2022-03-22T12:47:00.644Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:47:00.644Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:00.647Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:00.648Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953220643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:47:00.747Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:47:00.748Z||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-03-22T12:47:00.748Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:00.772Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:47:00.773Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:47:01.648Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5062fc17A66c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "105e3c7f-a9d8-4513-8467-5ad2f50abf54",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "53d17a2f-f4fa-442c-a252-117bafe5c115",
"vfModuleModelCustomizationUUID": "edab99df-3f33-42c1-8867-b43ad9ea96fa",
"isBase": true,
"artifacts": [
"59837b09-3a66-494a-808c-f6b3e392d495",
"d458b736-f16c-45e1-82cd-123a3cc0cc7a"
],
"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-03-22T12:47:01.655Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5062fc17A66c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:53d17a2f-f4fa-442c-a252-117bafe5c115
VfModuleModelInvariantUUID:105e3c7f-a9d8-4513-8467-5ad2f50abf54
VfModuleModelDescription:NULL
Artifacts UUID List:{
59837b09-3a66-494a-808c-f6b3e392d495
,
d458b736-f16c-45e1-82cd-123a3cc0cc7a
}
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-03-22T12:47:01.659Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5062fc17A66c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "105e3c7f-a9d8-4513-8467-5ad2f50abf54",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "53d17a2f-f4fa-442c-a252-117bafe5c115",
"vfModuleModelCustomizationUUID": "edab99df-3f33-42c1-8867-b43ad9ea96fa",
"isBase": true,
"artifacts": [
"59837b09-3a66-494a-808c-f6b3e392d495",
"d458b736-f16c-45e1-82cd-123a3cc0cc7a"
],
"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-03-22T12:47:01.659Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5062fc17A66c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:53d17a2f-f4fa-442c-a252-117bafe5c115
VfModuleModelInvariantUUID:105e3c7f-a9d8-4513-8467-5ad2f50abf54
VfModuleModelDescription:NULL
Artifacts UUID List:{
59837b09-3a66-494a-808c-f6b3e392d495
,
d458b736-f16c-45e1-82cd-123a3cc0cc7a
}
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-03-22T12:47:01.660Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Trying to download the artifact UUID: 59837b09-3a66-494a-808c-f6b3e392d495 from URL: /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml
2022-03-22T12:47:01.660Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:47:01.660Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml
2022-03-22T12:47:02.048Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:47:02.049Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml 59837b09-3a66-494a-808c-f6b3e392d495 20368
2022-03-22T12:47:02.050Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:47:02.050Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml
2022-03-22T12:47:02.050Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:47:02.050Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:02.052Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:02.052Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953222050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:47:02.158Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-22T12:47:02.159Z||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-03-22T12:47:02.159Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:02.177Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:47:02.178Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:47:03.053Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Trying to download the artifact UUID: d458b736-f16c-45e1-82cd-123a3cc0cc7a from URL: /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env
2022-03-22T12:47:03.054Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:47:03.054Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env
2022-03-22T12:47:03.361Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:47:03.362Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env d458b736-f16c-45e1-82cd-123a3cc0cc7a 2098
2022-03-22T12:47:03.362Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:47:03.362Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env
2022-03-22T12:47:03.362Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:47:03.363Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:03.365Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:03.365Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953223362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:47:03.465Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:47:03.467Z||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-03-22T12:47:03.467Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:03.482Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:47:03.483Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:47:04.366Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Preparing to deploy Service: f9429c0a-3f82-4327-bf48-c8eaf1a40b18
2022-03-22T12:47:04.367Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5062fc17-a66c 0 4063bb36-90bb-4598-b5f7-5f0222b0f612 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-03-22T12:47:04.385Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c08deb0, org.onap.sdc.toscaparser.api.parameters.Input@9818a93, org.onap.sdc.toscaparser.api.parameters.Input@64fbb247, org.onap.sdc.toscaparser.api.parameters.Input@c95cd54, org.onap.sdc.toscaparser.api.parameters.Input@56326f28]
2022-03-22T12:47:04.386Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.387Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.387Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||VF Category is: Generic
2022-03-22T12:47:04.387Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||VFCustomizationUUID= 99e10795-1638-4b61-9656-426fe1c53af7
2022-03-22T12:47:04.387Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 99e10795-1638-4b61-9656-426fe1c53af7 matches Tosca VF Customization UUID: 99e10795-1638-4b61-9656-426fe1c53af7
2022-03-22T12:47:04.387Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||vfCustomizationUUID: 99e10795-1638-4b61-9656-426fe1c53af7 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-03-22T12:47:04.391Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.391Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.392Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||resource request for resource customization id 99e10795-1638-4b61-9656-426fe1c53af7: {\"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-03-22T12:47:04.392Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48efc4a1
2022-03-22T12:47:04.392Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.393Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:47:04.393Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : edab99df-3f33-42c1-8867-b43ad9ea96fa
2022-03-22T12:47:04.393Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID edab99df-3f33-42c1-8867-b43ad9ea96fa
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-03-22T12:47:04.396Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.397Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:04.397Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:04.398Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.398Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:04.399Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:04.399Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.399Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is not matching search criteria
2022-03-22T12:47:04.400Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:47:04.400Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:47:04.400Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:47:04.401Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:47:04.401Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:47:04.401Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.402Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:04.402Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:47:04.402Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:04.403Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:47:04.403Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.403Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2719cf8e-221a-4f96-b763-1f48a413c625
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-03-22T12:47:04.406Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.407Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:04.407Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:04.407Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.408Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is not matching search criteria
2022-03-22T12:47:04.408Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:47:04.408Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:47:04.408Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:47:04.409Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.409Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:04.409Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.409Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:47:04.409Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:47:04.410Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:47:04.410Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:04.410Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:47:04.410Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.410Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e1ce005e-1282-4de2-ba53-3f8c3c3d9212
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-03-22T12:47:04.413Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.413Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:04.414Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:04.416Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.417Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is not matching search criteria
2022-03-22T12:47:04.417Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:47:04.417Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:47:04.417Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:47:04.418Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.418Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:04.418Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.418Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:47:04.419Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:47:04.419Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:47:04.419Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:47:04.419Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:47:04.419Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:47:04.420Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ad5893a0-c78f-42ba-a8ea-f5a3de5f4507
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-03-22T12:47:04.422Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.423Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:04.423Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:47:04.423Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.423Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Node template vFW 5062fc17-a66c 0 is matching search criteria
2022-03-22T12:47:04.424Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found topology templates [vFW 5062fc17-a66c 0] matching following query criteria: sdcType=VF, customizationUUID=99e10795-1638-4b61-9656-426fe1c53af7
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-03-22T12:47:04.426Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.426Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.426Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500|| resourceSeq for service uuid f9429c0a-3f82-4327-bf48-c8eaf1a40b18: vFW 5062fc17-a66c
2022-03-22T12:47:04.427Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.427Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.427Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.427Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.428Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.428Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.428Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.429Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.429Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:47:04.429Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Service vFW 2022-03-22 12-40-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:47:04.429Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||Saving Service: vFW 2022-03-22 12-40-08
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-03-22T12:47:04.652Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5062fc17-a66c 4063bb36-90bb-4598-b5f7-5f0222b0f612 1 ASDC deployResourceStructure
2022-03-22T12:47:04.653Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json ASDC sendASDCNotification
2022-03-22T12:47:04.653Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json
2022-03-22T12:47:04.654Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:47:04.654Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:04.657Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:04.657Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953224653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T12:47:04.757Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:47:04.758Z||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-03-22T12:47:04.758Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:04.787Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:47:04.787Z||pool-30-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:47:05.658Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:47:05.658Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml
2022-03-22T12:47:05.659Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:47:05.659Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:05.675Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:05.677Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953225658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-22T12:47:05.762Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-03-22T12:47:05.763Z||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-03-22T12:47:05.763Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:05.786Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:47:05.786Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:47:06.680Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:47:06.680Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env
2022-03-22T12:47:06.681Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:47:06.681Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:06.683Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:06.683Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953226680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-22T12:47:06.783Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:47:06.784Z||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-03-22T12:47:06.785Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:06.799Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:47:06.799Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:47:07.684Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar ASDC sendASDCNotification
2022-03-22T12:47:07.685Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar
2022-03-22T12:47:07.685Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:47:07.686Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:07.688Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:07.688Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953227684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:47:07.788Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:47:07.789Z||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-03-22T12:47:07.790Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:07.814Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:47:07.815Z||pool-33-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:47:08.689Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbd450c6-1f49-450a-afba-8f1861cbdcdc
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-03-22T12:47:08.705Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbd450c6-1f49-450a-afba-8f1861cbdcdc
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-03-22T12:47:08.711Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:47:08.712Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:47:08.712Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:47:08.712Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:47:08.712Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-03-22T12:47:08.713Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?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-03-22T12:47:08.718Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:47:26.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:47:26.222Z||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-03-22T12:47:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:26.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:47:26.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51e85edb-b904-4d0b-bba0-b9b8be48b119",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953203091,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953204108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953204108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:47:26.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953204108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953204108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953204108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-22T12:47:26.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953204108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953204108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953216055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953220643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953222050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953223362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953224653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/vfw5062fc17a66c0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953225658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953226680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/resourceInstances/vfw5062fc17a66c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953227684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124008/1.0/artifacts/service-Vfw20220322124008-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:47:26.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:47:38.718Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: cbd450c6-1f49-450a-afba-8f1861cbdcdc 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-03-22T12:47:38.728Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cbd450c6-1f49-450a-afba-8f1861cbdcdc and serviceModelVersionId: f9429c0a-3f82-4327-bf48-c8eaf1a40b18
2022-03-22T12:47:38.729Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 62162083-c5a1-4014-9cc0-bafa6d6b16a4
2022-03-22T12:47:38.731Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0
2022-03-22T12:47:38.742Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e19cab5a-0543-4b46-8445-3369e23cc3fa/model-vers/model-ver/0450ffb8-d1e8-4541-a555-999f71c8aa2f?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:47:38.874Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Invoke
2022-03-22T12:47:38.875Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8a705856-f7ba-42fb-98dc-d3882b6d72a8], X-ECOMP-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], X-TransactionId=[], X-ONAP-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], Content-Type=[application/merge-patch+json]}
2022-03-22T12:47:40.413Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Invoke
2022-03-22T12:47:40.418Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb363b1f-fd3e-40be-ba08-63611fe56fbe], X-ECOMP-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], X-TransactionId=[], X-ONAP-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], Content-Type=[application/merge-patch+json]}
2022-03-22T12:47:41.953Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Invoke
2022-03-22T12:47:41.954Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5f4db496-c63d-4005-bb77-2b3d64422dbd], X-ECOMP-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], X-TransactionId=[], X-ONAP-RequestID=[cbd450c6-1f49-450a-afba-8f1861cbdcdc], Content-Type=[application/merge-patch+json]}
2022-03-22T12:47:42.980Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T12:47:42.981Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-03-22T12:47:42.982Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T12:47:42.982Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-03-22T12:47:42.990Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-03-22T12:47:42.990Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cbd450c6-1f49-450a-afba-8f1861cbdcdc and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-22T12:47:42.990Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-22T12:47:42.991Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:47:42.993Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:47:42.993Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953262990,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T12:47:43.093Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:47:43.094Z||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-03-22T12:47:43.095Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:43.115Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:47:43.116Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 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-03-22T12:47:44.011Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:47:44.012Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-03-22T12:47:44.012Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:47:53.583Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:47:53.584Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:47:53.584Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-03-22T12:47:53.584Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:48:03.142Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:48:03.143Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:48:03.144Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-03-22T12:48:03.144Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:48:12.704Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:48:12.705Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:48:12.706Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-03-22T12:48:12.706Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:48:22.264Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:48:26.220Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:48:26.221Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-03-22T12:48:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:48:26.221Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:48:26.221Z||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-03-22T12:48:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:48:26.928Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:48:26.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:48:26.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbd450c6-1f49-450a-afba-8f1861cbdcdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953262990,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-22T12:48:26.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:48:35.789Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:49:26.217Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:49:26.220Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-03-22T12:49:26.220Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:49:26.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:49:26.221Z||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-03-22T12:49:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:49:35.792Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:49:35.797Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:50:26.217Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:50:26.217Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-03-22T12:50:26.218Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:50:26.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:50:26.221Z||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-03-22T12:50:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:50:35.779Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:50:35.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:51:26.217Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:51:26.218Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-03-22T12:51:26.218Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:51:26.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:51:26.222Z||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-03-22T12:51:26.222Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:51:35.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:51:35.822Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:52:26.217Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:52:26.218Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-03-22T12:52:26.218Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:26.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:52:26.221Z||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-03-22T12:52:26.221Z||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 WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:26.868Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:52:26.869Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||received message from topic
2022-03-22T12:52:26.869Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"bb09ea92-fe5c-4500-bc6f-fafa58c90ea3","serviceName":"vFW 2022-03-22 12-48-57","serviceVersion":"1.0","serviceUUID":"95bf46d4-8d2e-4b7f-b220-b871c33a9532","serviceDescription":"catalog service description","serviceInvariantUUID":"d2813be2-6c85-45b2-8117-2bc2dfe000fa","resources":[{"resourceInstanceName":"vFW aa2725b9-ae33 0","resourceName":"vFW aa2725b9-ae33","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9136b021-0305-4db8-a591-d3fe636c3782","resourceInvariantUUID":"02db4bef-e2d6-4c67-8e42-94a50d389d23","resourceCustomizationUUID":"692d5893-2099-4f2e-ac32-a2045a55d43b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml","artifactChecksum":"YWFkOGNkYmZiYmE0ZmNjNzZjYWEwODI3N2QxMGQ1YzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d649655e-26d4-45d7-a063-eca40961bfdf","artifactVersion":"1"},{"artifactName":"vfwaa2725b9ae330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json","artifactChecksum":"NGRmMjkwOWY1Njk0ZWY1MzI4ZDlhZGJiMTRjN2YzNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1cc0642-933a-48c7-8313-a4b032d3b77b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"062263e9-0d57-4cff-a309-c538cf5cdf5a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml","artifactChecksum":"NmJkMzhjZGJjZWFkOGJiMmU1MjdkNWM4N2MwODIxMTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f54c2e8-bb25-442c-a4aa-a42e4a4b874e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b7030d19-a25f-444f-ae89-f07ac9f5f1ff","artifactVersion":"2","generatedFromUUID":"062263e9-0d57-4cff-a309-c538cf5cdf5a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220322124857-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml","artifactChecksum":"ZjMxMDY4YWM0ODA4NmIzOWY2YTdiNDI2MjJjYjhjNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"352db58f-8a7d-443f-9ef8-160ed6936b88","artifactVersion":"1"},{"artifactName":"service-Vfw20220322124857-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar","artifactChecksum":"ZWZlZTUwNjMxODEyMzg0OWEwZjUyNDQ0MjU4MWM3ZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5339c21-3308-4f4b-86c7-be46a59535d2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:52:26.877Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:52:26.878Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:26.882Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:26.883Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953546217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.892Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:52:26.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647953492425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1647953493656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "aai-ml",
"timestamp": 1647953493819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647953493438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "policy-id",
"timestamp": 1647953498183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647953492425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:52:26.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1647953493656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "aai-ml",
"timestamp": 1647953493819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647953493438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "policy-id",
"timestamp": 1647953498183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647953492425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1647953493656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "aai-ml",
"timestamp": 1647953493819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647953493438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "policy-id",
"timestamp": 1647953498183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "cds",
"timestamp": 1647953502680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647953492425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1647953493656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "aai-ml",
"timestamp": 1647953493819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "policy-id",
"timestamp": 1647953498183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647953493438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "cds",
"timestamp": 1647953502680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647953492425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "aai-ml",
"timestamp": 1647953493819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1647953493656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647953493438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "policy-id",
"timestamp": 1647953498183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "cds",
"timestamp": 1647953502680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "clamp",
"timestamp": 1647953505266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647953492425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1647953493656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "aai-ml",
"timestamp": 1647953493819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647953493438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "policy-id",
"timestamp": 1647953498183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "cds",
"timestamp": 1647953502680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "clamp",
"timestamp": 1647953505266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:52:26.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647953492425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:52:26.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1647953493656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "aai-ml",
"timestamp": 1647953493819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:52:26.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647953493438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:52:26.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "policy-id",
"timestamp": 1647953498183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:52:26.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "cds",
"timestamp": 1647953502680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "clamp",
"timestamp": 1647953505266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "cds",
"timestamp": 1647953502680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647953508652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:52:26.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:26.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647953508793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:52:26.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:26.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "aai-ml",
"timestamp": 1647953508804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:52:26.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:26.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "policy-id",
"timestamp": 1647953508989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:52:26.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:26.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "clamp",
"timestamp": 1647953505266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "cds",
"timestamp": 1647953502680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:52:26.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "policy-id",
"timestamp": 1647953509997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:52:26.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:26.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "clamp",
"timestamp": 1647953505266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:26.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:26.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647953510159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:52:26.922Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:26.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:26.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "policy-id",
"timestamp": 1647953511001,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:52:26.983Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:52:26.984Z||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-03-22T12:52:26.984Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:26.991Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
2022-03-22T12:52:26.992Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb09ea92-fe5c-4500-bc6f-fafa58c90ea3 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-03-22T12:52:27.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "cds",
"timestamp": 1647953510951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:52:27.007Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:27.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "clamp",
"timestamp": 1647953505266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:27.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:27.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647953511758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:52:27.008Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:27.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "cds",
"timestamp": 1647953511959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-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-03-22T12:52:27.016Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
2022-03-22T12:52:27.016Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb09ea92-fe5c-4500-bc6f-fafa58c90ea3 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-03-22T12:52:27.025Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:52:27.027Z||pool-35-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:27.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "clamp",
"timestamp": 1647953505266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:52:27.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:52:27.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647953512807,
"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-03-22T12:52:27.036Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
2022-03-22T12:52:27.036Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb09ea92-fe5c-4500-bc6f-fafa58c90ea3 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-03-22T12:52:27.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647953512995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:52:27.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:27.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647953513814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T12:52:27.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:27.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647953514001,
"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-03-22T12:52:27.051Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
2022-03-22T12:52:27.051Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb09ea92-fe5c-4500-bc6f-fafa58c90ea3 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-03-22T12:52:27.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "clamp",
"timestamp": 1647953523266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:52:27.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:27.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "clamp",
"timestamp": 1647953525277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:52:27.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:27.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "clamp",
"timestamp": 1647953526282,
"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-03-22T12:52:27.066Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
2022-03-22T12:52:27.066Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb09ea92-fe5c-4500-bc6f-fafa58c90ea3 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-03-22T12:52:27.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "aai-ml",
"timestamp": 1647953526623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-22T12:52:27.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:52:27.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:52:27.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "aai-ml",
"timestamp": 1647953527628,
"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-03-22T12:52:27.081Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
2022-03-22T12:52:27.081Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb09ea92-fe5c-4500-bc6f-fafa58c90ea3 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-03-22T12:52:27.888Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:52:27.889Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:27.891Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:27.891Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953546217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:52:27.996Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-22T12:52:27.997Z||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-03-22T12:52:27.997Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:28.020Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:52:28.020Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:28.892Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:52:28.892Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:28.895Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:28.895Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953546217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:52:28.995Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:28.997Z||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-03-22T12:52:28.997Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:29.011Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:52:29.012Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:52:29.896Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:52:29.897Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:29.900Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:29.900Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953546217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:30.000Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:30.002Z||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-03-22T12:52:30.002Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:30.017Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:52:30.017Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:52:30.901Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:52:30.902Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:30.905Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:30.905Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953546217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-22T12:52:31.005Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:31.006Z||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-03-22T12:52:31.006Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:31.020Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:52:31.021Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:52:31.905Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:52:31.906Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:31.909Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:31.909Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953546217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:52:32.009Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:32.010Z||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-03-22T12:52:32.011Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:32.022Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:52:32.023Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:32.910Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:52:32.910Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:32.912Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:32.912Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953546217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:52:33.013Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:33.014Z||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-03-22T12:52:33.014Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:33.031Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:52:33.032Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:33.914Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"serviceName": "vFW 2022-03-22 12-48-57",
"serviceVersion": "1.0",
"serviceUUID": "95bf46d4-8d2e-4b7f-b220-b871c33a9532",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d2813be2-6c85-45b2-8117-2bc2dfe000fa",
"resources": [
{
"resourceInstanceName": "vFW aa2725b9-ae33 0",
"resourceCustomizationUUID": "692d5893-2099-4f2e-ac32-a2045a55d43b",
"resourceName": "vFW aa2725b9-ae33",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9136b021-0305-4db8-a591-d3fe636c3782",
"resourceInvariantUUID": "02db4bef-e2d6-4c67-8e42-94a50d389d23",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwaa2725b9ae330_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
"artifactChecksum": "NGRmMjkwOWY1Njk0ZWY1MzI4ZDlhZGJiMTRjN2YzNjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e1cc0642-933a-48c7-8313-a4b032d3b77b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "062263e9-0d57-4cff-a309-c538cf5cdf5a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b7030d19-a25f-444f-ae89-f07ac9f5f1ff",
"generatedFromUUID": "062263e9-0d57-4cff-a309-c538cf5cdf5a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b7030d19-a25f-444f-ae89-f07ac9f5f1ff",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220322124857-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"artifactChecksum": "ZWZlZTUwNjMxODEyMzg0OWEwZjUyNDQ0MjU4MWM3ZGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e5339c21-3308-4f4b-86c7-be46a59535d2"
}
],
"workloadContext": "Production"
}
2022-03-22T12:52:33.915Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:52:33.915Z|cbd450c6-1f49-450a-afba-8f1861cbdcdc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 95bf46d4-8d2e-4b7f-b220-b871c33a9532 ASDC
2022-03-22T12:52:33.915Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||ASDC Notification:
DistributionID:bb09ea92-fe5c-4500-bc6f-fafa58c90ea3
ServiceName:vFW 2022-03-22 12-48-57
ServiceVersion:1.0
ServiceUUID:95bf46d4-8d2e-4b7f-b220-b871c33a9532
ServiceInvariantUUID:d2813be2-6c85-45b2-8117-2bc2dfe000fa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220322124857-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar
ArtifactUUID:e5339c21-3308-4f4b-86c7-be46a59535d2
ArtifactChecksum:ZWZlZTUwNjMxODEyMzg0OWEwZjUyNDQ0MjU4MWM3ZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW aa2725b9-ae33 0
ResourceCustomizationUUID:692d5893-2099-4f2e-ac32-a2045a55d43b
ResourceInvariantUUID:02db4bef-e2d6-4c67-8e42-94a50d389d23
ResourceName:vFW aa2725b9-ae33
ResourceType:VF
ResourceUUID:9136b021-0305-4db8-a591-d3fe636c3782
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwaa2725b9ae330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json
ArtifactUUID:e1cc0642-933a-48c7-8313-a4b032d3b77b
ArtifactChecksum:NGRmMjkwOWY1Njk0ZWY1MzI4ZDlhZGJiMTRjN2YzNjI=
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/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml
ArtifactUUID:062263e9-0d57-4cff-a309-c538cf5cdf5a
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/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env
ArtifactUUID:b7030d19-a25f-444f-ae89-f07ac9f5f1ff
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/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env
ArtifactUUID:b7030d19-a25f-444f-ae89-f07ac9f5f1ff
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-22T12:52:33.916Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 95bf46d4-8d2e-4b7f-b220-b871c33a9532 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T12:52:33.952Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:52:33.954Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||MSO config path is: /app
2022-03-22T12:52:33.954Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||MSO config path is: /app
2022-03-22T12:52:33.954Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Trying to download the artifact UUID: e5339c21-3308-4f4b-86c7-be46a59535d2 from URL: /sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar
2022-03-22T12:52:33.954Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:52:33.954Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar
2022-03-22T12:52:34.270Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:52:34.278Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar e5339c21-3308-4f4b-86c7-be46a59535d2 98972
2022-03-22T12:52:34.278Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar ASDC sendASDCNotification
2022-03-22T12:52:34.278Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar
2022-03-22T12:52:34.278Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:52:34.279Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:34.281Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:34.282Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953554278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:52:34.382Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:34.383Z||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-03-22T12:52:34.383Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:34.395Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:52:34.396Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:35.282Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:52:35.284Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||MSO config path is: /app
2022-03-22T12:52:35.284Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Trying to write artifact UUID: e5339c21-3308-4f4b-86c7-be46a59535d2, URL: /sdc/v1/catalog/services/Vfw20220322124857/1.0/artifacts/service-Vfw20220322124857-csar.csar to file: /app/ASDC/1/service-Vfw20220322124857-csar.csar
2022-03-22T12:52:35.285Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220322124857-csar.csar
2022-03-22T12:52:35.285Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220322124857-csar.csar
2022-03-22T12:52:35.286Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220322124857-csar.csar
2022-03-22T12:52:35.627Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1685408715715917528/Definitions/service-Vfw20220322124857-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-03-22T12:52:38.294Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:52:38.295Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|WARN|500||####################################################################################################
2022-03-22T12:52:38.295Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.295Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-22T12:52:38.295Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.295Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.296Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.297Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.297Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW aa2725b9-ae33 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-Vfw20220322124857-csar.csar
2022-03-22T12:52:38.297Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|WARN|500||####################################################################################################
2022-03-22T12:52:38.297Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:38.297Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:38.298Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:38.298Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T12:52:38.298Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:52:38.299Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:38.299Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:38.299Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:38.299Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Search for entities recursively
2022-03-22T12:52:38.299Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:52:38.299Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:38.300Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:38.300Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:38.300Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is not matching search criteria
2022-03-22T12:52:38.300Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:52:38.301Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:52:38.301Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:52:38.301Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.301Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.301Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.302Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:52:38.302Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:52:38.302Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:52:38.302Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.302Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.303Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:52:38.303Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.303Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:52:38.303Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.303Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:52:38.303Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:38.304Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:52:38.304Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:38.304Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:38.304Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:52:38.305Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:38.305Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:38.305Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:52:38.305Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:38.305Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:38.306Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:52:38.306Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:38.306Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is not matching search criteria
2022-03-22T12:52:38.306Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:52:38.306Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:52:38.307Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:52:38.307Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:52:38.307Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:52:38.307Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.307Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.308Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:52:38.308Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.308Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:52:38.308Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.309Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=57d12936-288e-4634-bc94-a702b78bca7c
2022-03-22T12:52:38.309Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:38.309Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is not matching search criteria
2022-03-22T12:52:38.309Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:52:38.309Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:52:38.310Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:52:38.310Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.310Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.311Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.311Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:52:38.311Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:52:38.312Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:52:38.312Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.312Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:52:38.312Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.312Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f13282af-80cc-4ce8-b27a-498234c83a2a
2022-03-22T12:52:38.313Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:38.313Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is not matching search criteria
2022-03-22T12:52:38.313Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:52:38.313Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:52:38.313Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:52:38.314Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.314Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.314Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.314Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:52:38.314Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:52:38.314Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:52:38.315Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:38.315Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:38.315Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:52:38.315Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=08a465a3-1393-4a18-8c7f-c4d690f38896
2022-03-22T12:52:38.315Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:38.315Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:38.316Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:38.316Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:38.316Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:38.316Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:38.316Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:38.316Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:38.317Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-22 12-48-57
Description:catalog service description
Model UUID:95bf46d4-8d2e-4b7f-b220-b871c33a9532
Model Version:NULL
Model InvariantUuid:d2813be2-6c85-45b2-8117-2bc2dfe000fa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW aa2725b9-ae33
Model UUID:1bb5228f-12fc-410a-97ff-9ca780a25cec
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02db4bef-e2d6-4c67-8e42-94a50d389d23
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:692d5893-2099-4f2e-ac32-a2045a55d43b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:504467ff-f5f5-4af6-ab5f-3f1a402c0979
ModelName:VfwAa2725b9Ae33..base_vfw..module-0
ModelUuid:57ccaf45-e071-4b7b-8fcb-872463d9cf01
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:57d12936-288e-4634-bc94-a702b78bca7c
ModelInvariantUuid:e48395ef-c228-4fbf-aba6-2a46590bfc8a
ModelName:vFW aa2725b9-ae33-nodes.vfwCvfc
ModelUuid:75edd06c-047f-494c-b614-8d27bf5aefdf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e81fde8a-1852-43a8-b902-1d71cef3ad52
ModelInvariantUuid:6e7247c1-16f6-485f-80c6-53c0d78a2f65
ModelName:VfwAa2725b9Ae33.compute.nodes.heat.vfw
ModelUuid:3d6284ab-1e6a-413b-93c8-73a69f035e3d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f13282af-80cc-4ce8-b27a-498234c83a2a
ModelInvariantUuid:ff06b08d-267e-457a-8970-38fb010d2979
ModelName:vFW aa2725b9-ae33-nodes.vsnCvfc
ModelUuid:4f24f09d-e28c-4897-8ed6-ba43c8e3ef43
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:74d53640-3fea-4b13-960d-b589d6d7143f
ModelInvariantUuid:52b2626c-0f6a-49a0-b045-79e40512e786
ModelName:VfwAa2725b9Ae33.compute.nodes.heat.vsn
ModelUuid:164a6cd2-b774-4981-b29b-32a46a7b3616
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:08a465a3-1393-4a18-8c7f-c4d690f38896
ModelInvariantUuid:c3569ef6-9a75-44c0-b51b-c828cae4b02b
ModelName:vFW aa2725b9-ae33-nodes.vpgCvfc
ModelUuid:f81faace-4ec4-425c-abbf-fd343774d6e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7e842776-3c1a-4fa8-9bbc-3adc8b644be8
ModelInvariantUuid:68476c33-4a33-4e04-9c60-3e9610f86a88
ModelName:VfwAa2725b9Ae33.compute.nodes.heat.vpg
ModelUuid:c26f2e84-c33a-49dd-a8ab-837d211c4bee
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-03-22T12:52:38.323Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 9136b021-0305-4db8-a591-d3fe636c3782
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-03-22T12:52:38.329Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||vFW aa2725b9-ae33 0
2022-03-22T12:52:38.330Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 9136b021-0305-4db8-a591-d3fe636c3782
2022-03-22T12:52:38.330Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Trying to download the artifact UUID: e1cc0642-933a-48c7-8313-a4b032d3b77b from URL: /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json
2022-03-22T12:52:38.330Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:52:38.330Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json
2022-03-22T12:52:38.760Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:52:38.761Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json e1cc0642-933a-48c7-8313-a4b032d3b77b 785
2022-03-22T12:52:38.761Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json ASDC sendASDCNotification
2022-03-22T12:52:38.762Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json
2022-03-22T12:52:38.762Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:52:38.762Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:38.765Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:38.765Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953558761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/vfwaa2725b9ae330_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:52:38.865Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:38.866Z||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-03-22T12:52:38.866Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:38.903Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:52:38.904Z||pool-43-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:39.766Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAa2725b9Ae33..base_vfw..module-0",
"vfModuleModelInvariantUUID": "504467ff-f5f5-4af6-ab5f-3f1a402c0979",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "57ccaf45-e071-4b7b-8fcb-872463d9cf01",
"vfModuleModelCustomizationUUID": "9e822fea-6cc6-4f47-948b-82bd75b02f51",
"isBase": true,
"artifacts": [
"062263e9-0d57-4cff-a309-c538cf5cdf5a",
"b7030d19-a25f-444f-ae89-f07ac9f5f1ff"
],
"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-03-22T12:52:39.771Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAa2725b9Ae33..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57ccaf45-e071-4b7b-8fcb-872463d9cf01
VfModuleModelInvariantUUID:504467ff-f5f5-4af6-ab5f-3f1a402c0979
VfModuleModelDescription:NULL
Artifacts UUID List:{
062263e9-0d57-4cff-a309-c538cf5cdf5a
,
b7030d19-a25f-444f-ae89-f07ac9f5f1ff
}
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-03-22T12:52:39.775Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAa2725b9Ae33..base_vfw..module-0",
"vfModuleModelInvariantUUID": "504467ff-f5f5-4af6-ab5f-3f1a402c0979",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "57ccaf45-e071-4b7b-8fcb-872463d9cf01",
"vfModuleModelCustomizationUUID": "9e822fea-6cc6-4f47-948b-82bd75b02f51",
"isBase": true,
"artifacts": [
"062263e9-0d57-4cff-a309-c538cf5cdf5a",
"b7030d19-a25f-444f-ae89-f07ac9f5f1ff"
],
"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-03-22T12:52:39.775Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAa2725b9Ae33..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57ccaf45-e071-4b7b-8fcb-872463d9cf01
VfModuleModelInvariantUUID:504467ff-f5f5-4af6-ab5f-3f1a402c0979
VfModuleModelDescription:NULL
Artifacts UUID List:{
062263e9-0d57-4cff-a309-c538cf5cdf5a
,
b7030d19-a25f-444f-ae89-f07ac9f5f1ff
}
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-03-22T12:52:39.776Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Trying to download the artifact UUID: 062263e9-0d57-4cff-a309-c538cf5cdf5a from URL: /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml
2022-03-22T12:52:39.776Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:52:39.776Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml
2022-03-22T12:52:41.222Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:52:41.223Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml 062263e9-0d57-4cff-a309-c538cf5cdf5a 20368
2022-03-22T12:52:41.223Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:52:41.223Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml
2022-03-22T12:52:41.226Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:52:41.226Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:41.228Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:41.229Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953561223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:52:41.328Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:52:41.330Z||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-03-22T12:52:41.330Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:41.360Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:52:41.361Z||pool-44-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:52:42.230Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||Trying to download the artifact UUID: b7030d19-a25f-444f-ae89-f07ac9f5f1ff from URL: /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env
2022-03-22T12:52:42.230Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - download
2022-03-22T12:52:42.231Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env
2022-03-22T12:52:43.022Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||GET Response Status 200
2022-03-22T12:52:43.023Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env b7030d19-a25f-444f-ae89-f07ac9f5f1ff 2098
2022-03-22T12:52:43.023Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:52:43.023Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env
2022-03-22T12:52:43.023Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:52:43.026Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-22T12:52:43.028Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:52:43.028Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||try to send status {
"distributionID": "bb09ea92-fe5c-4500-bc6f-fafa58c90ea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647953563023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322124857/1.0/resourceInstances/vfwaa2725b9ae330/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:52:43.128Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:52:43.129Z||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-03-22T12:52:43.129Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WqSrlS1uHjFtg1ph) ...
2022-03-22T12:52:43.168Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:52:43.169Z||pool-45-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:52:44.028Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Preparing to deploy Service: 95bf46d4-8d2e-4b7f-b220-b871c33a9532
2022-03-22T12:52:44.029Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW aa2725b9-ae33 0 9136b021-0305-4db8-a591-d3fe636c3782 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-03-22T12:52:44.051Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16c0ea03, org.onap.sdc.toscaparser.api.parameters.Input@552bc4d1, org.onap.sdc.toscaparser.api.parameters.Input@31d8cdca, org.onap.sdc.toscaparser.api.parameters.Input@5a5958c0, org.onap.sdc.toscaparser.api.parameters.Input@4bd8317a]
2022-03-22T12:52:44.052Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:44.053Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:44.053Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||VF Category is: Generic
2022-03-22T12:52:44.053Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||VFCustomizationUUID= 692d5893-2099-4f2e-ac32-a2045a55d43b
2022-03-22T12:52:44.053Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 692d5893-2099-4f2e-ac32-a2045a55d43b matches Tosca VF Customization UUID: 692d5893-2099-4f2e-ac32-a2045a55d43b
2022-03-22T12:52:44.054Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||vfCustomizationUUID: 692d5893-2099-4f2e-ac32-a2045a55d43b 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-03-22T12:52:44.057Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:44.057Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:52:44.058Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||resource request for resource customization id 692d5893-2099-4f2e-ac32-a2045a55d43b: {\"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-03-22T12:52:44.058Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27909bab
2022-03-22T12:52:44.058Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:44.058Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Service vFW 2022-03-22 12-48-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:52:44.058Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9e822fea-6cc6-4f47-948b-82bd75b02f51
2022-03-22T12:52:44.059Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9e822fea-6cc6-4f47-948b-82bd75b02f51
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-03-22T12:52:44.061Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:44.061Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:44.061Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:52:44.062Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:44.062Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is matching search criteria
2022-03-22T12:52:44.062Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [vFW aa2725b9-ae33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:52:44.062Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:52:44.062Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vFW aa2725b9-ae33 0 is not matching search criteria
2022-03-22T12:52:44.062Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:52:44.063Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:52:44.063Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:52:44.063Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:52:44.063Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:52:44.063Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:52:44.063Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:44.063Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:52:44.064Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:52:44.064Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:52:44.064Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:52:44.064Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=57d12936-288e-4634-bc94-a702b78bca7c
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-03-22T12:52:44.066Z|bb09ea92-fe5c-4500-bc6f-fafa58c90ea3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62162083-c5a1-4014-9cc0-bafa6d6b16a4/model-vers/model-ver/f9429c0a-3f82-4327-bf48-c8eaf1a40b18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery