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-16T13:37:17.914Z||main|||||INFO|500||The following profiles are active: basic
2022-03-16T13:37:34.353Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-16T13:37:34.354Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-16T13:37:34.545Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-16T13:37:40.135Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-16T13:37:41.015Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-16T13:37:41.622Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-16T13:37:41.899Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-16T13:37:42.068Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-16T13:37:42.395Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-16T13:37:43.300Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-16T13:37:45.432Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-16T13:37:48.974Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-16T13:37:49.055Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-16T13:37:49.814Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-16T13:37:50.289Z||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-16T13:37:52.191Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-16T13:37:53.722Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-16T13:37:53.757Z||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-16T13:37:53.758Z||main|||||WARN|500||The sdc end point is not alive
2022-03-16T13:37:58.289Z||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-16T13:38:02.732Z||main|||||WARN|500||---
2022-03-16T13:38:02.733Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-16T13:38:02.733Z||main|||||WARN|500||---
2022-03-16T13:38:03.539Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-16T13:38:10.729Z||main|||||INFO|500||Started Application in 56.706 seconds (JVM running for 59.405)
2022-03-16T13:38:10.761Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-16T13:38:10.764Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-16T13:38:10.779Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-16T13:38:10.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-16T13:38:10.869Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eb570f15-aa61-489a-9cc1-8f552991a3e8 url= /sdc/v1/artifactTypes
2022-03-16T13:38:10.869Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-16T13:38:11.249Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-16T13:38:11.278Z||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-16T13:38:11.336Z||scheduling-1|||||DEBUG|500||create keys
2022-03-16T13:38:11.347Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-16T13:38:11.410Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:38:11.430Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f6ea7e80-bab7-46f9-b9bd-28add764d693 url= /sdc/v1/registerForDistribution
2022-03-16T13:38:11.833Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f6ea7e80-bab7-46f9-b9bd-28add764d693 url= /sdc/v1/registerForDistribution
2022-03-16T13:38:11.834Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-16T13:38:11.860Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-16T13:38:11.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:38:11.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:38:11.879Z||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-16T13:38:11.880Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:38:11.879Z||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-16T13:38:11.882Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:38:22.305Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:38:22.316Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:39:11.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:39:11.845Z||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-16T13:39:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:39:11.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:39:11.849Z||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-16T13:39:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:39:21.404Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:39:21.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:40:11.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:40:11.846Z||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-16T13:40:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:40:11.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:40:11.854Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T13:40:11.863Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:40:21.430Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:40:21.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:41:11.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:41:11.845Z||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-16T13:41:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:41:11.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:41:11.849Z||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-16T13:41:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:41:21.406Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:41:21.413Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:42:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:42:11.846Z||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-16T13:42:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:42:11.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:42:11.849Z||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-16T13:42:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:42:21.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:42:21.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:43:11.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:43:11.847Z||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-16T13:43:11.847Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:43:11.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:43:11.849Z||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-16T13:43:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:43:21.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:43:21.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:44:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:44:11.846Z||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-16T13:44:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:44:11.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:44:11.849Z||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-16T13:44:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:44:21.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:44:21.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:45:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:45:11.846Z||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-16T13:45:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:45:11.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:45:11.849Z||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-16T13:45:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:45:21.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:45:21.438Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:46:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:46:11.849Z||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-16T13:46:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:46:11.849Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:46:11.853Z||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-16T13:46:11.853Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:46:21.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:46:21.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:47:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:47:11.846Z||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-16T13:47:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:47:11.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:47:11.852Z||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-16T13:47:11.853Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:47:14.678Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-16T13:47:21.443Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:47:21.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:48:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:48:11.845Z||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-16T13:48:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:48:11.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:48:11.851Z||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-16T13:48:11.852Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:48:21.422Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:48:21.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:49:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:49:11.845Z||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-16T13:49:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:49:11.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:49:11.849Z||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-16T13:49:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:49:21.412Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:49:21.429Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:50:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:50:11.846Z||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-16T13:50:11.847Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:50:11.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:50:11.849Z||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-16T13:50:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:50:21.455Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:50:21.461Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:51:11.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:51:11.847Z||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-16T13:51:11.848Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:51:11.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:51:11.849Z||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-16T13:51:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:51:21.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:51:21.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:52:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:52:11.845Z||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-16T13:52:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:52:11.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:52:11.850Z||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-16T13:52:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:52:21.417Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:52:21.417Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:53:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:53:11.845Z||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-16T13:53:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:53:11.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:53:11.849Z||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-16T13:53:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:53:21.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:53:21.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:54:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:54:11.845Z||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-16T13:54:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:54:11.849Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:54:11.850Z||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-16T13:54:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:54:21.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:54:21.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:55:11.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:55:11.847Z||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-16T13:55:11.847Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:55:11.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:55:11.849Z||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-16T13:55:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:55:21.457Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:55:21.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:56:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:56:11.845Z||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-16T13:56:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:56:11.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:56:11.849Z||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-16T13:56:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:56:21.418Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:56:21.418Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:57:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:57:11.845Z||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-16T13:57:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:57:11.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:57:11.850Z||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-16T13:57:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:57:21.404Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:57:21.412Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:58:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:58:11.847Z||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-16T13:58:11.847Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:58:11.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:58:11.849Z||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-16T13:58:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:58:21.410Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:58:21.416Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:59:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:59:11.845Z||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-16T13:59:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:59:11.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T13:59:11.850Z||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-16T13:59:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T13:59:21.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T13:59:21.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:00:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:00:11.846Z||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-16T14:00:11.848Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:00:11.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:00:11.849Z||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-16T14:00:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:00:21.410Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:00:21.420Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:01:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:01:11.845Z||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-16T14:01:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:01:11.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:01:11.849Z||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-16T14:01:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:01:21.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:01:21.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:02:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:02:11.846Z||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-16T14:02:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:02:11.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:02:11.850Z||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-16T14:02:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:02:21.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:02:21.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:03:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:03:11.845Z||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-16T14:03:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:03:11.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:03:11.849Z||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-16T14:03:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:03:21.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:03:21.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:04:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:04:11.845Z||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-16T14:04:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:04:11.848Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:04:11.849Z||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-16T14:04:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:04:21.412Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:04:21.422Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:05:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:05:11.845Z||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-16T14:05:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:05:11.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:05:11.849Z||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-16T14:05:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:05:21.408Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:05:21.418Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:06:11.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:06:11.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:06:11.850Z||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-16T14:06:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:06:11.850Z||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-16T14:06:11.851Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:06:21.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:06:21.459Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:07:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:07:11.845Z||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-16T14:07:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:07:11.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:07:11.849Z||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-16T14:07:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:07:21.417Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:07:21.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:08:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:08:11.845Z||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-16T14:08:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:08:11.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:08:11.849Z||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-16T14:08:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:08:21.414Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:08:21.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:09:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:09:11.845Z||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-16T14:09:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:09:11.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:09:11.849Z||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-16T14:09:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:09:21.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:09:21.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:10:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:10:11.845Z||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-16T14:10:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:10:11.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:10:11.850Z||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-16T14:10:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:10:21.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:10:21.466Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:11:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:11:11.845Z||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-16T14:11:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:11:11.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:11:11.849Z||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-16T14:11:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:11:21.415Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:11:21.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:12:11.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:12:11.846Z||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-16T14:12:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:12:11.848Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:12:11.849Z||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-16T14:12:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:12:21.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:12:21.447Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:13:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:13:11.846Z||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-16T14:13:11.847Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:13:11.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:13:11.850Z||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-16T14:13:11.851Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:13:21.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:13:21.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:14:11.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:14:11.847Z||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-16T14:14:11.847Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:14:11.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:14:11.849Z||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-16T14:14:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:14:21.416Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:14:21.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:15:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:15:11.848Z||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-16T14:15:11.848Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:15:11.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:15:11.849Z||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-16T14:15:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:15:21.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:15:21.476Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:16:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:16:11.845Z||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-16T14:16:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:16:11.848Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:16:11.849Z||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-16T14:16:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:16:21.402Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:16:21.408Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:17:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:17:11.845Z||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-16T14:17:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:17:11.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:17:11.849Z||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-16T14:17:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:17:21.407Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:17:21.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:18:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:18:11.845Z||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-16T14:18:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:18:11.849Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:18:11.850Z||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-16T14:18:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:18:21.401Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:18:21.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:19:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:19:11.845Z||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-16T14:19:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:19:11.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:19:11.849Z||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-16T14:19:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:19:21.413Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:19:21.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:20:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:20:11.845Z||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-16T14:20:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:20:11.848Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:20:11.849Z||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-16T14:20:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:20:21.429Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:20:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:21:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:21:11.845Z||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-16T14:21:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:21:11.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:21:11.849Z||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-16T14:21:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:21:21.410Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:21:21.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:22:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:22:11.845Z||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-16T14:22:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:22:11.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:22:11.849Z||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-16T14:22:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:22:21.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:22:21.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:23:11.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:23:11.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:23:11.850Z||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-16T14:23:11.850Z||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-16T14:23:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:23:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:23:21.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:23:21.452Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:24:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:24:11.846Z||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-16T14:24:11.847Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:24:11.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:24:11.849Z||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-16T14:24:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:24:21.414Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:24:21.414Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:25:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:25:11.845Z||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-16T14:25:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:25:11.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:25:11.849Z||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-16T14:25:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:25:21.418Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:25:21.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:26:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:26:11.845Z||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-16T14:26:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:26:11.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:26:11.849Z||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-16T14:26:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:26:21.409Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:26:21.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:27:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:27:11.845Z||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-16T14:27:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:27:11.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:27:11.849Z||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-16T14:27:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:27:21.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:27:21.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:28:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:28:11.845Z||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-16T14:28:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:28:11.849Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:28:11.852Z||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-16T14:28:11.853Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:28:21.414Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:28:21.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:29:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:29:11.845Z||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-16T14:29:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:29:11.848Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:29:11.849Z||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-16T14:29:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:29:21.405Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:29:21.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:30:11.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:30:11.846Z||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-16T14:30:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:30:11.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:30:11.849Z||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-16T14:30:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:30:21.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:30:21.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:31:11.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:31:11.846Z||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-16T14:31:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:31:11.848Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:31:11.849Z||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-16T14:31:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:31:21.418Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:31:21.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:32:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:32:11.848Z||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-16T14:32:11.848Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:32:11.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:32:11.849Z||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-16T14:32:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:32:21.416Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:32:21.416Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:33:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:33:11.845Z||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-16T14:33:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:33:11.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:33:11.849Z||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-16T14:33:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:33:21.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:33:21.427Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:34:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:34:11.845Z||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-16T14:34:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:34:11.848Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:34:11.849Z||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-16T14:34:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:34:21.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:34:21.412Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:35:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:35:11.846Z||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-16T14:35:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:35:11.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:35:11.849Z||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-16T14:35:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:35:21.402Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:35:21.413Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:36:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:36:11.846Z||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-16T14:36:11.847Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:36:11.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:36:11.849Z||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-16T14:36:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:36:21.405Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:36:21.411Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:37:11.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:37:11.847Z||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-16T14:37:11.848Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:37:11.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:37:11.850Z||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-16T14:37:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:37:21.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:37:21.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:38:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:38:11.845Z||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-16T14:38:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:38:11.849Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:38:11.850Z||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-16T14:38:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:38:21.397Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:38:21.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:39:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:39:11.845Z||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-16T14:39:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:39:11.848Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:39:11.849Z||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-16T14:39:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:39:21.394Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:39:21.396Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:40:11.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:40:11.845Z||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-16T14:40:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:40:11.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:40:11.849Z||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-16T14:40:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:40:21.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:40:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:41:11.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:41:11.849Z||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-16T14:41:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:41:11.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:41:11.853Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T14:41:11.853Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as S3F6ztAxvehXCtQF) ...
2022-03-16T14:41:21.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:41:21.419Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:42:11.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:42:11.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:42:11.848Z||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-16T14:42:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:42:11.849Z||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-16T14:42:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:42:21.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:42:21.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:43:11.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:43:11.846Z||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-16T14:43:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:43:11.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:43:11.849Z||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-16T14:43:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:43:21.414Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:43:21.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:44:11.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:44:11.846Z||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-16T14:44:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:44:11.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:44:11.851Z||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-16T14:44:11.851Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:44:21.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:44:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:45:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:45:11.847Z||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-16T14:45:11.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:45:11.852Z||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-16T14:45:11.852Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:45:11.848Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:45:21.419Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:45:21.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:46:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:46:11.845Z||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-16T14:46:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:46:11.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:46:11.849Z||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-16T14:46:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:46:21.411Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:46:21.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:47:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:47:11.845Z||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-16T14:47:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:47:11.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:47:11.849Z||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-16T14:47:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:47:21.422Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:47:21.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:48:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:48:11.846Z||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-16T14:48:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:48:11.849Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:48:11.850Z||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-16T14:48:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:48:21.412Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:48:21.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:49:11.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:49:11.847Z||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-16T14:49:11.847Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:49:11.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:49:11.849Z||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-16T14:49:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:49:21.402Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:49:21.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:50:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:50:11.845Z||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-16T14:50:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:50:11.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:50:11.849Z||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-16T14:50:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:50:21.418Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:50:21.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:51:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:51:11.845Z||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-16T14:51:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:51:11.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:51:11.849Z||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-16T14:51:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:51:21.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:51:21.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:52:11.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:52:11.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:52:11.849Z||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-16T14:52:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:52:11.849Z||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-16T14:52:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:52:21.402Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:52:21.404Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:53:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:53:11.845Z||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-16T14:53:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:53:11.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:53:11.849Z||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-16T14:53:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:53:21.422Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:53:21.428Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:54:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:54:11.845Z||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-16T14:54:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:54:11.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:54:11.849Z||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-16T14:54:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:54:21.406Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:54:21.409Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:55:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:55:11.845Z||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-16T14:55:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:55:11.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:55:11.849Z||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-16T14:55:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:55:21.418Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:55:21.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:56:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:56:11.845Z||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-16T14:56:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:56:11.849Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:56:11.849Z||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-16T14:56:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:56:21.399Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:56:21.413Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:57:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:57:11.845Z||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-16T14:57:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:57:11.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:57:11.851Z||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-16T14:57:11.852Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:57:21.417Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:57:21.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:58:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:58:11.845Z||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-16T14:58:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:58:11.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:58:11.850Z||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-16T14:58:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:58:21.402Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:58:21.420Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:59:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:59:11.845Z||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-16T14:59:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:59:11.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T14:59:11.849Z||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-16T14:59:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T14:59:21.415Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T14:59:21.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:00:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:00:11.845Z||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-16T15:00:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:00:11.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:00:11.849Z||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-16T15:00:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:00:21.401Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:00:21.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:01:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:01:11.846Z||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-16T15:01:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:01:11.848Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:01:11.849Z||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-16T15:01:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:01:21.413Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:01:21.415Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:02:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:02:11.848Z||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-16T15:02:11.848Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:02:11.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:02:11.849Z||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-16T15:02:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:02:21.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:02:21.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:03:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:03:11.846Z||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-16T15:03:11.846Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:03:11.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:03:11.849Z||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-16T15:03:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:03:21.415Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:03:21.415Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:04:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:04:11.845Z||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-16T15:04:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:04:11.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:04:11.850Z||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-16T15:04:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:04:21.408Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:04:21.412Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:05:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:05:11.845Z||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-16T15:05:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:05:11.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:05:11.850Z||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-16T15:05:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:05:21.413Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:05:21.429Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:06:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:06:11.845Z||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-16T15:06:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:06:11.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:06:11.849Z||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-16T15:06:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:06:21.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:06:21.428Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:07:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:07:11.845Z||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-16T15:07:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:07:11.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:07:11.849Z||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-16T15:07:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:07:21.411Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:07:21.416Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:08:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:08:11.845Z||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-16T15:08:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:08:11.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:08:11.849Z||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-16T15:08:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:08:21.417Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:08:21.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:09:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:09:11.845Z||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-16T15:09:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:09:11.848Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:09:11.849Z||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-16T15:09:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:09:21.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:09:21.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:11.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:10:11.845Z||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-16T15:10:11.845Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:11.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:10:11.850Z||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-16T15:10:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:12.117Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:12.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647443396141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443401877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "cds",
"timestamp": 1647443402714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647443396141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443401877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"status": "NOTIFIED"
}
2022-03-16T15:10:12.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "cds",
"timestamp": 1647443402714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647443396141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "policy-id",
"timestamp": 1647443404522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443401877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-16T15:10:12.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "cds",
"timestamp": 1647443402714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647443396141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "policy-id",
"timestamp": 1647443404522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443401877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "cds",
"timestamp": 1647443402714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647443396141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "policy-id",
"timestamp": 1647443404522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-16T15:10:12.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443401877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-16T15:10:12.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "cds",
"timestamp": 1647443402714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647443396141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "policy-id",
"timestamp": 1647443404522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443401877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "cds",
"timestamp": 1647443402714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "policy-id",
"timestamp": 1647443404522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647443396141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443401877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:10:12.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "cds",
"timestamp": 1647443402714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:10:12.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "policy-id",
"timestamp": 1647443404522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "aai-ml",
"timestamp": 1647443409429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "policy-id",
"timestamp": 1647443404522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:10:12.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443410882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:10:12.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:10:12.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "cds",
"timestamp": 1647443410912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:10:12.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:10:12.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "aai-ml",
"timestamp": 1647443409429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:10:12.493Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:12.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-16T15:10:12.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ca6a450a-ee63-4d76-9fa0-4a49943ceba8","serviceName":"basic_onboard_OoCMcC","serviceVersion":"1.0","serviceUUID":"93874004-b639-4cc4-8945-bd2c67034b1e","serviceDescription":"service","serviceInvariantUUID":"061f1c93-711c-459e-9b13-e39fcff3adba","resources":[{"resourceInstanceName":"basic_onboard_OoCMcC 0","resourceName":"basic_onboard_OoCMcC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9e5d95d2-0ab1-44ff-b8a1-a124c2e974e7","resourceInvariantUUID":"9fe8379d-631a-490d-af87-653eb7635f31","resourceCustomizationUUID":"f57dc50a-2ec3-4db0-b81e-32bcf1774a99","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vf-license-model.xml","artifactChecksum":"OWMwY2E5YjliYmE2YWU5NmM2NjJjMTYxMDRmNTcyMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d9dfdd6-5b6b-48e5-addd-13b4735cce63","artifactVersion":"1"},{"artifactName":"basic_onboard_oocmcc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json","artifactChecksum":"ZGU0MWRmZDEwNzc2YzUzZDJmZGYyYTMyY2EyNTJkNDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f45ca2ec-5cbf-448f-b41f-49786a5ce64f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c999f22e-7bdb-4a6c-bb9c-ea00f95659fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"27f0cdce-bda5-478f-a407-c373665ecac3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"913d1d7b-b1dd-4eb3-8dad-5e888fbf22c1","artifactVersion":"2","generatedFromUUID":"c999f22e-7bdb-4a6c-bb9c-ea00f95659fc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOocmcc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-template.yml","artifactChecksum":"ZmQ3N2JlMWU1NWY5OGZlMTE3MTZlODcwZjhlNzJlYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cc1675f-c8f1-47a8-bf51-9f9bc449f61b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOocmcc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar","artifactChecksum":"ZDMyZGExYWUwMWMxMDJhZGU0MjVhNWRiMDhmMmRhMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c04cfa5a-8c0a-47a4-95f6-7af9c6266f31","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-16T15:10:12.506Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:10:12.513Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:10:12.525Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:10:12.526Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443411844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:12.626Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-16T15:10:12.631Z||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-16T15:10:12.631Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:12.650Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:12.651Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:10:13.533Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:10:13.533Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:10:13.536Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:10:13.536Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443411844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"status": "NOTIFIED"
}
2022-03-16T15:10:13.636Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:10:13.637Z||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-16T15:10:13.637Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:13.651Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:13.652Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:10:14.537Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:10:14.537Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:10:14.539Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:10:14.539Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443411844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-16T15:10:14.640Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T15:10:14.641Z||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-16T15:10:14.641Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:14.655Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:14.655Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-16T15:10:15.540Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:10:15.541Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:10:15.544Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:10:15.544Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443411844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:15.644Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T15:10:15.645Z||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-16T15:10:15.646Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:15.660Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:15.660Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:10:16.545Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:10:16.547Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:10:16.549Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:10:16.549Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443411844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-16T15:10:16.649Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T15:10:16.651Z||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-16T15:10:16.651Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:16.668Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:16.670Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:10:17.550Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:10:17.551Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:10:17.554Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:10:17.555Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443411844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:10:17.657Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T15:10:17.658Z||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-16T15:10:17.659Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:17.671Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:17.672Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:10:18.556Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:10:18.557Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:10:18.559Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:10:18.559Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443411844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:10:18.659Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:10:18.661Z||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-16T15:10:18.661Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:18.673Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:18.674Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:10:19.561Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"serviceName": "basic_onboard_OoCMcC",
"serviceVersion": "1.0",
"serviceUUID": "93874004-b639-4cc4-8945-bd2c67034b1e",
"serviceDescription": "service",
"serviceInvariantUUID": "061f1c93-711c-459e-9b13-e39fcff3adba",
"resources": [
{
"resourceInstanceName": "basic_onboard_OoCMcC 0",
"resourceCustomizationUUID": "f57dc50a-2ec3-4db0-b81e-32bcf1774a99",
"resourceName": "basic_onboard_OoCMcC",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9e5d95d2-0ab1-44ff-b8a1-a124c2e974e7",
"resourceInvariantUUID": "9fe8379d-631a-490d-af87-653eb7635f31",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_oocmcc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"artifactChecksum": "ZGU0MWRmZDEwNzc2YzUzZDJmZGYyYTMyY2EyNTJkNDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f45ca2ec-5cbf-448f-b41f-49786a5ce64f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c999f22e-7bdb-4a6c-bb9c-ea00f95659fc",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "913d1d7b-b1dd-4eb3-8dad-5e888fbf22c1",
"generatedFromUUID": "c999f22e-7bdb-4a6c-bb9c-ea00f95659fc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "913d1d7b-b1dd-4eb3-8dad-5e888fbf22c1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOocmcc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"artifactChecksum": "ZDMyZGExYWUwMWMxMDJhZGU0MjVhNWRiMDhmMmRhMGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c04cfa5a-8c0a-47a4-95f6-7af9c6266f31"
}
],
"workloadContext": "Production"
}
2022-03-16T15:10:19.563Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-16T15:10:19.563Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93874004-b639-4cc4-8945-bd2c67034b1e ASDC
2022-03-16T15:10:19.676Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ca6a450a-ee63-4d76-9fa0-4a49943ceba8
ServiceName:basic_onboard_OoCMcC
ServiceVersion:1.0
ServiceUUID:93874004-b639-4cc4-8945-bd2c67034b1e
ServiceInvariantUUID:061f1c93-711c-459e-9b13-e39fcff3adba
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOocmcc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar
ArtifactUUID:c04cfa5a-8c0a-47a4-95f6-7af9c6266f31
ArtifactChecksum:ZDMyZGExYWUwMWMxMDJhZGU0MjVhNWRiMDhmMmRhMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OoCMcC 0
ResourceCustomizationUUID:f57dc50a-2ec3-4db0-b81e-32bcf1774a99
ResourceInvariantUUID:9fe8379d-631a-490d-af87-653eb7635f31
ResourceName:basic_onboard_OoCMcC
ResourceType:VF
ResourceUUID:9e5d95d2-0ab1-44ff-b8a1-a124c2e974e7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oocmcc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json
ArtifactUUID:f45ca2ec-5cbf-448f-b41f-49786a5ce64f
ArtifactChecksum:ZGU0MWRmZDEwNzc2YzUzZDJmZGYyYTMyY2EyNTJkNDg=
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/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c999f22e-7bdb-4a6c-bb9c-ea00f95659fc
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/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env
ArtifactUUID:913d1d7b-b1dd-4eb3-8dad-5e888fbf22c1
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/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env
ArtifactUUID:913d1d7b-b1dd-4eb3-8dad-5e888fbf22c1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-16T15:10:19.676Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93874004-b639-4cc4-8945-bd2c67034b1e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-16T15:10:19.979Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T15:10:19.981Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-16T15:10:19.983Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-16T15:10:19.983Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c04cfa5a-8c0a-47a4-95f6-7af9c6266f31 from URL: /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:19.983Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-16T15:10:19.985Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:21.056Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-16T15:10:21.073Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar c04cfa5a-8c0a-47a4-95f6-7af9c6266f31 71562
2022-03-16T15:10:21.075Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar ASDC sendASDCNotification
2022-03-16T15:10:21.076Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:21.077Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T15:10:21.079Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:10:21.081Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:10:21.082Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443421074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:10:21.182Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:10:21.183Z||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-16T15:10:21.183Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:21.207Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:21.209Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:10:22.083Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T15:10:22.084Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-16T15:10:22.084Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c04cfa5a-8c0a-47a4-95f6-7af9c6266f31, URL: /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar to file: /app/ASDC/1/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:22.087Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:22.288Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:22.288Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:23.002Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6315084641198590186/Definitions/service-BasicOnboardOocmcc-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-16T15:10:25.652Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-16T15:10:25.661Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-16T15:10:25.661Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:25.663Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-16T15:10:25.664Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:25.664Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:25.664Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:25.664Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:25.664Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:25.665Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OoCMcC 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-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:25.665Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:25.665Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:25.665Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:25.665Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-16T15:10:25.675Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:25.677Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:10:25.682Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_OoCMcC 0 is matching search criteria
2022-03-16T15:10:25.682Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-16T15:10:25.684Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_OoCMcC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T15:10:25.686Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:25.686Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:10:25.687Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_OoCMcC 0 is matching search criteria
2022-03-16T15:10:25.687Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-16T15:10:25.687Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_OoCMcC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T15:10:25.687Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:25.687Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:10:25.691Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:25.692Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_OoCMcC 0 is not matching search criteria
2022-03-16T15:10:25.692Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-16T15:10:25.692Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-16T15:10:25.692Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-16T15:10:25.692Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-16T15:10:25.693Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-16T15:10:25.693Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:25.693Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T15:10:25.695Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:25.695Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_OoCMcC 0 is matching search criteria
2022-03-16T15:10:25.695Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_OoCMcC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:10:25.696Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:25.696Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_OoCMcC 0 is matching search criteria
2022-03-16T15:10:25.696Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_OoCMcC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:10:25.697Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:25.697Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_OoCMcC 0 is matching search criteria
2022-03-16T15:10:25.697Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_OoCMcC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:10:25.697Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:25.697Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_OoCMcC 0 is not matching search criteria
2022-03-16T15:10:25.697Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-16T15:10:25.698Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-16T15:10:25.698Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=15760fff-0800-4c1f-b034-f4c0ae209e56
2022-03-16T15:10:25.699Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:25.699Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:10:25.699Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:25.700Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:10:25.700Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:25.700Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:10:25.700Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:25.700Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:10:25.701Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_OoCMcC
Description:service
Model UUID:93874004-b639-4cc4-8945-bd2c67034b1e
Model Version:NULL
Model InvariantUuid:061f1c93-711c-459e-9b13-e39fcff3adba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_OoCMcC
Model UUID:d8944c7b-39bb-4d96-ae17-df6bf88e9b8b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9fe8379d-631a-490d-af87-653eb7635f31
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f57dc50a-2ec3-4db0-b81e-32bcf1774a99
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:69e8af89-ddcb-407d-a33c-c5e46b8865ed
ModelName:BasicOnboardOocmcc..base_ubuntu18..module-0
ModelUuid:4057c0b8-64aa-4426-9b2a-7f1cf36886cd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:15760fff-0800-4c1f-b034-f4c0ae209e56
ModelInvariantUuid:912f336a-6967-436f-9d3f-2f13ec0d99e1
ModelName:basic_onboard_OoCMcC-nodes.ubuntu18Cvfc
ModelUuid:edb8a572-edb3-4cc0-99cb-ec2e4cedb811
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:857b2482-67e1-4a67-ac78-e1282c1b6c67
ModelInvariantUuid:cc2f6a00-0aeb-4ac9-ab9e-a10f0b279d5c
ModelName:BasicOnboardOocmcc.compute.nodes.heat.ubuntu18
ModelUuid:6fbb8db2-1da5-4c8e-9a4e-9f0e7ae0accc
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-16T15:10:25.748Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 9e5d95d2-0ab1-44ff-b8a1-a124c2e974e7
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-16T15:10:25.870Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||basic_onboard_OoCMcC 0
2022-03-16T15:10:25.879Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9e5d95d2-0ab1-44ff-b8a1-a124c2e974e7
2022-03-16T15:10:25.879Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f45ca2ec-5cbf-448f-b41f-49786a5ce64f from URL: /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json
2022-03-16T15:10:25.879Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-16T15:10:25.880Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json
2022-03-16T15:10:27.212Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-16T15:10:27.212Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json f45ca2ec-5cbf-448f-b41f-49786a5ce64f 798
2022-03-16T15:10:27.213Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json ASDC sendASDCNotification
2022-03-16T15:10:27.213Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json
2022-03-16T15:10:27.213Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T15:10:27.213Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:10:27.224Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:10:27.225Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443427212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:10:27.326Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:10:27.328Z||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-16T15:10:27.328Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:27.419Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:27.421Z||pool-11-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:10:28.227Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOocmcc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "69e8af89-ddcb-407d-a33c-c5e46b8865ed",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4057c0b8-64aa-4426-9b2a-7f1cf36886cd",
"vfModuleModelCustomizationUUID": "a850f0f2-43f8-4c02-be63-c765181684ae",
"isBase": true,
"artifacts": [
"c999f22e-7bdb-4a6c-bb9c-ea00f95659fc",
"913d1d7b-b1dd-4eb3-8dad-5e888fbf22c1"
],
"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-16T15:10:28.250Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOocmcc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4057c0b8-64aa-4426-9b2a-7f1cf36886cd
VfModuleModelInvariantUUID:69e8af89-ddcb-407d-a33c-c5e46b8865ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
c999f22e-7bdb-4a6c-bb9c-ea00f95659fc
,
913d1d7b-b1dd-4eb3-8dad-5e888fbf22c1
}
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-16T15:10:28.255Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOocmcc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "69e8af89-ddcb-407d-a33c-c5e46b8865ed",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4057c0b8-64aa-4426-9b2a-7f1cf36886cd",
"vfModuleModelCustomizationUUID": "a850f0f2-43f8-4c02-be63-c765181684ae",
"isBase": true,
"artifacts": [
"c999f22e-7bdb-4a6c-bb9c-ea00f95659fc",
"913d1d7b-b1dd-4eb3-8dad-5e888fbf22c1"
],
"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-16T15:10:28.255Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOocmcc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4057c0b8-64aa-4426-9b2a-7f1cf36886cd
VfModuleModelInvariantUUID:69e8af89-ddcb-407d-a33c-c5e46b8865ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
c999f22e-7bdb-4a6c-bb9c-ea00f95659fc
,
913d1d7b-b1dd-4eb3-8dad-5e888fbf22c1
}
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-16T15:10:28.255Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c999f22e-7bdb-4a6c-bb9c-ea00f95659fc from URL: /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml
2022-03-16T15:10:28.255Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-16T15:10:28.255Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml
2022-03-16T15:10:29.349Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-16T15:10:29.350Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml c999f22e-7bdb-4a6c-bb9c-ea00f95659fc 5033
2022-03-16T15:10:29.350Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-16T15:10:29.350Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml
2022-03-16T15:10:29.350Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T15:10:29.351Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:10:29.353Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:10:29.354Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443429350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:10:29.453Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T15:10:29.455Z||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-16T15:10:29.455Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:29.476Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:29.477Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-16T15:10:30.355Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 913d1d7b-b1dd-4eb3-8dad-5e888fbf22c1 from URL: /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env
2022-03-16T15:10:30.355Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-16T15:10:30.355Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env
2022-03-16T15:10:31.705Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-16T15:10:31.715Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env 913d1d7b-b1dd-4eb3-8dad-5e888fbf22c1 909
2022-03-16T15:10:31.718Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-16T15:10:31.718Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env
2022-03-16T15:10:31.718Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T15:10:31.718Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:10:31.723Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:10:31.724Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443431718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:10:31.822Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-16T15:10:31.823Z||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-16T15:10:31.823Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:31.838Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:31.839Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-16T15:10:32.725Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 93874004-b639-4cc4-8945-bd2c67034b1e
2022-03-16T15:10:32.726Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OoCMcC 0 9e5d95d2-0ab1-44ff-b8a1-a124c2e974e7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-16T15:10:32.772Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3bdc4527, org.onap.sdc.toscaparser.api.parameters.Input@29f0e636, org.onap.sdc.toscaparser.api.parameters.Input@3a18b3c7, org.onap.sdc.toscaparser.api.parameters.Input@1b3074fb, org.onap.sdc.toscaparser.api.parameters.Input@421cefc7]
2022-03-16T15:10:32.776Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:32.777Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:10:32.777Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-03-16T15:10:32.777Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f57dc50a-2ec3-4db0-b81e-32bcf1774a99
2022-03-16T15:10:32.777Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f57dc50a-2ec3-4db0-b81e-32bcf1774a99 matches Tosca VF Customization UUID: f57dc50a-2ec3-4db0-b81e-32bcf1774a99
2022-03-16T15:10:32.778Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f57dc50a-2ec3-4db0-b81e-32bcf1774a99 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-16T15:10:32.789Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:32.790Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:10:32.792Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f57dc50a-2ec3-4db0-b81e-32bcf1774a99: {\"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-16T15:10:32.793Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d360689
2022-03-16T15:10:32.793Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:32.794Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T15:10:32.797Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a850f0f2-43f8-4c02-be63-c765181684ae
2022-03-16T15:10:32.799Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a850f0f2-43f8-4c02-be63-c765181684ae
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-16T15:10:32.814Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:32.815Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_OoCMcC 0 is matching search criteria
2022-03-16T15:10:32.815Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_OoCMcC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:10:32.817Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:32.817Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_OoCMcC 0 is matching search criteria
2022-03-16T15:10:32.818Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_OoCMcC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:10:32.818Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:32.818Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_OoCMcC 0 is not matching search criteria
2022-03-16T15:10:32.819Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-16T15:10:32.819Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-16T15:10:32.819Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=15760fff-0800-4c1f-b034-f4c0ae209e56
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-16T15:10:32.834Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:32.836Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_OoCMcC 0 is matching search criteria
2022-03-16T15:10:32.836Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_OoCMcC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:10:32.837Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:32.837Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_OoCMcC 0 is matching search criteria
2022-03-16T15:10:32.837Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_OoCMcC 0] matching following query criteria: sdcType=VF, customizationUUID=f57dc50a-2ec3-4db0-b81e-32bcf1774a99
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-16T15:10:32.841Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:32.842Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:10:32.844Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 93874004-b639-4cc4-8945-bd2c67034b1e: basic_onboard_OoCMcC
2022-03-16T15:10:32.844Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:32.844Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:10:32.845Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:32.845Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:10:32.845Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:32.846Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:10:32.846Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:32.846Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:10:32.846Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:10:32.847Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_OoCMcC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:10:32.847Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_OoCMcC
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-16T15:10:33.254Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OoCMcC 9e5d95d2-0ab1-44ff-b8a1-a124c2e974e7 1 ASDC deployResourceStructure
2022-03-16T15:10:33.255Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json ASDC sendASDCNotification
2022-03-16T15:10:33.256Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json
2022-03-16T15:10:33.256Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T15:10:33.256Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:10:33.259Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:10:33.259Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443433255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-16T15:10:33.359Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:10:33.361Z||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-16T15:10:33.361Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:33.378Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:33.379Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:10:34.260Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-16T15:10:34.263Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml
2022-03-16T15:10:34.264Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T15:10:34.264Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:10:34.267Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:10:34.267Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443434260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-16T15:10:34.367Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:10:34.368Z||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-16T15:10:34.368Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:34.387Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:34.389Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:10:35.268Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-16T15:10:35.268Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env
2022-03-16T15:10:35.269Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T15:10:35.269Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:10:35.271Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:10:35.271Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443435268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-16T15:10:35.371Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:10:35.372Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-16T15:10:35.372Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:35.388Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:35.388Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:10:36.272Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar ASDC sendASDCNotification
2022-03-16T15:10:36.273Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar
2022-03-16T15:10:36.274Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T15:10:36.275Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:10:36.277Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:10:36.278Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443436271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T15:10:36.378Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:10:36.381Z||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-16T15:10:36.381Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:10:36.398Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:10:36.399Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:10:37.279Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8
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-16T15:10:37.313Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8
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-16T15:10:37.318Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T15:10:37.318Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T15:10:37.319Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T15:11:07.319Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8
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-16T15:11:07.352Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8
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-16T15:11:07.362Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T15:11:07.362Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T15:11:07.362Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T15:11:11.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:11:11.851Z||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-16T15:11:11.851Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:11:11.892Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:11:11.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:11:11.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "cds",
"timestamp": 1647443411934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-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-16T15:11:11.908Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ca6a450a-ee63-4d76-9fa0-4a49943ceba8
2022-03-16T15:11:11.909Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca6a450a-ee63-4d76-9fa0-4a49943ceba8 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-16T15:11:37.363Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8
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-16T15:11:37.386Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8
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-16T15:11:37.389Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T15:11:37.389Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T15:11:37.389Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T15:12:07.390Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8
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-16T15:12:07.399Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8
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-16T15:12:07.403Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T15:12:07.404Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T15:12:07.404Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T15:12:11.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:12:11.850Z||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-16T15:12:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:12:11.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:12:11.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:12:11.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "aai-ml",
"timestamp": 1647443409429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:12:11.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:12:37.404Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8
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-16T15:12:37.425Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8
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-16T15:12:37.433Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T15:12:37.435Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T15:12:37.436Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T15:13:07.436Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8
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-16T15:13:07.462Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8
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-16T15:13:07.465Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T15:13:07.465Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T15:13:07.465Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T15:13:11.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:13:11.850Z||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-16T15:13:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:13:11.897Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:13:11.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "policy-id",
"timestamp": 1647443413262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:13:11.903Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443411844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443412674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:13:11.904Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "aai-ml",
"timestamp": 1647443409429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "policy-id",
"timestamp": 1647443414274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T15:13:11.905Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443411844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"status": "NOTIFIED"
}
2022-03-16T15:13:11.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443413987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:13:11.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "aai-ml",
"timestamp": 1647443409429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "policy-id",
"timestamp": 1647443415282,
"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-16T15:13:11.920Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca6a450a-ee63-4d76-9fa0-4a49943ceba8
2022-03-16T15:13:11.920Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca6a450a-ee63-4d76-9fa0-4a49943ceba8 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-16T15:13:11.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443411844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-16T15:13:11.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443415072,
"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-16T15:13:11.935Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca6a450a-ee63-4d76-9fa0-4a49943ceba8
2022-03-16T15:13:11.936Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca6a450a-ee63-4d76-9fa0-4a49943ceba8 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-16T15:13:11.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "aai-ml",
"timestamp": 1647443409429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443411844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443416078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-16T15:13:11.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "aai-ml",
"timestamp": 1647443409429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:13:11.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443411844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-16T15:13:11.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443411844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "aai-ml",
"timestamp": 1647443417841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:13:11.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443411844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:13:11.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "clamp",
"timestamp": 1647443419132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443420290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "clamp",
"timestamp": 1647443419132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"status": "NOTIFIED"
}
2022-03-16T15:13:11.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443421074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:13:11.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443420290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "clamp",
"timestamp": 1647443419132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443420290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "clamp",
"timestamp": 1647443419132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443420290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "clamp",
"timestamp": 1647443419132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443420290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "clamp",
"timestamp": 1647443419132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443420290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:11.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "clamp",
"timestamp": 1647443419132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:13:11.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443420290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:13:11.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:11.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443427212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:13:11.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "aai-ml",
"timestamp": 1647443428484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-16T15:13:11.961Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443429350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:13:11.961Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443429739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:13:11.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "aai-ml",
"timestamp": 1647443429490,
"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-16T15:13:11.968Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ca6a450a-ee63-4d76-9fa0-4a49943ceba8
2022-03-16T15:13:11.969Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca6a450a-ee63-4d76-9fa0-4a49943ceba8 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-16T15:13:11.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443431718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:13:11.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443433255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/basic_onboard_oocmcc0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-16T15:13:11.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443434260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-16T15:13:11.985Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443435268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/resourceInstances/basic_onboard_oocmcc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-16T15:13:11.985Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "clamp",
"timestamp": 1647443435568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:13:11.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443436271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T15:13:11.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "clamp",
"timestamp": 1647443437659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T15:13:11.987Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443438235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOocmcc/1.0/artifacts/service-BasicOnboardOocmcc-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T15:13:11.987Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:13:11.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:11.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "clamp",
"timestamp": 1647443438669,
"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-16T15:13:11.992Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ca6a450a-ee63-4d76-9fa0-4a49943ceba8
2022-03-16T15:13:11.992Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca6a450a-ee63-4d76-9fa0-4a49943ceba8 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-16T15:13:12.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:12.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443439243,
"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-16T15:13:12.008Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ca6a450a-ee63-4d76-9fa0-4a49943ceba8
2022-03-16T15:13:12.008Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca6a450a-ee63-4d76-9fa0-4a49943ceba8 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-16T15:13:12.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:12.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "aai-ml",
"timestamp": 1647443469429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:12.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:12.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:12.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "cds",
"timestamp": 1647443462715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:12.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:12.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:12.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443461877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:12.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:12.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:12.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "policy-id",
"timestamp": 1647443464522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:12.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:12.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:12.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "aai-ml",
"timestamp": 1647443469429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:12.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:12.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:12.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443461877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"status": "NOTIFIED"
}
2022-03-16T15:13:12.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:12.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:12.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "cds",
"timestamp": 1647443462715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:12.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:12.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T15:13:12.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "policy-id",
"timestamp": 1647443464522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:13:12.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-16T15:13:37.466Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8
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-16T15:13:37.491Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8
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-16T15:13:37.496Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T15:13:37.497Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-16T15:13:37.497Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-16T15:13:37.498Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-16T15:13:37.498Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-03-16T15:13:37.498Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-16T15:13:37.523Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-16T15:14:07.523Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8 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-16T15:14:07.535Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ca6a450a-ee63-4d76-9fa0-4a49943ceba8 and serviceModelVersionId: 93874004-b639-4cc4-8945-bd2c67034b1e
2022-03-16T15:14:07.536Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 061f1c93-711c-459e-9b13-e39fcff3adba
2022-03-16T15:14:11.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:14:11.850Z||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-16T15:14:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:12.405Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:12.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "aai-ml",
"timestamp": 1647443469429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "cds",
"timestamp": 1647443462715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443461877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T15:14:12.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "policy-id",
"timestamp": 1647443464522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T15:14:12.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "aai-ml",
"timestamp": 1647443469429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443461877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "policy-id",
"timestamp": 1647443464522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "cds",
"timestamp": 1647443462715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "aai-ml",
"timestamp": 1647443469429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443461877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-16T15:14:12.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "policy-id",
"timestamp": 1647443464522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "cds",
"timestamp": 1647443462715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "aai-ml",
"timestamp": 1647443469429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443461877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "policy-id",
"timestamp": 1647443464522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "cds",
"timestamp": 1647443462715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "aai-ml",
"timestamp": 1647443469429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:14:12.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443461877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:14:12.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "policy-id",
"timestamp": 1647443464522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:14:12.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "cds",
"timestamp": 1647443462715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:14:12.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647443476141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "aai-ml",
"timestamp": 1647443477399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:14:12.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:14:12.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443477429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:14:12.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:14:12.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "policy-id",
"timestamp": 1647443478271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:14:12.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:14:12.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "cds",
"timestamp": 1647443477473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:14:12.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:14:12.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647443476141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "policy-id",
"timestamp": 1647443479276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T15:14:12.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:14:12.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "cds",
"timestamp": 1647443478479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-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-16T15:14:12.431Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 250bff63-3a8c-4d8d-ad1c-94616e325fe8
2022-03-16T15:14:12.432Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250bff63-3a8c-4d8d-ad1c-94616e325fe8 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-16T15:14:12.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647443476141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443478882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:14:12.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:14:12.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "policy-id",
"timestamp": 1647443480280,
"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-16T15:14:12.443Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 250bff63-3a8c-4d8d-ad1c-94616e325fe8
2022-03-16T15:14:12.443Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250bff63-3a8c-4d8d-ad1c-94616e325fe8 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-16T15:14:12.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "clamp",
"timestamp": 1647443479131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647443476141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443480569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:14:12.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:14:12.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443480289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "clamp",
"timestamp": 1647443479131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"status": "NOTIFIED"
}
2022-03-16T15:14:12.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647443476141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443481601,
"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-16T15:14:12.457Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 250bff63-3a8c-4d8d-ad1c-94616e325fe8
2022-03-16T15:14:12.458Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250bff63-3a8c-4d8d-ad1c-94616e325fe8 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-16T15:14:12.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443480289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "clamp",
"timestamp": 1647443479131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647443476141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647443482621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"status": "DEPLOY_OK"
}
2022-03-16T15:14:12.465Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:14:12.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443480289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "clamp",
"timestamp": 1647443479131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647443476141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443480289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "clamp",
"timestamp": 1647443479131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443480289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "clamp",
"timestamp": 1647443479131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443480289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:12.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "clamp",
"timestamp": 1647443479131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:14:12.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "aai-ml",
"timestamp": 1647443486739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-16T15:14:12.470Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:14:12.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443480289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:14:12.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:14:12.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "aai-ml",
"timestamp": 1647443487745,
"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-16T15:14:12.475Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 250bff63-3a8c-4d8d-ad1c-94616e325fe8
2022-03-16T15:14:12.475Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250bff63-3a8c-4d8d-ad1c-94616e325fe8 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-16T15:14:12.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443489570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:14:12.484Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:14:12.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "clamp",
"timestamp": 1647443493601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:14:12.484Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:14:12.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "clamp",
"timestamp": 1647443494665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T15:14:12.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:14:12.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "clamp",
"timestamp": 1647443495669,
"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-16T15:14:12.489Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 250bff63-3a8c-4d8d-ad1c-94616e325fe8
2022-03-16T15:14:12.489Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250bff63-3a8c-4d8d-ad1c-94616e325fe8 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-16T15:14:12.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443497284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T15:14:12.499Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:14:12.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:14:12.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647443498306,
"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-16T15:14:12.508Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 250bff63-3a8c-4d8d-ad1c-94616e325fe8
2022-03-16T15:14:12.509Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250bff63-3a8c-4d8d-ad1c-94616e325fe8 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-16T15:14:24.810Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0
2022-03-16T15:14:24.946Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-16T15:14:25.495Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-16T15:14:25.501Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|INFO|500||Invoke
2022-03-16T15:14:27.057Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-16T15:14:27.058Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|INFO|500||Invoke
2022-03-16T15:14:28.582Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-16T15:14:28.585Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|INFO|500||Invoke
2022-03-16T15:14:29.615Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-16T15:14:29.616Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?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-16T15:14:29.617Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-16T15:14:29.617Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?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-16T15:14:29.625Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?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-16T15:14:29.627Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ca6a450a-ee63-4d76-9fa0-4a49943ceba8 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-16T15:14:29.628Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-16T15:14:29.628Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:29.631Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:29.631Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|DEBUG|500||try to send status {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443669627,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-16T15:14:29.731Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:14:29.732Z||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-16T15:14:29.732Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:29.746Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:29.747Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 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-16T15:14:30.653Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:14:30.654Z||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-16T15:14:30.654Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:35.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:35.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T15:14:35.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"250bff63-3a8c-4d8d-ad1c-94616e325fe8","serviceName":"vFW 2022-03-16 15-06-39","serviceVersion":"1.0","serviceUUID":"8ed4bcf9-e162-4283-adbc-4c77ac595294","serviceDescription":"catalog service description","serviceInvariantUUID":"f5fbb5b5-2737-4a86-b37a-4716c1c1ecba","resources":[{"resourceInstanceName":"vFW ed213753-b8b9 0","resourceName":"vFW ed213753-b8b9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d9240caf-e7b0-4f06-b3cf-907034662bb4","resourceInvariantUUID":"930e3f16-941c-4e7a-8d66-5ef72f1d5bb1","resourceCustomizationUUID":"75eb45b5-8c16-44b0-9cbb-e6287425aab3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vf-license-model.xml","artifactChecksum":"ZGM1ZGQ3OTk2M2M5MDY1M2RkZDM4ZTk0M2U5Y2U2YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d48bc48-a229-4bc4-ad49-8bb97211b816","artifactVersion":"1"},{"artifactName":"vfwed213753b8b90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json","artifactChecksum":"ZTgyNjUyZTBiZmNmMjU1YmQwYzkxN2IzNzk1MzVmZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fcdf9d45-82bf-4a23-8d4a-0eed6a6c9190","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b00bb872-bb01-4546-a9bc-52515ca07751","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vendor-license-model.xml","artifactChecksum":"NGRlM2I0ZjgxZjk4MWFjMmJhODdmMDA5ZmYyYTJiYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f1d91e43-234a-47ef-a71b-a636cfe8c807","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a49d01e1-9119-4093-a29e-983c30c0c832","artifactVersion":"2","generatedFromUUID":"b00bb872-bb01-4546-a9bc-52515ca07751"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220316150639-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-template.yml","artifactChecksum":"MTVjZDUyYjM0ZTJhZjMxZWE5NmM2YjljMmNmYjQxZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97a51d44-bb90-40be-88fd-cdd42329f3f4","artifactVersion":"1"},{"artifactName":"service-Vfw20220316150639-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar","artifactChecksum":"ZDI2OWU0ODhjZmRjZDJhMzg5NWFhNDUxMzY4YjUxMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"686e33c8-3540-4c66-bd69-b0441af6cef8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-16T15:14:35.047Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:14:35.048Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:35.050Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:35.050Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443670653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:35.150Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:14:35.151Z||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-16T15:14:35.152Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:35.166Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:35.167Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-16T15:14:36.050Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:14:36.051Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:36.053Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:36.053Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443670653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"status": "NOTIFIED"
}
2022-03-16T15:14:36.154Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:14:36.155Z||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-16T15:14:36.155Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:36.171Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:36.172Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-16T15:14:37.054Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:14:37.055Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:37.057Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:37.057Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443670653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T15:14:37.157Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:14:37.158Z||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-16T15:14:37.158Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:37.171Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:37.171Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:14:38.060Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:14:38.060Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:38.063Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:38.063Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443670653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:38.163Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:14:38.165Z||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-16T15:14:38.165Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:38.180Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:38.181Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-16T15:14:39.064Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:14:39.065Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:39.067Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:39.067Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443670653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-16T15:14:39.167Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:14:39.169Z||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-16T15:14:39.169Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:39.184Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:39.185Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:14:40.070Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:14:40.071Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:40.072Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:40.073Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443670653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:14:40.173Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:14:40.174Z||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-16T15:14:40.174Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:40.189Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:40.189Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-16T15:14:41.073Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:14:41.074Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:41.076Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:41.076Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443670653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:14:41.176Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:14:41.177Z||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-16T15:14:41.177Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:41.189Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:41.190Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:14:42.078Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"serviceName": "vFW 2022-03-16 15-06-39",
"serviceVersion": "1.0",
"serviceUUID": "8ed4bcf9-e162-4283-adbc-4c77ac595294",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f5fbb5b5-2737-4a86-b37a-4716c1c1ecba",
"resources": [
{
"resourceInstanceName": "vFW ed213753-b8b9 0",
"resourceCustomizationUUID": "75eb45b5-8c16-44b0-9cbb-e6287425aab3",
"resourceName": "vFW ed213753-b8b9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d9240caf-e7b0-4f06-b3cf-907034662bb4",
"resourceInvariantUUID": "930e3f16-941c-4e7a-8d66-5ef72f1d5bb1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwed213753b8b90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"artifactChecksum": "ZTgyNjUyZTBiZmNmMjU1YmQwYzkxN2IzNzk1MzVmZDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fcdf9d45-82bf-4a23-8d4a-0eed6a6c9190",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b00bb872-bb01-4546-a9bc-52515ca07751",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a49d01e1-9119-4093-a29e-983c30c0c832",
"generatedFromUUID": "b00bb872-bb01-4546-a9bc-52515ca07751"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a49d01e1-9119-4093-a29e-983c30c0c832",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220316150639-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"artifactChecksum": "ZDI2OWU0ODhjZmRjZDJhMzg5NWFhNDUxMzY4YjUxMGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "686e33c8-3540-4c66-bd69-b0441af6cef8"
}
],
"workloadContext": "Production"
}
2022-03-16T15:14:42.079Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-16T15:14:42.079Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8ed4bcf9-e162-4283-adbc-4c77ac595294 ASDC
2022-03-16T15:14:42.080Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:250bff63-3a8c-4d8d-ad1c-94616e325fe8
ServiceName:vFW 2022-03-16 15-06-39
ServiceVersion:1.0
ServiceUUID:8ed4bcf9-e162-4283-adbc-4c77ac595294
ServiceInvariantUUID:f5fbb5b5-2737-4a86-b37a-4716c1c1ecba
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220316150639-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar
ArtifactUUID:686e33c8-3540-4c66-bd69-b0441af6cef8
ArtifactChecksum:ZDI2OWU0ODhjZmRjZDJhMzg5NWFhNDUxMzY4YjUxMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ed213753-b8b9 0
ResourceCustomizationUUID:75eb45b5-8c16-44b0-9cbb-e6287425aab3
ResourceInvariantUUID:930e3f16-941c-4e7a-8d66-5ef72f1d5bb1
ResourceName:vFW ed213753-b8b9
ResourceType:VF
ResourceUUID:d9240caf-e7b0-4f06-b3cf-907034662bb4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwed213753b8b90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json
ArtifactUUID:fcdf9d45-82bf-4a23-8d4a-0eed6a6c9190
ArtifactChecksum:ZTgyNjUyZTBiZmNmMjU1YmQwYzkxN2IzNzk1MzVmZDI=
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/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml
ArtifactUUID:b00bb872-bb01-4546-a9bc-52515ca07751
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/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env
ArtifactUUID:a49d01e1-9119-4093-a29e-983c30c0c832
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/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env
ArtifactUUID:a49d01e1-9119-4093-a29e-983c30c0c832
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-16T15:14:42.080Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ed4bcf9-e162-4283-adbc-4c77ac595294 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-16T15:14:42.119Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T15:14:42.120Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-16T15:14:42.121Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-16T15:14:42.121Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 686e33c8-3540-4c66-bd69-b0441af6cef8 from URL: /sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:42.121Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-16T15:14:42.122Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:43.853Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-16T15:14:43.859Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar 686e33c8-3540-4c66-bd69-b0441af6cef8 98975
2022-03-16T15:14:43.859Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar ASDC sendASDCNotification
2022-03-16T15:14:43.860Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:43.860Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T15:14:43.861Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:43.863Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:43.864Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443683859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:14:43.964Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:14:43.965Z||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-16T15:14:43.965Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:43.982Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:43.982Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:14:44.864Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T15:14:44.865Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-16T15:14:44.866Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 686e33c8-3540-4c66-bd69-b0441af6cef8, URL: /sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar to file: /app/ASDC/1/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:44.866Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220316150639-csar.csar
2022-03-16T15:14:44.866Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:44.867Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:45.132Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13970375177485377391/Definitions/service-Vfw20220316150639-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-16T15:14:47.559Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-16T15:14:47.560Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-16T15:14:47.560Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:47.560Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-16T15:14:47.560Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||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-Vfw20220316150639-csar.csar
2022-03-16T15:14:47.561Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||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-Vfw20220316150639-csar.csar
2022-03-16T15:14:47.561Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ed213753-b8b9 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-Vfw20220316150639-csar.csar
2022-03-16T15:14:47.561Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:47.561Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:47.561Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:47.561Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||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-Vfw20220316150639-csar.csar
2022-03-16T15:14:47.562Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:47.562Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||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-Vfw20220316150639-csar.csar
2022-03-16T15:14:47.562Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:47.562Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:47.562Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:47.562Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:47.562Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-16T15:14:47.563Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:47.563Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:14:47.563Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is matching search criteria
2022-03-16T15:14:47.564Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-16T15:14:47.564Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed213753-b8b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T15:14:47.564Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:47.565Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:14:47.565Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is matching search criteria
2022-03-16T15:14:47.565Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-16T15:14:47.565Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed213753-b8b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T15:14:47.566Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:47.566Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:14:47.566Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:47.566Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is not matching search criteria
2022-03-16T15:14:47.567Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T15:14:47.567Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T15:14:47.567Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T15:14:47.567Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:14:47.567Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:14:47.567Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T15:14:47.568Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T15:14:47.568Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T15:14:47.568Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T15:14:47.568Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:14:47.568Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T15:14:47.569Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T15:14:47.569Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T15:14:47.569Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T15:14:47.569Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:14:47.569Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-16T15:14:47.570Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:47.570Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T15:14:47.570Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:47.570Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is matching search criteria
2022-03-16T15:14:47.570Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed213753-b8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:14:47.571Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:47.571Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is matching search criteria
2022-03-16T15:14:47.571Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed213753-b8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:14:47.572Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:47.572Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is matching search criteria
2022-03-16T15:14:47.572Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed213753-b8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:14:47.572Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:47.572Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is not matching search criteria
2022-03-16T15:14:47.573Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T15:14:47.573Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-16T15:14:47.573Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T15:14:47.573Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T15:14:47.573Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T15:14:47.573Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:14:47.574Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T15:14:47.574Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T15:14:47.574Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T15:14:47.574Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T15:14:47.574Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:14:47.574Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=67e8fe3c-35af-4011-b65c-7e7956b18a07
2022-03-16T15:14:47.575Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:47.575Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is not matching search criteria
2022-03-16T15:14:47.575Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T15:14:47.575Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T15:14:47.575Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T15:14:47.576Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:14:47.576Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:14:47.576Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T15:14:47.576Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T15:14:47.576Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-16T15:14:47.577Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T15:14:47.577Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T15:14:47.577Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T15:14:47.577Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:14:47.577Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7a4e8875-5b68-4400-b04e-0a9cd0526bf4
2022-03-16T15:14:47.578Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:47.578Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is not matching search criteria
2022-03-16T15:14:47.578Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T15:14:47.578Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T15:14:47.578Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T15:14:47.578Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:14:47.579Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:14:47.579Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T15:14:47.579Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T15:14:47.579Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T15:14:47.579Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T15:14:47.580Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:14:47.580Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T15:14:47.580Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-16T15:14:47.580Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0ec32691-ff29-463a-9d65-c4a69f96ab50
2022-03-16T15:14:47.580Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:47.581Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:14:47.581Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:47.581Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:14:47.581Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:47.581Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:14:47.582Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:47.582Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:14:47.582Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-16 15-06-39
Description:catalog service description
Model UUID:8ed4bcf9-e162-4283-adbc-4c77ac595294
Model Version:NULL
Model InvariantUuid:f5fbb5b5-2737-4a86-b37a-4716c1c1ecba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ed213753-b8b9
Model UUID:a925a2e2-836a-4481-8e39-6f4720a03db1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:930e3f16-941c-4e7a-8d66-5ef72f1d5bb1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:75eb45b5-8c16-44b0-9cbb-e6287425aab3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:de660e24-91cf-4f74-8c09-d8d7421eebf2
ModelName:VfwEd213753B8b9..base_vfw..module-0
ModelUuid:6c80c62f-02a5-4030-b99f-f4756ba686df
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:67e8fe3c-35af-4011-b65c-7e7956b18a07
ModelInvariantUuid:b25a70f7-0526-44dc-b90a-725d3f97925e
ModelName:vFW ed213753-b8b9-nodes.vfwCvfc
ModelUuid:83d87e32-f47b-484d-baf5-7baa2b19e668
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8c513042-dfc8-4d4d-a75d-a2379258924d
ModelInvariantUuid:07a242d7-ed93-47b8-8e33-ef8702a313c6
ModelName:VfwEd213753B8b9.compute.nodes.heat.vfw
ModelUuid:02b896d7-cee8-4b17-9f50-0b2c5ce7b182
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7a4e8875-5b68-4400-b04e-0a9cd0526bf4
ModelInvariantUuid:e0fe962e-c0df-470c-8549-f2879c56fac8
ModelName:vFW ed213753-b8b9-nodes.vsnCvfc
ModelUuid:e3f73f17-f205-4749-8ec7-72eb0e5a6415
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:715ce762-369f-453a-a586-dbfd1597cd4a
ModelInvariantUuid:652d328f-59c7-4d12-96b4-2d0649a76b3c
ModelName:VfwEd213753B8b9.compute.nodes.heat.vsn
ModelUuid:9721214f-7bfe-43cc-8ec7-b46f3a675033
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0ec32691-ff29-463a-9d65-c4a69f96ab50
ModelInvariantUuid:90ede329-80d6-4339-aa4d-e355360f02d5
ModelName:vFW ed213753-b8b9-nodes.vpgCvfc
ModelUuid:3a6eac40-63a3-4cf2-a134-180c812f92fe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b2f6aad3-710c-461e-bf2f-ff68d86f961b
ModelInvariantUuid:96035047-c99e-4f7c-8b28-d970a0693286
ModelName:VfwEd213753B8b9.compute.nodes.heat.vpg
ModelUuid:daf607a7-8506-4ce8-bf1b-2a139bfa688c
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-16T15:14:47.592Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d9240caf-e7b0-4f06-b3cf-907034662bb4
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-16T15:14:47.596Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||vFW ed213753-b8b9 0
2022-03-16T15:14:47.596Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d9240caf-e7b0-4f06-b3cf-907034662bb4
2022-03-16T15:14:47.596Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fcdf9d45-82bf-4a23-8d4a-0eed6a6c9190 from URL: /sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json
2022-03-16T15:14:47.596Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-16T15:14:47.596Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json
2022-03-16T15:14:47.685Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-16T15:14:47.685Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json fcdf9d45-82bf-4a23-8d4a-0eed6a6c9190 785
2022-03-16T15:14:47.686Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json ASDC sendASDCNotification
2022-03-16T15:14:47.686Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json
2022-03-16T15:14:47.686Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T15:14:47.686Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:47.688Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:47.688Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443687685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:14:47.788Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:14:47.789Z||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-16T15:14:47.789Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:47.800Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:47.801Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:14:48.689Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEd213753B8b9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "de660e24-91cf-4f74-8c09-d8d7421eebf2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6c80c62f-02a5-4030-b99f-f4756ba686df",
"vfModuleModelCustomizationUUID": "8bc6aa29-c7c7-4e17-98d7-b91e1e242add",
"isBase": true,
"artifacts": [
"b00bb872-bb01-4546-a9bc-52515ca07751",
"a49d01e1-9119-4093-a29e-983c30c0c832"
],
"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-16T15:14:48.694Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEd213753B8b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c80c62f-02a5-4030-b99f-f4756ba686df
VfModuleModelInvariantUUID:de660e24-91cf-4f74-8c09-d8d7421eebf2
VfModuleModelDescription:NULL
Artifacts UUID List:{
b00bb872-bb01-4546-a9bc-52515ca07751
,
a49d01e1-9119-4093-a29e-983c30c0c832
}
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-16T15:14:48.696Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEd213753B8b9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "de660e24-91cf-4f74-8c09-d8d7421eebf2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6c80c62f-02a5-4030-b99f-f4756ba686df",
"vfModuleModelCustomizationUUID": "8bc6aa29-c7c7-4e17-98d7-b91e1e242add",
"isBase": true,
"artifacts": [
"b00bb872-bb01-4546-a9bc-52515ca07751",
"a49d01e1-9119-4093-a29e-983c30c0c832"
],
"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-16T15:14:48.696Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEd213753B8b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c80c62f-02a5-4030-b99f-f4756ba686df
VfModuleModelInvariantUUID:de660e24-91cf-4f74-8c09-d8d7421eebf2
VfModuleModelDescription:NULL
Artifacts UUID List:{
b00bb872-bb01-4546-a9bc-52515ca07751
,
a49d01e1-9119-4093-a29e-983c30c0c832
}
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-16T15:14:48.697Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b00bb872-bb01-4546-a9bc-52515ca07751 from URL: /sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml
2022-03-16T15:14:48.697Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-16T15:14:48.697Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml
2022-03-16T15:14:49.067Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-16T15:14:49.068Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml b00bb872-bb01-4546-a9bc-52515ca07751 20368
2022-03-16T15:14:49.068Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-16T15:14:49.069Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml
2022-03-16T15:14:49.069Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T15:14:49.069Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:49.072Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:49.072Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443689068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:14:49.172Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:14:49.174Z||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-16T15:14:49.174Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:49.194Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:49.195Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:14:50.072Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a49d01e1-9119-4093-a29e-983c30c0c832 from URL: /sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env
2022-03-16T15:14:50.073Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-16T15:14:50.073Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env
2022-03-16T15:14:50.610Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-16T15:14:50.610Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env a49d01e1-9119-4093-a29e-983c30c0c832 2098
2022-03-16T15:14:50.611Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-16T15:14:50.611Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env
2022-03-16T15:14:50.611Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T15:14:50.611Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:50.625Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:50.625Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443690611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:14:50.725Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:14:50.726Z||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-16T15:14:50.726Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:50.739Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:50.740Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-16T15:14:51.626Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8ed4bcf9-e162-4283-adbc-4c77ac595294
2022-03-16T15:14:51.626Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ed213753-b8b9 0 d9240caf-e7b0-4f06-b3cf-907034662bb4 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-16T15:14:51.660Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4aa6fcd9, org.onap.sdc.toscaparser.api.parameters.Input@6a36060a, org.onap.sdc.toscaparser.api.parameters.Input@19461928, org.onap.sdc.toscaparser.api.parameters.Input@6c065d4a, org.onap.sdc.toscaparser.api.parameters.Input@11bb3427]
2022-03-16T15:14:51.662Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.662Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:14:51.662Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-03-16T15:14:51.662Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 75eb45b5-8c16-44b0-9cbb-e6287425aab3
2022-03-16T15:14:51.663Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 75eb45b5-8c16-44b0-9cbb-e6287425aab3 matches Tosca VF Customization UUID: 75eb45b5-8c16-44b0-9cbb-e6287425aab3
2022-03-16T15:14:51.663Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 75eb45b5-8c16-44b0-9cbb-e6287425aab3 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-16T15:14:51.667Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.667Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:14:51.668Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 75eb45b5-8c16-44b0-9cbb-e6287425aab3: {\"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-16T15:14:51.669Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c73544e
2022-03-16T15:14:51.669Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.669Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T15:14:51.670Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8bc6aa29-c7c7-4e17-98d7-b91e1e242add
2022-03-16T15:14:51.670Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8bc6aa29-c7c7-4e17-98d7-b91e1e242add
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-16T15:14:51.674Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.675Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is matching search criteria
2022-03-16T15:14:51.675Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed213753-b8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:14:51.675Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.675Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is matching search criteria
2022-03-16T15:14:51.676Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed213753-b8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:14:51.676Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.676Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is not matching search criteria
2022-03-16T15:14:51.676Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T15:14:51.677Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-16T15:14:51.677Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T15:14:51.677Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T15:14:51.677Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T15:14:51.677Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:14:51.677Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T15:14:51.678Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T15:14:51.678Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T15:14:51.678Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T15:14:51.678Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:14:51.678Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=67e8fe3c-35af-4011-b65c-7e7956b18a07
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-16T15:14:51.682Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.683Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is matching search criteria
2022-03-16T15:14:51.683Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed213753-b8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:14:51.683Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.683Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is not matching search criteria
2022-03-16T15:14:51.683Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T15:14:51.684Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T15:14:51.684Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T15:14:51.684Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:14:51.684Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:14:51.684Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T15:14:51.685Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T15:14:51.685Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-16T15:14:51.685Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T15:14:51.685Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T15:14:51.685Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T15:14:51.686Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:14:51.686Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7a4e8875-5b68-4400-b04e-0a9cd0526bf4
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-16T15:14:51.688Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.688Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is matching search criteria
2022-03-16T15:14:51.688Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed213753-b8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:14:51.692Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.692Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is not matching search criteria
2022-03-16T15:14:51.692Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T15:14:51.692Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T15:14:51.692Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T15:14:51.693Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:14:51.693Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:14:51.693Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T15:14:51.693Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T15:14:51.693Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T15:14:51.694Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T15:14:51.694Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:14:51.694Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T15:14:51.694Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-16T15:14:51.694Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0ec32691-ff29-463a-9d65-c4a69f96ab50
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-16T15:14:51.700Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.701Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is matching search criteria
2022-03-16T15:14:51.701Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed213753-b8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:14:51.702Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.702Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Node template vFW ed213753-b8b9 0 is matching search criteria
2022-03-16T15:14:51.702Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed213753-b8b9 0] matching following query criteria: sdcType=VF, customizationUUID=75eb45b5-8c16-44b0-9cbb-e6287425aab3
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-16T15:14:51.705Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.705Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:14:51.706Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8ed4bcf9-e162-4283-adbc-4c77ac595294: vFW ed213753-b8b9
2022-03-16T15:14:51.706Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.706Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:14:51.706Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.706Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:14:51.707Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.707Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:14:51.707Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.707Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:14:51.707Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:14:51.708Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-16 15-06-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:14:51.708Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-16 15-06-39
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-16T15:14:51.953Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ed213753-b8b9 d9240caf-e7b0-4f06-b3cf-907034662bb4 1 ASDC deployResourceStructure
2022-03-16T15:14:51.953Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json ASDC sendASDCNotification
2022-03-16T15:14:51.954Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json
2022-03-16T15:14:51.954Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T15:14:51.954Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:51.958Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:51.958Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443691953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"status": "DEPLOY_OK"
}
2022-03-16T15:14:52.058Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T15:14:52.060Z||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-16T15:14:52.060Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:52.073Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:52.074Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:14:52.960Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-16T15:14:52.960Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml
2022-03-16T15:14:52.960Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T15:14:52.961Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:52.964Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:52.964Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443692960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-16T15:14:53.064Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:14:53.065Z||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-16T15:14:53.066Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:53.078Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:53.078Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:14:53.965Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-16T15:14:53.966Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env
2022-03-16T15:14:53.966Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T15:14:53.966Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:53.969Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:53.969Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443693965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-16T15:14:54.069Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:14:54.070Z||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-16T15:14:54.070Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:54.083Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:54.084Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:14:54.970Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar ASDC sendASDCNotification
2022-03-16T15:14:54.970Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar
2022-03-16T15:14:54.971Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T15:14:54.971Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-16T15:14:54.973Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:14:54.973Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443694970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T15:14:55.073Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:14:55.074Z||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-16T15:14:55.074Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:14:55.087Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:14:55.088Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-16T15:14:55.974Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 250bff63-3a8c-4d8d-ad1c-94616e325fe8
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-16T15:14:55.985Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 250bff63-3a8c-4d8d-ad1c-94616e325fe8
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-16T15:14:55.988Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T15:14:55.988Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-16T15:14:55.989Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-16T15:14:55.989Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-16T15:14:55.989Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-03-16T15:14:55.989Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||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-16T15:14:55.992Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-16T15:15:11.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:15:11.850Z||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-16T15:15:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:15:12.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:15:12.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca6a450a-ee63-4d76-9fa0-4a49943ceba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443669627,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-16T15:15:12.494Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:15:12.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443670653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:15:12.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:15:12.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443670653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"status": "NOTIFIED"
}
2022-03-16T15:15:12.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:15:12.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443670653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T15:15:12.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:15:12.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443670653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:15:12.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:15:12.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443670653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-16T15:15:12.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:15:12.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443670653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:15:12.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:15:12.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443670653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:15:12.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T15:15:12.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443683859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:15:12.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:15:12.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443687685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:15:12.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:15:12.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443689068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:15:12.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:15:12.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443690611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:15:12.498Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:15:12.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443691953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/vfwed213753b8b90_modules.json",
"status": "DEPLOY_OK"
}
2022-03-16T15:15:12.498Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:15:12.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443692960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-16T15:15:12.499Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:15:12.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443693965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/resourceInstances/vfwed213753b8b90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-16T15:15:12.499Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:15:12.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T15:15:12.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443694970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316150639/1.0/artifacts/service-Vfw20220316150639-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T15:15:12.499Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:15:25.993Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 250bff63-3a8c-4d8d-ad1c-94616e325fe8 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-16T15:15:26.007Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 250bff63-3a8c-4d8d-ad1c-94616e325fe8 and serviceModelVersionId: 8ed4bcf9-e162-4283-adbc-4c77ac595294
2022-03-16T15:15:26.008Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f5fbb5b5-2737-4a86-b37a-4716c1c1ecba
2022-03-16T15:15:26.009Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0
2022-03-16T15:15:26.018Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-16T15:15:26.084Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||Invoke
2022-03-16T15:15:26.085Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[250bff63-3a8c-4d8d-ad1c-94616e325fe8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e6a12462-3ada-4954-91db-ee68d63ed097], X-ECOMP-RequestID=[250bff63-3a8c-4d8d-ad1c-94616e325fe8], X-TransactionId=[], X-ONAP-RequestID=[250bff63-3a8c-4d8d-ad1c-94616e325fe8], Content-Type=[application/merge-patch+json]}
2022-03-16T15:15:27.623Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||Invoke
2022-03-16T15:15:27.623Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[250bff63-3a8c-4d8d-ad1c-94616e325fe8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[acd80728-a15f-465f-8676-c22fd3b2d4a3], X-ECOMP-RequestID=[250bff63-3a8c-4d8d-ad1c-94616e325fe8], X-TransactionId=[], X-ONAP-RequestID=[250bff63-3a8c-4d8d-ad1c-94616e325fe8], Content-Type=[application/merge-patch+json]}
2022-03-16T15:15:29.163Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||Invoke
2022-03-16T15:15:29.164Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[250bff63-3a8c-4d8d-ad1c-94616e325fe8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[241bd6f8-503b-4a47-9857-2a1df1981989], X-ECOMP-RequestID=[250bff63-3a8c-4d8d-ad1c-94616e325fe8], X-TransactionId=[], X-ONAP-RequestID=[250bff63-3a8c-4d8d-ad1c-94616e325fe8], Content-Type=[application/merge-patch+json]}
2022-03-16T15:15:30.191Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-16T15:15:30.192Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-16T15:15:30.192Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-16T15:15:30.193Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-16T15:15:30.209Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-16T15:15:30.210Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 250bff63-3a8c-4d8d-ad1c-94616e325fe8 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-16T15:15:30.210Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-16T15:15:30.210Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-16T15:15:30.212Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:15:30.213Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||try to send status {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443730210,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-16T15:15:30.313Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:15:30.314Z||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-16T15:15:30.314Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:15:30.330Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:15:30.330Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-16T15:15:31.223Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:15:31.224Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-16T15:15:31.224Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:15:40.782Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:15:40.783Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:15:40.783Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-16T15:15:40.783Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:15:50.362Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:15:50.363Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:15:50.364Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-16T15:15:50.364Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:15:59.950Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:15:59.951Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:15:59.952Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-16T15:15:59.952Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:16:09.513Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:16:11.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:16:11.845Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T15:16:11.845Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:16:11.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:16:11.849Z||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-16T15:16:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:16:12.503Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:16:12.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T15:16:12.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "250bff63-3a8c-4d8d-ad1c-94616e325fe8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647443730210,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-16T15:16:12.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:16:21.394Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:17:11.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:17:11.845Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T15:17:11.845Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:17:11.848Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:17:11.849Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|WARN|500||GET http://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-16T15:17:11.849Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:17:21.420Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:17:21.451Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:18:11.844Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:18:11.845Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-16T15:18:11.845Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:18:11.848Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:18:11.849Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|WARN|500||GET http://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-16T15:18:11.849Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:18:21.408Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:18:21.411Z|ca6a450a-ee63-4d76-9fa0-4a49943ceba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/061f1c93-711c-459e-9b13-e39fcff3adba/model-vers/model-ver/93874004-b639-4cc4-8945-bd2c67034b1e?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:19:11.844Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:19:11.845Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-16T15:19:11.845Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:19:11.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:19:11.849Z||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-16T15:19:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:19:21.412Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:19:21.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:20:11.844Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:20:11.845Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-16T15:20:11.845Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:20:11.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:20:11.850Z||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-16T15:20:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:20:21.422Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:20:21.454Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:21:11.845Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:21:11.848Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-16T15:21:11.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:21:11.849Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:21:11.849Z||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-16T15:21:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:21:21.418Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:21:21.436Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:22:11.844Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:22:11.845Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-16T15:22:11.845Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:22:11.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:22:11.849Z||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-16T15:22:11.849Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:22:21.427Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:22:21.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:23:11.844Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:23:11.846Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-16T15:23:11.846Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:23:11.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T15:23:11.849Z||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-16T15:23:11.850Z||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 S3F6ztAxvehXCtQF) ...
2022-03-16T15:23:12.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:23:12.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "aai-ml",
"timestamp": 1647444159429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647444161877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647444156155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "policy-id",
"timestamp": 1647444164522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "aai-ml",
"timestamp": 1647444159429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647444156155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647444161877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json",
"status": "NOTIFIED"
}
2022-03-16T15:23:12.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "policy-id",
"timestamp": 1647444164522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647444161877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T15:23:12.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "aai-ml",
"timestamp": 1647444159429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "policy-id",
"timestamp": 1647444164522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T15:23:12.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647444156155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647444161877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "aai-ml",
"timestamp": 1647444159429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647444156155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "policy-id",
"timestamp": 1647444164522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "cds",
"timestamp": 1647444167715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647444161877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-16T15:23:12.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "aai-ml",
"timestamp": 1647444159429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "policy-id",
"timestamp": 1647444164522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647444156155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "cds",
"timestamp": 1647444167715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "clamp",
"timestamp": 1647444169131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "aai-ml",
"timestamp": 1647444159429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647444161877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "policy-id",
"timestamp": 1647444164522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647444156155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "cds",
"timestamp": 1647444167715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647444170288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "clamp",
"timestamp": 1647444169131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json",
"status": "NOTIFIED"
}
2022-03-16T15:23:12.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647444161877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:23:12.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "aai-ml",
"timestamp": 1647444159429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:23:12.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "policy-id",
"timestamp": 1647444164522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:23:12.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647444156155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "cds",
"timestamp": 1647444167715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647444170288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "clamp",
"timestamp": 1647444169131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "cds",
"timestamp": 1647444167715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647444170288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "clamp",
"timestamp": 1647444169131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "policy-id",
"timestamp": 1647444174217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:23:12.482Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:23:12.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "cds",
"timestamp": 1647444167715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "aai-ml",
"timestamp": 1647444173435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:23:12.483Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:23:12.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647444173693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:23:12.483Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:23:12.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647444170288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "clamp",
"timestamp": 1647444169131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "policy-id",
"timestamp": 1647444175226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T15:23:12.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:23:12.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "cds",
"timestamp": 1647444167715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:23:12.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647444170288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "clamp",
"timestamp": 1647444169131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "policy-id",
"timestamp": 1647444176229,
"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-16T15:23:12.509Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8646a8fa-e455-49f1-a789-d2113d7353fb
2022-03-16T15:23:12.509Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8646a8fa-e455-49f1-a789-d2113d7353fb 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-16T15:23:12.517Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:23:12.519Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||received message from topic
2022-03-16T15:23:12.519Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"8646a8fa-e455-49f1-a789-d2113d7353fb","serviceName":"vFW 2022-03-16 15-18-16","serviceVersion":"1.0","serviceUUID":"7595fec0-5bf4-46cd-b4ac-2ab779c87541","serviceDescription":"catalog service description","serviceInvariantUUID":"54281044-7009-4958-9019-3fed0f0597ab","resources":[{"resourceInstanceName":"vFW be3771da-8945 0","resourceName":"vFW be3771da-8945","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bd5d6d00-8622-4b58-9d72-2f44eccc4895","resourceInvariantUUID":"c3b37497-2244-4c2e-a7ad-fdb9a3b9fcc9","resourceCustomizationUUID":"9dfefea7-3b43-42e5-bdda-2aa72738bdee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vf-license-model.xml","artifactChecksum":"NWM1NGQzNDIwYmExZmEwNWMzYzk3ZTkxZDc0YzZlZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"950e4927-528a-4db5-82e3-db5c1b957776","artifactVersion":"1"},{"artifactName":"vfwbe3771da89450_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json","artifactChecksum":"YTUzMGRjN2FhNDY5ZTkyMjkxMmIwMzJmMDRkNWQyYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b542efc2-bae8-46e6-9130-588038a0ebd6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e70daa16-08f4-47f6-b5ae-7d14a99d7acc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vendor-license-model.xml","artifactChecksum":"ODk3N2RjYjcyYWYzMTJjMGQxNjBjNjM4OTIwNmY2YTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"61c08b17-4c7e-4c7b-96bf-5c402a0b3b4b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"80487a14-4f55-434c-a50a-1f7b046064ec","artifactVersion":"2","generatedFromUUID":"e70daa16-08f4-47f6-b5ae-7d14a99d7acc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220316151816-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-template.yml","artifactChecksum":"MGM0NTRmZDAyM2ZiMTdlNjFjNzE5ODM1OTMyNmU0NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"00a38ed1-fb68-418d-a0df-5a30450aff1a","artifactVersion":"1"},{"artifactName":"service-Vfw20220316151816-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar","artifactChecksum":"MWQxMDE5YTNhYWU2ZGE3YmQwZTc1Mzc0ZTc4MzgyZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db87d332-3a78-4b3a-9479-43e5298733a1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-16T15:23:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647444175449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:23:12.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:23:12.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647444170288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "clamp",
"timestamp": 1647444169131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:23:12.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "cds",
"timestamp": 1647444176679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:23:12.522Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:23:12.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647444170288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:23:12.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1647444176141,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647444177653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:23:12.523Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:23:12.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "cds",
"timestamp": 1647444177687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-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-16T15:23:12.528Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8646a8fa-e455-49f1-a789-d2113d7353fb
2022-03-16T15:23:12.528Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8646a8fa-e455-49f1-a789-d2113d7353fb and ComponentName cds
2022-03-16T15:23:12.535Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:23:12.535Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendStatus
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-16T15:23:12.541Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:23:12.542Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||try to send status {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647444191844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1647444176141,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647444178688,
"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-16T15:23:12.560Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8646a8fa-e455-49f1-a789-d2113d7353fb
2022-03-16T15:23:12.560Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8646a8fa-e455-49f1-a789-d2113d7353fb 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-16T15:23:12.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647444179230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:23:12.565Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:23:12.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647444179709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json",
"status": "DEPLOY_OK"
}
2022-03-16T15:23:12.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:23:12.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647444181877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "aai-ml",
"timestamp": 1647444182808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-16T15:23:12.567Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:23:12.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa",
"consumerID": "cds",
"timestamp": 1647444182714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647444181877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:23:12.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "aai-ml",
"timestamp": 1647444183815,
"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-16T15:23:12.571Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8646a8fa-e455-49f1-a789-d2113d7353fb
2022-03-16T15:23:12.571Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8646a8fa-e455-49f1-a789-d2113d7353fb 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-16T15:23:12.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa",
"consumerID": "cds",
"timestamp": 1647444182714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:23:12.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa",
"consumerID": "policy-id",
"timestamp": 1647444184522,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647444185512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T15:23:12.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:23:12.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa",
"consumerID": "policy-id",
"timestamp": 1647444184522,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:23:12.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647444186525,
"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-16T15:23:12.585Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8646a8fa-e455-49f1-a789-d2113d7353fb
2022-03-16T15:23:12.585Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8646a8fa-e455-49f1-a789-d2113d7353fb 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-16T15:23:12.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa",
"consumerID": "cds",
"timestamp": 1647444186816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:23:12.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:23:12.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa",
"consumerID": "policy-id",
"timestamp": 1647444187764,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:23:12.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:23:12.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa",
"consumerID": "cds",
"timestamp": 1647444187828,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-16T15:23:12.620Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa
2022-03-16T15:23:12.621Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa 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-16T15:23:12.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa",
"consumerID": "policy-id",
"timestamp": 1647444188778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T15:23:12.634Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:23:12.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa",
"consumerID": "policy-id",
"timestamp": 1647444189783,
"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-16T15:23:12.639Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa
2022-03-16T15:23:12.639Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa 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=?
2022-03-16T15:23:12.642Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T15:23:12.643Z||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-16T15:23:12.643Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-16T15:23:12.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa",
"consumerID": "aai-ml",
"timestamp": 1647444189429,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:12.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "clamp",
"timestamp": 1647444191015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:23:12.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T15:23:12.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-16T15:23:12.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c4e3b1b-b8eb-48e5-9f57-d30a9581eaaa",
"consumerID": "aai-ml",
"timestamp": 1647444189429,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:23:12.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-16T15:23:12.658Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:23:12.658Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:23:13.542Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:23:13.543Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-16T15:23:13.545Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:23:13.546Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||try to send status {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647444191844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json",
"status": "NOTIFIED"
}
2022-03-16T15:23:13.646Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:23:13.647Z||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-16T15:23:13.648Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:23:13.666Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:23:13.667Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-16T15:23:14.546Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:23:14.547Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-16T15:23:14.551Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:23:14.551Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||try to send status {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647444191844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T15:23:14.650Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T15:23:14.651Z||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-16T15:23:14.651Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:23:14.685Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:23:14.686Z||pool-37-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:23:15.552Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:23:15.552Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-16T15:23:15.555Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:23:15.555Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||try to send status {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647444191844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:15.656Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:23:15.658Z||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-16T15:23:15.658Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:23:15.673Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:23:15.674Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:23:16.556Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:23:16.557Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-16T15:23:16.559Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:23:16.560Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||try to send status {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647444191844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-16T15:23:16.660Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:23:16.661Z||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-16T15:23:16.662Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:23:16.699Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:23:16.700Z||pool-39-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:23:17.561Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:23:17.562Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-16T15:23:17.565Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:23:17.565Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||try to send status {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647444191844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T15:23:17.665Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:23:17.666Z||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-16T15:23:17.666Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:23:17.682Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:23:17.683Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:23:18.566Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T15:23:18.567Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-16T15:23:18.569Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:23:18.569Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||try to send status {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647444191844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T15:23:18.669Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T15:23:18.670Z||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-16T15:23:18.670Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:23:18.679Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:23:18.680Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:23:19.571Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"serviceName": "vFW 2022-03-16 15-18-16",
"serviceVersion": "1.0",
"serviceUUID": "7595fec0-5bf4-46cd-b4ac-2ab779c87541",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "54281044-7009-4958-9019-3fed0f0597ab",
"resources": [
{
"resourceInstanceName": "vFW be3771da-8945 0",
"resourceCustomizationUUID": "9dfefea7-3b43-42e5-bdda-2aa72738bdee",
"resourceName": "vFW be3771da-8945",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bd5d6d00-8622-4b58-9d72-2f44eccc4895",
"resourceInvariantUUID": "c3b37497-2244-4c2e-a7ad-fdb9a3b9fcc9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbe3771da89450_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json",
"artifactChecksum": "YTUzMGRjN2FhNDY5ZTkyMjkxMmIwMzJmMDRkNWQyYzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b542efc2-bae8-46e6-9130-588038a0ebd6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e70daa16-08f4-47f6-b5ae-7d14a99d7acc",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "80487a14-4f55-434c-a50a-1f7b046064ec",
"generatedFromUUID": "e70daa16-08f4-47f6-b5ae-7d14a99d7acc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "80487a14-4f55-434c-a50a-1f7b046064ec",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220316151816-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"artifactChecksum": "MWQxMDE5YTNhYWU2ZGE3YmQwZTc1Mzc0ZTc4MzgyZWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "db87d332-3a78-4b3a-9479-43e5298733a1"
}
],
"workloadContext": "Production"
}
2022-03-16T15:23:19.571Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-16T15:23:19.571Z|250bff63-3a8c-4d8d-ad1c-94616e325fe8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7595fec0-5bf4-46cd-b4ac-2ab779c87541 ASDC
2022-03-16T15:23:19.573Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||ASDC Notification:
DistributionID:8646a8fa-e455-49f1-a789-d2113d7353fb
ServiceName:vFW 2022-03-16 15-18-16
ServiceVersion:1.0
ServiceUUID:7595fec0-5bf4-46cd-b4ac-2ab779c87541
ServiceInvariantUUID:54281044-7009-4958-9019-3fed0f0597ab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220316151816-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar
ArtifactUUID:db87d332-3a78-4b3a-9479-43e5298733a1
ArtifactChecksum:MWQxMDE5YTNhYWU2ZGE3YmQwZTc1Mzc0ZTc4MzgyZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW be3771da-8945 0
ResourceCustomizationUUID:9dfefea7-3b43-42e5-bdda-2aa72738bdee
ResourceInvariantUUID:c3b37497-2244-4c2e-a7ad-fdb9a3b9fcc9
ResourceName:vFW be3771da-8945
ResourceType:VF
ResourceUUID:bd5d6d00-8622-4b58-9d72-2f44eccc4895
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbe3771da89450_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json
ArtifactUUID:b542efc2-bae8-46e6-9130-588038a0ebd6
ArtifactChecksum:YTUzMGRjN2FhNDY5ZTkyMjkxMmIwMzJmMDRkNWQyYzA=
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/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml
ArtifactUUID:e70daa16-08f4-47f6-b5ae-7d14a99d7acc
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/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env
ArtifactUUID:80487a14-4f55-434c-a50a-1f7b046064ec
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/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env
ArtifactUUID:80487a14-4f55-434c-a50a-1f7b046064ec
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-16T15:23:19.573Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7595fec0-5bf4-46cd-b4ac-2ab779c87541 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-16T15:23:19.607Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T15:23:19.609Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||MSO config path is: /app
2022-03-16T15:23:19.609Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||MSO config path is: /app
2022-03-16T15:23:19.609Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||Trying to download the artifact UUID: db87d332-3a78-4b3a-9479-43e5298733a1 from URL: /sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar
2022-03-16T15:23:19.609Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - download
2022-03-16T15:23:19.609Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar
2022-03-16T15:23:20.754Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||GET Response Status 200
2022-03-16T15:23:20.760Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar db87d332-3a78-4b3a-9479-43e5298733a1 98974
2022-03-16T15:23:20.761Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar ASDC sendASDCNotification
2022-03-16T15:23:20.761Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar
2022-03-16T15:23:20.761Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T15:23:20.761Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-16T15:23:20.764Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:23:20.764Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||try to send status {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647444200761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:23:20.864Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T15:23:20.865Z||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-16T15:23:20.865Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:23:20.887Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:23:20.887Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:23:21.765Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T15:23:21.766Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||MSO config path is: /app
2022-03-16T15:23:21.766Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||Trying to write artifact UUID: db87d332-3a78-4b3a-9479-43e5298733a1, URL: /sdc/v1/catalog/services/Vfw20220316151816/1.0/artifacts/service-Vfw20220316151816-csar.csar to file: /app/ASDC/1/service-Vfw20220316151816-csar.csar
2022-03-16T15:23:21.767Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220316151816-csar.csar
2022-03-16T15:23:21.767Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220316151816-csar.csar
2022-03-16T15:23:21.767Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220316151816-csar.csar
2022-03-16T15:23:22.152Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16960898381290112475/Definitions/service-Vfw20220316151816-template.yml
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
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-16T15:23:24.822Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-16T15:23:24.823Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|WARN|500||####################################################################################################
2022-03-16T15:23:24.823Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220316151816-csar.csar
2022-03-16T15:23:24.823Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-16T15:23:24.823Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-Vfw20220316151816-csar.csar
2022-03-16T15:23:24.823Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-Vfw20220316151816-csar.csar
2022-03-16T15:23:24.823Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-Vfw20220316151816-csar.csar
2022-03-16T15:23:24.824Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-Vfw20220316151816-csar.csar
2022-03-16T15:23:24.824Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-Vfw20220316151816-csar.csar
2022-03-16T15:23:24.824Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-Vfw20220316151816-csar.csar
2022-03-16T15:23:24.824Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-Vfw20220316151816-csar.csar
2022-03-16T15:23:24.824Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-Vfw20220316151816-csar.csar
2022-03-16T15:23:24.824Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-Vfw20220316151816-csar.csar
2022-03-16T15:23:24.824Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-Vfw20220316151816-csar.csar
2022-03-16T15:23:24.825Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW be3771da-8945 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-Vfw20220316151816-csar.csar
2022-03-16T15:23:24.825Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-Vfw20220316151816-csar.csar
2022-03-16T15:23:24.825Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?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-Vfw20220316151816-csar.csar
2022-03-16T15:23:24.825Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|WARN|500||####################################################################################################
2022-03-16T15:23:24.825Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:24.826Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Service vFW 2022-03-16 15-18-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:23:24.826Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vFW be3771da-8945 0 is matching search criteria
2022-03-16T15:23:24.826Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Search for entities recursively
2022-03-16T15:23:24.826Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Found topology templates [vFW be3771da-8945 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T15:23:24.827Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:24.827Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Service vFW 2022-03-16 15-18-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:23:24.827Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vFW be3771da-8945 0 is matching search criteria
2022-03-16T15:23:24.827Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Search for entities recursively
2022-03-16T15:23:24.827Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Found topology templates [vFW be3771da-8945 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T15:23:24.828Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:24.828Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Service vFW 2022-03-16 15-18-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:23:24.828Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:24.828Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vFW be3771da-8945 0 is not matching search criteria
2022-03-16T15:23:24.829Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T15:23:24.829Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T15:23:24.829Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T15:23:24.829Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:23:24.829Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T15:23:24.830Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:23:24.830Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T15:23:24.830Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T15:23:24.830Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T15:23:24.830Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:23:24.830Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T15:23:24.831Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T15:23:24.831Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T15:23:24.831Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T15:23:24.831Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:23:24.831Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-16T15:23:24.831Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:24.832Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Service vFW 2022-03-16 15-18-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T15:23:24.832Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:24.832Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vFW be3771da-8945 0 is matching search criteria
2022-03-16T15:23:24.832Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Found topology templates [vFW be3771da-8945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:23:24.833Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:24.833Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vFW be3771da-8945 0 is matching search criteria
2022-03-16T15:23:24.833Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Found topology templates [vFW be3771da-8945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:23:24.834Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:24.834Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vFW be3771da-8945 0 is matching search criteria
2022-03-16T15:23:24.834Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Found topology templates [vFW be3771da-8945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:23:24.834Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:24.834Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vFW be3771da-8945 0 is not matching search criteria
2022-03-16T15:23:24.835Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T15:23:24.835Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T15:23:24.835Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-16T15:23:24.835Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T15:23:24.835Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T15:23:24.835Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:23:24.836Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T15:23:24.836Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T15:23:24.836Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T15:23:24.836Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T15:23:24.836Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:23:24.836Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=480faa96-469c-4efe-8e2c-eb324407c87b
2022-03-16T15:23:24.837Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:24.837Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vFW be3771da-8945 0 is not matching search criteria
2022-03-16T15:23:24.837Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T15:23:24.837Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T15:23:24.837Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T15:23:24.837Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:23:24.838Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T15:23:24.838Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:23:24.838Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T15:23:24.838Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-16T15:23:24.838Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T15:23:24.839Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T15:23:24.839Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T15:23:24.839Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:23:24.839Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=39acb58a-d91e-4ace-a4f8-84295d3f7b7e
2022-03-16T15:23:24.839Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:24.840Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vFW be3771da-8945 0 is not matching search criteria
2022-03-16T15:23:24.840Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T15:23:24.840Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T15:23:24.840Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T15:23:24.840Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:23:24.840Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T15:23:24.841Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:23:24.841Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T15:23:24.841Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T15:23:24.841Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T15:23:24.841Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:23:24.841Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T15:23:24.842Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-16T15:23:24.842Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3adcdc66-feaf-4762-afd6-7d1b1bee6bb0
2022-03-16T15:23:24.842Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:24.842Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Service vFW 2022-03-16 15-18-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:23:24.842Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:24.843Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Service vFW 2022-03-16 15-18-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:23:24.843Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:24.843Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Service vFW 2022-03-16 15-18-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:23:24.843Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:24.843Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Service vFW 2022-03-16 15-18-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:23:24.843Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-16 15-18-16
Description:catalog service description
Model UUID:7595fec0-5bf4-46cd-b4ac-2ab779c87541
Model Version:NULL
Model InvariantUuid:54281044-7009-4958-9019-3fed0f0597ab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW be3771da-8945
Model UUID:46fae86e-2eda-458a-90ef-1cd10f275da8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c3b37497-2244-4c2e-a7ad-fdb9a3b9fcc9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9dfefea7-3b43-42e5-bdda-2aa72738bdee
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1e460089-590f-4141-b9af-e425ebb98ce5
ModelName:VfwBe3771da8945..base_vfw..module-0
ModelUuid:50c2f78e-572c-407f-a0bd-0cab480f1e1b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:480faa96-469c-4efe-8e2c-eb324407c87b
ModelInvariantUuid:d1965ed3-080e-4c1f-a06f-f8b5c64e514a
ModelName:vFW be3771da-8945-nodes.vfwCvfc
ModelUuid:a67818d4-21d6-41fd-8a9f-561aa9c7a69e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d2125583-3935-480e-9603-fb66ef5d7481
ModelInvariantUuid:80859873-5391-415d-9d76-b36b4692d872
ModelName:VfwBe3771da8945.compute.nodes.heat.vfw
ModelUuid:3e98aafb-3ff4-4354-8b3b-429ba9b08b97
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:39acb58a-d91e-4ace-a4f8-84295d3f7b7e
ModelInvariantUuid:367dcea3-517a-4d6a-9525-6e90597f549a
ModelName:vFW be3771da-8945-nodes.vsnCvfc
ModelUuid:4880f008-9019-4336-b1fe-085356b9372b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5be9d1ad-cebc-4243-93d5-8914c13d8758
ModelInvariantUuid:df03e4c0-fb06-4171-bcd2-edf551f99052
ModelName:VfwBe3771da8945.compute.nodes.heat.vsn
ModelUuid:a59967ea-4972-43da-bc55-32a16ef6b185
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3adcdc66-feaf-4762-afd6-7d1b1bee6bb0
ModelInvariantUuid:b2ae4a7c-109e-434c-9205-2e07946c25d8
ModelName:vFW be3771da-8945-nodes.vpgCvfc
ModelUuid:eb260330-5c30-4b35-8e24-b94c4b13faf5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c7291e3b-9294-4568-b40e-0ea251dcdf01
ModelInvariantUuid:880d6a78-5436-46dc-b81f-587a5ae3d856
ModelName:VfwBe3771da8945.compute.nodes.heat.vpg
ModelUuid:5eee4386-8baa-42f6-bc13-5acd08fa72a8
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-16T15:23:24.880Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: bd5d6d00-8622-4b58-9d72-2f44eccc4895
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-16T15:23:24.884Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||vFW be3771da-8945 0
2022-03-16T15:23:24.885Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: bd5d6d00-8622-4b58-9d72-2f44eccc4895
2022-03-16T15:23:24.885Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||Trying to download the artifact UUID: b542efc2-bae8-46e6-9130-588038a0ebd6 from URL: /sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json
2022-03-16T15:23:24.885Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - download
2022-03-16T15:23:24.886Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json
2022-03-16T15:23:26.203Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||GET Response Status 200
2022-03-16T15:23:26.203Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json b542efc2-bae8-46e6-9130-588038a0ebd6 785
2022-03-16T15:23:26.203Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json ASDC sendASDCNotification
2022-03-16T15:23:26.203Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json
2022-03-16T15:23:26.204Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T15:23:26.204Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-16T15:23:26.206Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:23:26.206Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||try to send status {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647444206203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/vfwbe3771da89450_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:23:26.308Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T15:23:26.310Z||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-16T15:23:26.310Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:23:26.337Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:23:26.338Z||pool-43-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:23:27.207Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBe3771da8945..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1e460089-590f-4141-b9af-e425ebb98ce5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "50c2f78e-572c-407f-a0bd-0cab480f1e1b",
"vfModuleModelCustomizationUUID": "f7d205ce-e034-4e96-b27f-179f51da6cdf",
"isBase": true,
"artifacts": [
"e70daa16-08f4-47f6-b5ae-7d14a99d7acc",
"80487a14-4f55-434c-a50a-1f7b046064ec"
],
"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-16T15:23:27.214Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBe3771da8945..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:50c2f78e-572c-407f-a0bd-0cab480f1e1b
VfModuleModelInvariantUUID:1e460089-590f-4141-b9af-e425ebb98ce5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e70daa16-08f4-47f6-b5ae-7d14a99d7acc
,
80487a14-4f55-434c-a50a-1f7b046064ec
}
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-16T15:23:27.218Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBe3771da8945..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1e460089-590f-4141-b9af-e425ebb98ce5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "50c2f78e-572c-407f-a0bd-0cab480f1e1b",
"vfModuleModelCustomizationUUID": "f7d205ce-e034-4e96-b27f-179f51da6cdf",
"isBase": true,
"artifacts": [
"e70daa16-08f4-47f6-b5ae-7d14a99d7acc",
"80487a14-4f55-434c-a50a-1f7b046064ec"
],
"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-16T15:23:27.218Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBe3771da8945..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:50c2f78e-572c-407f-a0bd-0cab480f1e1b
VfModuleModelInvariantUUID:1e460089-590f-4141-b9af-e425ebb98ce5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e70daa16-08f4-47f6-b5ae-7d14a99d7acc
,
80487a14-4f55-434c-a50a-1f7b046064ec
}
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-16T15:23:27.219Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||Trying to download the artifact UUID: e70daa16-08f4-47f6-b5ae-7d14a99d7acc from URL: /sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml
2022-03-16T15:23:27.219Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - download
2022-03-16T15:23:27.220Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml
2022-03-16T15:23:28.353Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||GET Response Status 200
2022-03-16T15:23:28.355Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml e70daa16-08f4-47f6-b5ae-7d14a99d7acc 20368
2022-03-16T15:23:28.356Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-16T15:23:28.356Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml
2022-03-16T15:23:28.357Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T15:23:28.358Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-16T15:23:28.361Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:23:28.361Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||try to send status {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647444208356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:23:28.462Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T15:23:28.463Z||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-16T15:23:28.463Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:23:28.474Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:23:28.476Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-16T15:23:29.362Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||Trying to download the artifact UUID: 80487a14-4f55-434c-a50a-1f7b046064ec from URL: /sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env
2022-03-16T15:23:29.362Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - download
2022-03-16T15:23:29.362Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env
2022-03-16T15:23:30.547Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||GET Response Status 200
2022-03-16T15:23:30.548Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env 80487a14-4f55-434c-a50a-1f7b046064ec 2098
2022-03-16T15:23:30.548Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-16T15:23:30.548Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env
2022-03-16T15:23:30.548Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T15:23:30.549Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-16T15:23:30.552Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T15:23:30.552Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||try to send status {
"distributionID": "8646a8fa-e455-49f1-a789-d2113d7353fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647444210548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316151816/1.0/resourceInstances/vfwbe3771da89450/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-16T15:23:30.652Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T15:23:30.653Z||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-16T15:23:30.653Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as S3F6ztAxvehXCtQF) ...
2022-03-16T15:23:30.670Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T15:23:30.671Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-16T15:23:31.555Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Preparing to deploy Service: 7595fec0-5bf4-46cd-b4ac-2ab779c87541
2022-03-16T15:23:31.555Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW be3771da-8945 0 bd5d6d00-8622-4b58-9d72-2f44eccc4895 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-16T15:23:31.584Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b4522aa, org.onap.sdc.toscaparser.api.parameters.Input@3b38535e, org.onap.sdc.toscaparser.api.parameters.Input@24566c71, org.onap.sdc.toscaparser.api.parameters.Input@2e0b3ed1, org.onap.sdc.toscaparser.api.parameters.Input@1ce919c8]
2022-03-16T15:23:31.586Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:31.587Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Service vFW 2022-03-16 15-18-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:23:31.587Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||VF Category is: Generic
2022-03-16T15:23:31.587Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||VFCustomizationUUID= 9dfefea7-3b43-42e5-bdda-2aa72738bdee
2022-03-16T15:23:31.587Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9dfefea7-3b43-42e5-bdda-2aa72738bdee matches Tosca VF Customization UUID: 9dfefea7-3b43-42e5-bdda-2aa72738bdee
2022-03-16T15:23:31.588Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||vfCustomizationUUID: 9dfefea7-3b43-42e5-bdda-2aa72738bdee 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-16T15:23:31.594Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:31.594Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Service vFW 2022-03-16 15-18-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T15:23:31.595Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||resource request for resource customization id 9dfefea7-3b43-42e5-bdda-2aa72738bdee: {\"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-16T15:23:31.596Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51a83ae
2022-03-16T15:23:31.596Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:31.596Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Service vFW 2022-03-16 15-18-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T15:23:31.596Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f7d205ce-e034-4e96-b27f-179f51da6cdf
2022-03-16T15:23:31.596Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f7d205ce-e034-4e96-b27f-179f51da6cdf
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-16T15:23:31.610Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:31.610Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vFW be3771da-8945 0 is matching search criteria
2022-03-16T15:23:31.611Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Found topology templates [vFW be3771da-8945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:23:31.611Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:31.611Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vFW be3771da-8945 0 is matching search criteria
2022-03-16T15:23:31.611Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Found topology templates [vFW be3771da-8945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T15:23:31.612Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T15:23:31.612Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vFW be3771da-8945 0 is not matching search criteria
2022-03-16T15:23:31.612Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T15:23:31.614Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T15:23:31.614Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-16T15:23:31.615Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T15:23:31.615Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T15:23:31.616Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T15:23:31.616Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T15:23:31.616Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T15:23:31.617Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T15:23:31.617Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T15:23:31.617Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T15:23:31.618Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=480faa96-469c-4efe-8e2c-eb324407c87b
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-16T15:23:31.621Z|8646a8fa-e455-49f1-a789-d2113d7353fb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5fbb5b5-2737-4a86-b37a-4716c1c1ecba/model-vers/model-ver/8ed4bcf9-e162-4283-adbc-4c77ac595294?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery