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-11-10T05:19:57.172Z||main|||||INFO|500||The following profiles are active: basic
2022-11-10T05:20:09.157Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-10T05:20:09.157Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-10T05:20:09.272Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-10T05:20:13.208Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-10T05:20:13.611Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-10T05:20:14.073Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-10T05:20:14.081Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-10T05:20:14.195Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-10T05:20:14.408Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-10T05:20:15.053Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-10T05:20:16.658Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-10T05:20:18.885Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-10T05:20:18.942Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-10T05:20:19.656Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-10T05:20:19.893Z||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-11-10T05:20:21.120Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-10T05:20:22.125Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-10T05:20:22.142Z||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$$1cee29c1.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-11-10T05:20:22.143Z||main|||||WARN|500||The sdc end point is not alive
2022-11-10T05:20:25.275Z||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-11-10T05:20:28.318Z||main|||||WARN|500||---
2022-11-10T05:20:28.319Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-10T05:20:28.319Z||main|||||WARN|500||---
2022-11-10T05:20:28.809Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-10T05:20:33.726Z||main|||||INFO|500||Started Application in 39.618 seconds (JVM running for 41.704)
2022-11-10T05:20:33.740Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-10T05:20:33.742Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-10T05:20:33.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-10T05:20:33.777Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-10T05:20:33.820Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d87fc29-6eeb-45ed-8e24-5e8fc7b96170 url= /sdc/v1/artifactTypes
2022-11-10T05:20:33.820Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-10T05:20:34.100Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-10T05:20:34.124Z||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-11-10T05:20:34.145Z||scheduling-1|||||DEBUG|500||create keys
2022-11-10T05:20:34.152Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-10T05:20:34.211Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:20:34.229Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3af59411-5f69-4b0b-aa6a-f4e2f20d728c url= /sdc/v1/registerForDistribution
2022-11-10T05:20:34.330Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3af59411-5f69-4b0b-aa6a-f4e2f20d728c url= /sdc/v1/registerForDistribution
2022-11-10T05:20:34.330Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-10T05:20:34.338Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:20:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:20:34.348Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-10T05:20:34.349Z||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-11-10T05:20:34.352Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:20:34.349Z||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-11-10T05:20:34.354Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:20:44.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:20:44.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:21:34.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:21:34.339Z||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-11-10T05:21:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:21:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:21:34.340Z||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-11-10T05:21:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:21:43.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:21:43.933Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:22:34.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:22:34.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-10T05:22:34.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wQeJYejk4JPLZYdp) ...
2022-11-10T05:22:34.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:22:34.341Z||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-11-10T05:22:34.341Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:22:43.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:22:43.921Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:23:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:23:34.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:23:34.340Z||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-11-10T05:23:34.340Z||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-11-10T05:23:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:23:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:23:43.929Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:23:43.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:24:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:24:34.338Z||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-11-10T05:24:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:24:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:24:34.342Z||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-11-10T05:24:34.342Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:24:43.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:24:43.889Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:25:34.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:25:34.340Z||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-11-10T05:25:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:25:34.338Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:25:34.342Z||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-11-10T05:25:34.342Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:25:43.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:25:43.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:26:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:26:34.338Z||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-11-10T05:26:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:26:34.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:26:34.340Z||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-11-10T05:26:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:26:43.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:26:43.894Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:27:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:27:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:27:34.341Z||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-11-10T05:27:34.341Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:27:34.341Z||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-11-10T05:27:34.341Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:27:43.895Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:27:43.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:28:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:28:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:28:34.342Z||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-11-10T05:28:34.343Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:28:34.342Z||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-11-10T05:28:34.343Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:28:43.893Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:28:43.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:29:34.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:29:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:29:34.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-10T05:29:34.340Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wQeJYejk4JPLZYdp) ...
2022-11-10T05:29:34.340Z||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-11-10T05:29:34.341Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:29:43.905Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:29:43.910Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:30:18.921Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-10T05:30:34.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:30:34.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-10T05:30:34.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wQeJYejk4JPLZYdp) ...
2022-11-10T05:30:34.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:30:34.340Z||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-11-10T05:30:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:30:43.915Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:30:43.920Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:31:34.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:31:34.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-10T05:31:34.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wQeJYejk4JPLZYdp) ...
2022-11-10T05:31:34.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:31:34.339Z||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-11-10T05:31:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:31:43.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:31:43.929Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:32:34.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:32:34.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-10T05:32:34.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:32:34.339Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wQeJYejk4JPLZYdp) ...
2022-11-10T05:32:34.339Z||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-11-10T05:32:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:32:43.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:32:43.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:33:34.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:33:34.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-10T05:33:34.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wQeJYejk4JPLZYdp) ...
2022-11-10T05:33:34.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:33:34.339Z||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-11-10T05:33:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:33:43.891Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:33:43.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:34:34.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:34:34.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:34:34.339Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-10T05:34:34.339Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wQeJYejk4JPLZYdp) ...
2022-11-10T05:34:34.340Z||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-11-10T05:34:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:34:43.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:34:43.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:35:34.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:35:34.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-10T05:35:34.339Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wQeJYejk4JPLZYdp) ...
2022-11-10T05:35:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:35:34.339Z||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-11-10T05:35:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:35:43.902Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:35:43.912Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:36:34.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:36:34.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:36:34.339Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-10T05:36:34.339Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wQeJYejk4JPLZYdp) ...
2022-11-10T05:36:34.339Z||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-11-10T05:36:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:36:43.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:36:43.915Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:37:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:37:34.338Z||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-11-10T05:37:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:37:34.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:37:34.342Z||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-11-10T05:37:34.342Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:37:43.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:37:43.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:38:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:38:34.338Z||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-11-10T05:38:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:38:34.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:38:34.340Z||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-11-10T05:38:34.341Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:38:43.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:38:43.893Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:39:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:39:34.338Z||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-11-10T05:39:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:39:34.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:39:34.341Z||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-11-10T05:39:34.341Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:39:43.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:39:43.909Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:40:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:40:34.339Z||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-11-10T05:40:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:40:34.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:40:34.340Z||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-11-10T05:40:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:40:43.887Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:40:43.905Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:41:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:41:34.338Z||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-11-10T05:41:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:41:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:41:34.339Z||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-11-10T05:41:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:41:43.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:41:43.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:42:34.338Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:42:34.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:42:34.340Z||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-11-10T05:42:34.340Z||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-11-10T05:42:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:42:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:42:43.891Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:42:43.937Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:43:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:43:34.338Z||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-11-10T05:43:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:43:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:43:34.340Z||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-11-10T05:43:34.341Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:43:43.887Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:43:43.887Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:44:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:44:34.338Z||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-11-10T05:44:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:44:34.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:44:34.340Z||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-11-10T05:44:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:44:43.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:44:43.891Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:45:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:45:34.338Z||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-11-10T05:45:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:45:34.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:45:34.339Z||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-11-10T05:45:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:45:43.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:45:43.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:46:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:46:34.338Z||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-11-10T05:46:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:46:34.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:46:34.339Z||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-11-10T05:46:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:46:43.890Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:46:43.899Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:47:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:47:34.338Z||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-11-10T05:47:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:47:34.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:47:34.341Z||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-11-10T05:47:34.341Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:47:43.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:47:43.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:48:34.338Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:48:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:48:34.339Z||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-11-10T05:48:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:48:34.339Z||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-11-10T05:48:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:48:43.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:48:43.895Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:49:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:49:34.338Z||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-11-10T05:49:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:49:34.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:49:34.339Z||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-11-10T05:49:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:49:43.892Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:49:43.894Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:50:34.338Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:50:34.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:50:34.341Z||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-11-10T05:50:34.341Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:50:34.341Z||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-11-10T05:50:34.342Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:50:43.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:50:43.942Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:51:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:51:34.338Z||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-11-10T05:51:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:51:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:51:34.340Z||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-11-10T05:51:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:51:43.925Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:51:43.931Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:52:34.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:52:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:52:34.340Z||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-11-10T05:52:34.340Z||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-11-10T05:52:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:52:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:52:43.885Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:52:43.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:53:34.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:53:34.338Z||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-11-10T05:53:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:53:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:53:34.339Z||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-11-10T05:53:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:53:43.890Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:53:43.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:54:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:54:34.340Z||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-11-10T05:54:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:54:34.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:54:34.344Z||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-11-10T05:54:34.344Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:54:43.892Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:54:43.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:55:34.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:55:34.338Z||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-11-10T05:55:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:55:34.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:55:34.339Z||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-11-10T05:55:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:55:43.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:55:43.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:56:34.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:56:34.338Z||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-11-10T05:56:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:56:34.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:56:34.339Z||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-11-10T05:56:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:56:43.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:56:43.939Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:57:34.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:57:34.338Z||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-11-10T05:57:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:57:34.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:57:34.339Z||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-11-10T05:57:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:57:43.941Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:57:43.945Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:58:34.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:58:34.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:58:34.340Z||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-11-10T05:58:34.340Z||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-11-10T05:58:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:58:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:58:43.925Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:58:43.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:59:34.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:59:34.338Z||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-11-10T05:59:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:59:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T05:59:34.339Z||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-11-10T05:59:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T05:59:43.913Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T05:59:43.916Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:00:34.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:00:34.337Z||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-11-10T06:00:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:00:34.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:00:34.340Z||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-11-10T06:00:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:00:43.908Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:00:43.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:01:34.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:01:34.338Z||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-11-10T06:01:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:01:34.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:01:34.340Z||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-11-10T06:01:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:01:43.933Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:01:43.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:02:34.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:02:34.338Z||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-11-10T06:02:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:02:34.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:02:34.341Z||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-11-10T06:02:34.341Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:02:43.927Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:02:43.930Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:03:34.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:03:34.338Z||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-11-10T06:03:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:03:34.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:03:34.340Z||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-11-10T06:03:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:03:43.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:03:43.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:04:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:04:34.338Z||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-11-10T06:04:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:04:34.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:04:34.339Z||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-11-10T06:04:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:04:43.907Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:04:43.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:05:34.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:05:34.338Z||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-11-10T06:05:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:05:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:05:34.341Z||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-11-10T06:05:34.341Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:05:43.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:05:43.941Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:06:34.338Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:06:34.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:06:34.342Z||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-11-10T06:06:34.342Z||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-11-10T06:06:34.342Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:06:34.342Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:06:43.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:06:43.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:07:34.338Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:07:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:07:34.339Z||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-11-10T06:07:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:07:34.340Z||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-11-10T06:07:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:07:43.918Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:07:43.928Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:08:34.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:08:34.338Z||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-11-10T06:08:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:08:34.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:08:34.340Z||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-11-10T06:08:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:08:43.926Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:08:43.926Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:09:34.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:09:34.338Z||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-11-10T06:09:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:09:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:09:34.339Z||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-11-10T06:09:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:09:43.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:09:43.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:34.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:10:34.338Z||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-11-10T06:10:34.338Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:10:34.340Z||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-11-10T06:10:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:34.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:34.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:34.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-10T06:10:34.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5623fc27-af95-44a6-b8e6-41f8962f9a51","serviceName":"vFW 2022-11-10 06-08-41","serviceVersion":"1.0","serviceUUID":"fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd","serviceDescription":"catalog service description","serviceInvariantUUID":"f4f4c3bf-f88d-4429-911b-78625fd4269c","resources":[{"resourceInstanceName":"vFW a2d5fc94-6494 0","resourceName":"vFW a2d5fc94-6494","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b153629f-65ad-4ca9-bea6-48ca98929d82","resourceInvariantUUID":"7c76ec98-ba5b-4c0e-a220-94a6dd2e7f62","resourceCustomizationUUID":"c229942c-b36c-48e4-8996-69498424ee11","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml","artifactChecksum":"YmNjMDQ3MmI1Y2IxOWY0ZmI0OTg1MzMyZGM3OGZmMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6aa3254-3b1a-447d-832c-140184210110","artifactVersion":"1"},{"artifactName":"vfwa2d5fc9464940_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json","artifactChecksum":"YTQ1Y2Y3YmIxMGUyY2NhY2RiY2Y5NzE4YjA2YTI4NDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8580d1fa-4ee1-455b-9580-88906fd0287f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml","artifactChecksum":"MmRjMDBiMGE1OTgxMWUyMTIzYjI4NmRkMDY2NDQ5NzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08b928a6-6fc4-4406-b2e7-8ea5522fed6c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22","artifactVersion":"2","generatedFromUUID":"57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221110060841-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml","artifactChecksum":"MDkwMjE3YmRkZDAxYmY4YjM0MjRhYTMzMmE4OTJlNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5450454-a9c8-43b6-a4ea-35fc3aa9ceed","artifactVersion":"1"},{"artifactName":"service-Vfw20221110060841-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar","artifactChecksum":"ZTgzNjg2NWU0NmFhZTBiMzgzYWYwMmJhZDBkYWJjNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8005a5d2-a945-440e-9643-3eeb388f89fc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-10T06:10:34.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:34.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060588727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:34.990Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:10:34.996Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:10:35.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "cds",
"timestamp": 1668060592140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.006Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:10:35.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.007Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060588727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json",
"status": "NOTIFIED"
}
2022-11-10T06:10:35.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "cds",
"timestamp": 1668060592140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060588727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-10T06:10:35.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "cds",
"timestamp": 1668060592140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "ves-openapi-manager",
"timestamp": 1668060594556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060588727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "cds",
"timestamp": 1668060592140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "ves-openapi-manager",
"timestamp": 1668060594556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060588727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-10T06:10:35.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "cds",
"timestamp": 1668060592140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "ves-openapi-manager",
"timestamp": 1668060594556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "aai-ml",
"timestamp": 1668060596647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060588727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "cds",
"timestamp": 1668060592140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "ves-openapi-manager",
"timestamp": 1668060594556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "aai-ml",
"timestamp": 1668060596647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060588727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:10:35.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "cds",
"timestamp": 1668060592140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:10:35.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "ves-openapi-manager",
"timestamp": 1668060594556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "aai-ml",
"timestamp": 1668060596647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060599896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:10:35.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:10:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "cds",
"timestamp": 1668060600089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:10:35.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:10:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "ves-openapi-manager",
"timestamp": 1668060594556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "aai-ml",
"timestamp": 1668060596647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060601023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:10:35.019Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:10:35.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "cds",
"timestamp": 1668060601119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-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-11-10T06:10:35.106Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-10T06:10:35.112Z||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-11-10T06:10:35.112Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:35.132Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:35.133Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-10T06:10:35.193Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5623fc27-af95-44a6-b8e6-41f8962f9a51
2022-11-10T06:10:35.215Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5623fc27-af95-44a6-b8e6-41f8962f9a51 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-11-10T06:10:35.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "ves-openapi-manager",
"timestamp": 1668060594556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "aai-ml",
"timestamp": 1668060596647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060602102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:10:35.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:10:35.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "aai-ml",
"timestamp": 1668060596647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060603255,
"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-11-10T06:10:35.251Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5623fc27-af95-44a6-b8e6-41f8962f9a51
2022-11-10T06:10:35.251Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5623fc27-af95-44a6-b8e6-41f8962f9a51 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-11-10T06:10:35.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "aai-ml",
"timestamp": 1668060596647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:10:35.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060604280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json",
"status": "DEPLOY_OK"
}
2022-11-10T06:10:35.259Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:10:35.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "aai-ml",
"timestamp": 1668060604542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:10:35.259Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:10:35.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060610287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060610287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060610287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060610287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060610287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060610287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060610287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:10:35.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060618221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:10:35.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:10:35.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "aai-ml",
"timestamp": 1668060620005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-10T06:10:35.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:10:35.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "aai-ml",
"timestamp": 1668060621011,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-10T06:10:35.267Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5623fc27-af95-44a6-b8e6-41f8962f9a51
2022-11-10T06:10:35.267Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5623fc27-af95-44a6-b8e6-41f8962f9a51 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-11-10T06:10:35.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "cds",
"timestamp": 1668060622139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060623869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-10T06:10:35.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:10:35.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "cds",
"timestamp": 1668060622139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060624873,
"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-11-10T06:10:35.279Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5623fc27-af95-44a6-b8e6-41f8962f9a51
2022-11-10T06:10:35.279Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5623fc27-af95-44a6-b8e6-41f8962f9a51 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-11-10T06:10:35.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "cds",
"timestamp": 1668060622139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "aai-ml",
"timestamp": 1668060626647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "cds",
"timestamp": 1668060622139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "aai-ml",
"timestamp": 1668060626647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "cds",
"timestamp": 1668060622139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "aai-ml",
"timestamp": 1668060626647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060628726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "cds",
"timestamp": 1668060622139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "aai-ml",
"timestamp": 1668060626647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060628726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json",
"status": "NOTIFIED"
}
2022-11-10T06:10:35.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "cds",
"timestamp": 1668060622139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:10:35.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "aai-ml",
"timestamp": 1668060626647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060628726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-10T06:10:35.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "cds",
"timestamp": 1668060632074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:10:35.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:10:35.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "aai-ml",
"timestamp": 1668060626647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060628726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "cds",
"timestamp": 1668060633086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-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-11-10T06:10:35.308Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5528a7cc-8330-4320-8798-ec313b221797
2022-11-10T06:10:35.309Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5528a7cc-8330-4320-8798-ec313b221797 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-11-10T06:10:35.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "aai-ml",
"timestamp": 1668060626647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:10:35.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060628726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-10T06:10:35.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:35.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "aai-ml",
"timestamp": 1668060634404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:10:35.317Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:10:35.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:10:35.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060628726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:35.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:10:36.016Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:10:36.017Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:10:36.019Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:10:36.019Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json",
"status": "NOTIFIED"
}
2022-11-10T06:10:36.119Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:10:36.120Z||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-11-10T06:10:36.120Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:36.137Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:36.138Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:10:37.019Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:10:37.021Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:10:37.023Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:10:37.023Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-10T06:10:37.123Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:10:37.124Z||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-11-10T06:10:37.124Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:37.137Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:37.137Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:10:38.023Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:10:38.024Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:10:38.036Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:10:38.037Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:38.127Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-11-10T06:10:38.128Z||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-11-10T06:10:38.128Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:38.161Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:38.161Z||pool-6-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:10:39.037Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:10:39.038Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:10:39.040Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:10:39.040Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-10T06:10:39.140Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:10:39.142Z||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-11-10T06:10:39.149Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:39.186Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:39.186Z||pool-7-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:10:40.041Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:10:40.042Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:10:40.045Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:10:40.045Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:10:40.145Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:10:40.147Z||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-11-10T06:10:40.147Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:40.181Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:40.182Z||pool-8-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-11-10T06:10:41.046Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:10:41.047Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:10:41.049Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:10:41.049Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:10:41.149Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:10:41.150Z||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-11-10T06:10:41.151Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:41.236Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:41.237Z||pool-9-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":24,"count":1}
2022-11-10T06:10:42.051Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"serviceName": "vFW 2022-11-10 06-08-41",
"serviceVersion": "1.0",
"serviceUUID": "fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f4f4c3bf-f88d-4429-911b-78625fd4269c",
"resources": [
{
"resourceInstanceName": "vFW a2d5fc94-6494 0",
"resourceCustomizationUUID": "c229942c-b36c-48e4-8996-69498424ee11",
"resourceName": "vFW a2d5fc94-6494",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b153629f-65ad-4ca9-bea6-48ca98929d82",
"resourceInvariantUUID": "7c76ec98-ba5b-4c0e-a220-94a6dd2e7f62",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa2d5fc9464940_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json",
"artifactChecksum": "YTQ1Y2Y3YmIxMGUyY2NhY2RiY2Y5NzE4YjA2YTI4NDk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8580d1fa-4ee1-455b-9580-88906fd0287f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22",
"generatedFromUUID": "57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221110060841-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"artifactChecksum": "ZTgzNjg2NWU0NmFhZTBiMzgzYWYwMmJhZDBkYWJjNDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8005a5d2-a945-440e-9643-3eeb388f89fc"
}
],
"workloadContext": "Production"
}
2022-11-10T06:10:42.052Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-10T06:10:42.052Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd ASDC
2022-11-10T06:10:42.176Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5623fc27-af95-44a6-b8e6-41f8962f9a51
ServiceName:vFW 2022-11-10 06-08-41
ServiceVersion:1.0
ServiceUUID:fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd
ServiceInvariantUUID:f4f4c3bf-f88d-4429-911b-78625fd4269c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221110060841-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar
ArtifactUUID:8005a5d2-a945-440e-9643-3eeb388f89fc
ArtifactChecksum:ZTgzNjg2NWU0NmFhZTBiMzgzYWYwMmJhZDBkYWJjNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a2d5fc94-6494 0
ResourceCustomizationUUID:c229942c-b36c-48e4-8996-69498424ee11
ResourceInvariantUUID:7c76ec98-ba5b-4c0e-a220-94a6dd2e7f62
ResourceName:vFW a2d5fc94-6494
ResourceType:VF
ResourceUUID:b153629f-65ad-4ca9-bea6-48ca98929d82
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa2d5fc9464940_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json
ArtifactUUID:8580d1fa-4ee1-455b-9580-88906fd0287f
ArtifactChecksum:YTQ1Y2Y3YmIxMGUyY2NhY2RiY2Y5NzE4YjA2YTI4NDk=
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/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml
ArtifactUUID:57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80
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/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env
ArtifactUUID:4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22
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/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env
ArtifactUUID:4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-10T06:10:42.177Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd 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-11-10T06:10:42.225Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-10T06:10:42.226Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-10T06:10:42.227Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-10T06:10:42.228Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8005a5d2-a945-440e-9643-3eeb388f89fc from URL: /sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar
2022-11-10T06:10:42.228Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-10T06:10:42.229Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar
2022-11-10T06:10:42.347Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-10T06:10:42.363Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar 8005a5d2-a945-440e-9643-3eeb388f89fc 100698
2022-11-10T06:10:42.366Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar ASDC sendASDCNotification
2022-11-10T06:10:42.366Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar
2022-11-10T06:10:42.367Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-10T06:10:42.368Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:10:42.372Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:10:42.372Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060642364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:10:42.472Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:10:42.473Z||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-11-10T06:10:42.473Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:42.495Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:42.496Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:10:43.373Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-10T06:10:43.374Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-10T06:10:43.375Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 8005a5d2-a945-440e-9643-3eeb388f89fc, URL: /sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar to file: /app/ASDC/1/service-Vfw20221110060841-csar.csar
2022-11-10T06:10:43.377Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221110060841-csar.csar
2022-11-10T06:10:43.477Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221110060841-csar.csar
2022-11-10T06:10:43.478Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221110060841-csar.csar
2022-11-10T06:10:44.194Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17995727159507030713/Definitions/service-Vfw20221110060841-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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-11-10T06:10:47.301Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-10T06:10:47.306Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar
2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar
2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||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-Vfw20221110060841-csar.csar
2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||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-Vfw20221110060841-csar.csar
2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a2d5fc94-6494 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar
2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||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-Vfw20221110060841-csar.csar
2022-11-10T06:10:47.307Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar
2022-11-10T06:10:47.308Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar
2022-11-10T06:10:47.308Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||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-Vfw20221110060841-csar.csar
2022-11-10T06:10:47.308Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar
2022-11-10T06:10:47.308Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar
2022-11-10T06:10:47.308Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221110060841-csar.csar
2022-11-10T06:10:47.308Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-10T06:10:47.314Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:47.315Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:10:47.319Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria
2022-11-10T06:10:47.319Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-10T06:10:47.321Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-10T06:10:47.323Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:47.323Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:10:47.323Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria
2022-11-10T06:10:47.323Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-10T06:10:47.323Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-10T06:10:47.324Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:47.324Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:10:47.327Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:47.327Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is not matching search criteria
2022-11-10T06:10:47.327Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-10T06:10:47.328Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-10T06:10:47.328Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-10T06:10:47.329Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-10T06:10:47.330Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-10T06:10:47.330Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-10T06:10:47.330Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-10T06:10:47.330Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-10T06:10:47.330Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-10T06:10:47.330Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-10T06:10:47.331Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-10T06:10:47.331Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-10T06:10:47.331Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-10T06:10:47.331Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-10T06:10:47.331Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-10T06:10:47.332Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-10T06:10:47.332Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:47.332Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-10T06:10:47.333Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:47.333Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria
2022-11-10T06:10:47.333Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:10:47.334Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:47.334Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria
2022-11-10T06:10:47.334Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:10:47.335Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:47.335Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria
2022-11-10T06:10:47.335Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:10:47.335Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:47.335Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is not matching search criteria
2022-11-10T06:10:47.336Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-10T06:10:47.336Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-10T06:10:47.336Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-10T06:10:47.336Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-10T06:10:47.337Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-10T06:10:47.337Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-10T06:10:47.337Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-10T06:10:47.337Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-10T06:10:47.337Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-10T06:10:47.337Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-10T06:10:47.338Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-10T06:10:47.338Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6cfc7a7f-a6db-467a-9977-4cc2ef4e3270
2022-11-10T06:10:47.338Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:47.338Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is not matching search criteria
2022-11-10T06:10:47.339Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-10T06:10:47.339Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-10T06:10:47.339Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-10T06:10:47.339Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-10T06:10:47.339Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-10T06:10:47.339Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-10T06:10:47.340Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-10T06:10:47.340Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-10T06:10:47.340Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-10T06:10:47.340Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-10T06:10:47.340Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-10T06:10:47.340Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-10T06:10:47.341Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cee80a0e-6932-40b5-b23d-58694abcf5cd
2022-11-10T06:10:47.341Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:47.341Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is not matching search criteria
2022-11-10T06:10:47.341Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-10T06:10:47.341Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-10T06:10:47.341Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-10T06:10:47.342Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-10T06:10:47.342Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-10T06:10:47.342Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-10T06:10:47.342Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-10T06:10:47.342Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-10T06:10:47.342Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-10T06:10:47.343Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-10T06:10:47.343Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-10T06:10:47.343Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-10T06:10:47.343Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a9933c5-0ea5-434f-bb35-8d0c841dcd26
2022-11-10T06:10:47.343Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:47.343Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:10:47.344Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:47.344Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:10:47.344Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:47.344Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:10:47.344Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:47.345Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:10:47.345Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-10 06-08-41
Description:catalog service description
Model UUID:fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd
Model Version:NULL
Model InvariantUuid:f4f4c3bf-f88d-4429-911b-78625fd4269c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a2d5fc94-6494
Model UUID:5b2137f7-7804-4b90-a769-6505f3bec3f0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7c76ec98-ba5b-4c0e-a220-94a6dd2e7f62
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c229942c-b36c-48e4-8996-69498424ee11
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:360eb295-fc42-44f4-a1e0-5fa194f216b2
ModelName:VfwA2d5fc946494..base_vfw..module-0
ModelUuid:4fb08065-e7de-4a24-b37b-d4a85aca291b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6cfc7a7f-a6db-467a-9977-4cc2ef4e3270
ModelInvariantUuid:290a2e62-6ef1-4166-b2c4-9779c07693bf
ModelName:vFW a2d5fc94-6494-nodes.vfwCvfc
ModelUuid:908d8c90-b190-4180-b751-8c4bd849f2c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b985564b-04e1-41b0-9590-4c0bd8ef419b
ModelInvariantUuid:d56ebe8f-b805-4e87-b652-59aef79fc21d
ModelName:VfwA2d5fc946494.compute.nodes.heat.vfw
ModelUuid:8c358b10-3ec9-4bec-8a66-955a70ab345d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cee80a0e-6932-40b5-b23d-58694abcf5cd
ModelInvariantUuid:a40cda44-db9f-451e-822a-f7542f0206b4
ModelName:vFW a2d5fc94-6494-nodes.vsnCvfc
ModelUuid:73820cf1-3862-4c8d-8c53-392b16073d61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d0620753-9160-4211-8a4e-466b7954204a
ModelInvariantUuid:a2b2c39d-64bd-4f4b-b34e-a5fc4d070fd1
ModelName:VfwA2d5fc946494.compute.nodes.heat.vsn
ModelUuid:7423200f-9790-4c1b-9afe-b64010b85400
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5a9933c5-0ea5-434f-bb35-8d0c841dcd26
ModelInvariantUuid:d077b206-8950-4c34-9f1d-f16f44fdd18f
ModelName:vFW a2d5fc94-6494-nodes.vpgCvfc
ModelUuid:15c0a83b-2ade-41c7-a0d4-ba789a702cf3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:251f8181-0012-4193-a3ca-b8df975d4933
ModelInvariantUuid:eb41cb51-c10d-4fa2-82de-69f4d4622bc5
ModelName:VfwA2d5fc946494.compute.nodes.heat.vpg
ModelUuid:2366cf2e-2e04-45ac-9ca6-b48fd860f4a9
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-11-10T06:10:47.359Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b153629f-65ad-4ca9-bea6-48ca98929d82
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-11-10T06:10:47.445Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||vFW a2d5fc94-6494 0
2022-11-10T06:10:47.453Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b153629f-65ad-4ca9-bea6-48ca98929d82
2022-11-10T06:10:47.453Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8580d1fa-4ee1-455b-9580-88906fd0287f from URL: /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json
2022-11-10T06:10:47.453Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-10T06:10:47.454Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json
2022-11-10T06:10:47.512Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-10T06:10:47.513Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json 8580d1fa-4ee1-455b-9580-88906fd0287f 785
2022-11-10T06:10:47.513Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json ASDC sendASDCNotification
2022-11-10T06:10:47.513Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json
2022-11-10T06:10:47.513Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-10T06:10:47.514Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:10:47.516Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:10:47.516Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060647513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:10:47.617Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-10T06:10:47.618Z||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-11-10T06:10:47.618Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:47.634Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:47.634Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-10T06:10:48.518Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA2d5fc946494..base_vfw..module-0",
"vfModuleModelInvariantUUID": "360eb295-fc42-44f4-a1e0-5fa194f216b2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4fb08065-e7de-4a24-b37b-d4a85aca291b",
"vfModuleModelCustomizationUUID": "e3c59f5c-14ce-4def-8639-dce77110a05c",
"isBase": true,
"artifacts": [
"57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80",
"4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22"
],
"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-11-10T06:10:48.531Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2d5fc946494..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fb08065-e7de-4a24-b37b-d4a85aca291b
VfModuleModelInvariantUUID:360eb295-fc42-44f4-a1e0-5fa194f216b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80
,
4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22
}
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-11-10T06:10:48.533Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA2d5fc946494..base_vfw..module-0",
"vfModuleModelInvariantUUID": "360eb295-fc42-44f4-a1e0-5fa194f216b2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4fb08065-e7de-4a24-b37b-d4a85aca291b",
"vfModuleModelCustomizationUUID": "e3c59f5c-14ce-4def-8639-dce77110a05c",
"isBase": true,
"artifacts": [
"57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80",
"4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22"
],
"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-11-10T06:10:48.533Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2d5fc946494..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fb08065-e7de-4a24-b37b-d4a85aca291b
VfModuleModelInvariantUUID:360eb295-fc42-44f4-a1e0-5fa194f216b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80
,
4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22
}
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-11-10T06:10:48.534Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80 from URL: /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml
2022-11-10T06:10:48.534Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-10T06:10:48.534Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml
2022-11-10T06:10:48.598Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-10T06:10:48.599Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml 57ad6dd1-a6cf-4569-b1b1-7e6fce8a2b80 20368
2022-11-10T06:10:48.600Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-10T06:10:48.600Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml
2022-11-10T06:10:48.600Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-10T06:10:48.600Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:10:48.602Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:10:48.602Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060648600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:10:48.702Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:10:48.703Z||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-11-10T06:10:48.704Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:48.720Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:48.721Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:10:49.603Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22 from URL: /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env
2022-11-10T06:10:49.603Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-10T06:10:49.604Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env
2022-11-10T06:10:49.664Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-10T06:10:49.664Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env 4db6bb1b-e935-4c0b-8e5b-d1cc8ccfdb22 2098
2022-11-10T06:10:49.665Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-10T06:10:49.665Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env
2022-11-10T06:10:49.665Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-10T06:10:49.665Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:10:49.668Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:10:49.668Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060649665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:10:49.768Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:10:49.769Z||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-11-10T06:10:49.769Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:49.786Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:49.787Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:10:50.668Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd
2022-11-10T06:10:50.669Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a2d5fc94-6494 0 b153629f-65ad-4ca9-bea6-48ca98929d82 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-11-10T06:10:50.725Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60497a57, org.onap.sdc.toscaparser.api.parameters.Input@210d50d2, org.onap.sdc.toscaparser.api.parameters.Input@2cb39c1b, org.onap.sdc.toscaparser.api.parameters.Input@d86c450, org.onap.sdc.toscaparser.api.parameters.Input@26368c75]
2022-11-10T06:10:50.728Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.728Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:10:50.729Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-11-10T06:10:50.729Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= c229942c-b36c-48e4-8996-69498424ee11
2022-11-10T06:10:50.729Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c229942c-b36c-48e4-8996-69498424ee11 matches Tosca VF Customization UUID: c229942c-b36c-48e4-8996-69498424ee11
2022-11-10T06:10:50.729Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: c229942c-b36c-48e4-8996-69498424ee11 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-11-10T06:10:50.736Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.736Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:10:50.737Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id c229942c-b36c-48e4-8996-69498424ee11: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-10T06:10:50.737Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5005dd59
2022-11-10T06:10:50.737Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.738Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-10T06:10:50.738Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e3c59f5c-14ce-4def-8639-dce77110a05c
2022-11-10T06:10:50.739Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e3c59f5c-14ce-4def-8639-dce77110a05c
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-11-10T06:10:50.745Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.745Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria
2022-11-10T06:10:50.746Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:10:50.746Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.747Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria
2022-11-10T06:10:50.747Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:10:50.747Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.747Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is not matching search criteria
2022-11-10T06:10:50.748Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-10T06:10:50.748Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-10T06:10:50.748Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-10T06:10:50.748Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-10T06:10:50.749Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-10T06:10:50.749Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-10T06:10:50.749Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-10T06:10:50.749Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-10T06:10:50.750Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-10T06:10:50.750Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-10T06:10:50.750Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-10T06:10:50.750Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6cfc7a7f-a6db-467a-9977-4cc2ef4e3270
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-11-10T06:10:50.760Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.760Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria
2022-11-10T06:10:50.760Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:10:50.761Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.761Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is not matching search criteria
2022-11-10T06:10:50.761Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-10T06:10:50.762Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-10T06:10:50.762Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-10T06:10:50.762Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-10T06:10:50.762Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-10T06:10:50.763Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-10T06:10:50.763Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-10T06:10:50.763Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-10T06:10:50.763Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-10T06:10:50.764Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-10T06:10:50.764Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-10T06:10:50.764Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-10T06:10:50.764Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cee80a0e-6932-40b5-b23d-58694abcf5cd
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-11-10T06:10:50.767Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.767Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria
2022-11-10T06:10:50.767Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:10:50.770Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.770Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is not matching search criteria
2022-11-10T06:10:50.770Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-10T06:10:50.771Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-10T06:10:50.771Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-10T06:10:50.771Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-10T06:10:50.771Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-10T06:10:50.772Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-10T06:10:50.772Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-10T06:10:50.772Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-10T06:10:50.772Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-10T06:10:50.773Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-10T06:10:50.773Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-10T06:10:50.773Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-10T06:10:50.773Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a9933c5-0ea5-434f-bb35-8d0c841dcd26
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-11-10T06:10:50.775Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.776Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria
2022-11-10T06:10:50.776Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:10:50.776Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.777Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Node template vFW a2d5fc94-6494 0 is matching search criteria
2022-11-10T06:10:50.777Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2d5fc94-6494 0] matching following query criteria: sdcType=VF, customizationUUID=c229942c-b36c-48e4-8996-69498424ee11
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-11-10T06:10:50.779Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.779Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:10:50.779Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd: vFW a2d5fc94-6494
2022-11-10T06:10:50.780Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.780Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:10:50.780Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.780Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:10:50.781Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.781Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:10:50.781Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.781Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:10:50.782Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:10:50.782Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-10 06-08-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:10:50.782Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-11-10 06-08-41
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-11-10T06:10:51.039Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a2d5fc94-6494 b153629f-65ad-4ca9-bea6-48ca98929d82 1 ASDC deployResourceStructure
2022-11-10T06:10:51.039Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json ASDC sendASDCNotification
2022-11-10T06:10:51.039Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json
2022-11-10T06:10:51.040Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-10T06:10:51.040Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:10:51.042Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:10:51.042Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060651039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json",
"status": "DEPLOY_OK"
}
2022-11-10T06:10:51.142Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:10:51.143Z||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-11-10T06:10:51.143Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:51.162Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:51.163Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:10:52.043Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-10T06:10:52.044Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml
2022-11-10T06:10:52.044Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-10T06:10:52.044Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:10:52.046Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:10:52.046Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060652043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-10T06:10:52.146Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:10:52.147Z||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-11-10T06:10:52.147Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:52.169Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:52.169Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-10T06:10:53.046Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-10T06:10:53.047Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env
2022-11-10T06:10:53.047Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-10T06:10:53.048Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:10:53.049Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:10:53.050Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060653046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-10T06:10:53.150Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:10:53.151Z||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-11-10T06:10:53.151Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:53.185Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:53.185Z||pool-16-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-11-10T06:10:54.051Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar ASDC sendASDCNotification
2022-11-10T06:10:54.051Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar
2022-11-10T06:10:54.051Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-10T06:10:54.052Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:10:54.054Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:10:54.054Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060654050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-10T06:10:54.154Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:10:54.155Z||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-11-10T06:10:54.155Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:10:54.174Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:10:54.174Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:10:55.055Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5623fc27-af95-44a6-b8e6-41f8962f9a51
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-11-10T06:10:55.069Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5623fc27-af95-44a6-b8e6-41f8962f9a51
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-11-10T06:10:55.072Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-10T06:10:55.072Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-10T06:10:55.073Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-10T06:10:55.073Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-10T06:10:55.073Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-10T06:10:55.073Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-10T06:10:55.073Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-10T06:10:55.074Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-10T06:10:55.074Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-10T06:10:55.074Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-10T06:10:55.077Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-10T06:11:25.078Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5623fc27-af95-44a6-b8e6-41f8962f9a51 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-11-10T06:11:25.092Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5623fc27-af95-44a6-b8e6-41f8962f9a51 and serviceModelVersionId: fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd
2022-11-10T06:11:25.092Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4f4c3bf-f88d-4429-911b-78625fd4269c
2022-11-10T06:11:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:11:34.340Z||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-11-10T06:11:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:34.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:34.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:11:34.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "ves-openapi-manager",
"timestamp": 1668060634556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:11:34.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:11:39.604Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4f4c3bf-f88d-4429-911b-78625fd4269c/model-vers/model-ver/fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd?depth=0
2022-11-10T06:11:39.713Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-10T06:11:40.224Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4f4c3bf-f88d-4429-911b-78625fd4269c/model-vers/model-ver/fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd?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-11-10T06:11:40.229Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4f4c3bf-f88d-4429-911b-78625fd4269c/model-vers/model-ver/fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd?depth=0|INFO|500||Invoke
2022-11-10T06:11:40.337Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4f4c3bf-f88d-4429-911b-78625fd4269c/model-vers/model-ver/fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-10T06:11:40.553Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4f4c3bf-f88d-4429-911b-78625fd4269c/model-vers/model-ver/fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd?depth=0|INFO|500||InvokeReturn
2022-11-10T06:11:40.554Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4f4c3bf-f88d-4429-911b-78625fd4269c/model-vers/model-ver/fd1646cf-6ddc-4a2c-ae0a-5cc457be0bbd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221110-06:11:40:261-74886], vertex-id=[188624], Content-Length=[0], Date=[Thu, 10 Nov 2022 06:11:40 GMT], Content-Type=[application/json]}
2022-11-10T06:11:40.554Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-10T06:11:40.558Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-10T06:11:40.558Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-10T06:11:40.564Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||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-11-10T06:11:40.564Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5623fc27-af95-44a6-b8e6-41f8962f9a51 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-10T06:11:40.565Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-10T06:11:40.566Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:40.567Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:40.568Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060700565,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-10T06:11:40.668Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:11:40.669Z||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-11-10T06:11:40.669Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:40.687Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:40.688Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 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-11-10T06:11:41.581Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-10T06:11:41.582Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5528a7cc-8330-4320-8798-ec313b221797","serviceName":"basic_onboard_PeCvCP","serviceVersion":"1.0","serviceUUID":"375bb7d1-b30c-4385-b505-d926a678bda9","serviceDescription":"service","serviceInvariantUUID":"4e945193-3759-4674-84aa-e59b14de734e","resources":[{"resourceInstanceName":"basic_onboard_PeCvCP 0","resourceName":"basic_onboard_PeCvCP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3bd2519d-1018-40c0-ba03-edd0bc8594c0","resourceInvariantUUID":"afbb4dd4-0437-47da-99af-6f562b90bb89","resourceCustomizationUUID":"dc022d00-8385-43b5-a9f6-d7b289392cb8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml","artifactChecksum":"ZGYyNTNhNWRiMDVhOTBkZmZhYzg1NWVhMDgyOWNiZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1dbab22a-47ff-4b05-9532-535da1902c9c","artifactVersion":"1"},{"artifactName":"basic_onboard_pecvcp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json","artifactChecksum":"OTA3OTk1MmY2MTFjNjkzMjRjY2M2ZjFhODQ2NzE3Zjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3bdd6615-b690-45ef-a68a-fbfeb4468f7d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"08e85dde-848e-411a-a274-0e86d9446dba","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b846e130-7952-47c5-aaae-78100e5e102b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"55148fd4-605f-4a18-be46-94ad76778018","artifactVersion":"2","generatedFromUUID":"08e85dde-848e-411a-a274-0e86d9446dba"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPecvcp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml","artifactChecksum":"ODI1OTk4MWIyY2E1ODdkMDllMTFlMjNiZjIxNmUzYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d952b12-1162-41a7-880e-c31a391c9efe","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPecvcp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar","artifactChecksum":"ZDUyZTY3Y2YzMzk3MzI4YmU2YzExNWFiZTllMzgwZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a3955600-fa3c-44ef-bc88-cc1f569e0dcc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-10T06:11:41.587Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:11:41.587Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:41.589Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:41.590Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:11:41.690Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-10T06:11:41.690Z||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-11-10T06:11:41.691Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:41.704Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:41.705Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:11:42.590Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:11:42.591Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:42.593Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:42.593Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json",
"status": "NOTIFIED"
}
2022-11-10T06:11:42.694Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-10T06:11:42.695Z||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-11-10T06:11:42.695Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:42.717Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:42.718Z||pool-20-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-10T06:11:43.594Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:11:43.595Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:43.597Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:43.598Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-10T06:11:43.698Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:11:43.699Z||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-11-10T06:11:43.699Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:43.712Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:43.713Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:11:44.598Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:11:44.600Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:44.602Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:44.602Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:11:44.702Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:11:44.703Z||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-11-10T06:11:44.703Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:44.726Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:44.727Z||pool-22-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:11:45.608Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:11:45.608Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:45.610Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:45.610Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-10T06:11:45.711Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:11:45.712Z||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-11-10T06:11:45.713Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:45.737Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:45.738Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:11:46.611Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:11:46.612Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:46.615Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:46.615Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:11:46.724Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-11-10T06:11:46.726Z||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-11-10T06:11:46.726Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:46.744Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:46.745Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:11:47.615Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:11:47.616Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:47.618Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:47.618Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:11:47.718Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-10T06:11:47.719Z||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-11-10T06:11:47.720Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:47.734Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:47.734Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:11:48.624Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"serviceName": "basic_onboard_PeCvCP",
"serviceVersion": "1.0",
"serviceUUID": "375bb7d1-b30c-4385-b505-d926a678bda9",
"serviceDescription": "service",
"serviceInvariantUUID": "4e945193-3759-4674-84aa-e59b14de734e",
"resources": [
{
"resourceInstanceName": "basic_onboard_PeCvCP 0",
"resourceCustomizationUUID": "dc022d00-8385-43b5-a9f6-d7b289392cb8",
"resourceName": "basic_onboard_PeCvCP",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3bd2519d-1018-40c0-ba03-edd0bc8594c0",
"resourceInvariantUUID": "afbb4dd4-0437-47da-99af-6f562b90bb89",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pecvcp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json",
"artifactChecksum": "OTA3OTk1MmY2MTFjNjkzMjRjY2M2ZjFhODQ2NzE3Zjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3bdd6615-b690-45ef-a68a-fbfeb4468f7d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "08e85dde-848e-411a-a274-0e86d9446dba",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "55148fd4-605f-4a18-be46-94ad76778018",
"generatedFromUUID": "08e85dde-848e-411a-a274-0e86d9446dba"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "55148fd4-605f-4a18-be46-94ad76778018",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPecvcp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"artifactChecksum": "ZDUyZTY3Y2YzMzk3MzI4YmU2YzExNWFiZTllMzgwZTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a3955600-fa3c-44ef-bc88-cc1f569e0dcc"
}
],
"workloadContext": "Production"
}
2022-11-10T06:11:48.625Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-10T06:11:48.625Z|5623fc27-af95-44a6-b8e6-41f8962f9a51|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 375bb7d1-b30c-4385-b505-d926a678bda9 ASDC
2022-11-10T06:11:48.626Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5528a7cc-8330-4320-8798-ec313b221797
ServiceName:basic_onboard_PeCvCP
ServiceVersion:1.0
ServiceUUID:375bb7d1-b30c-4385-b505-d926a678bda9
ServiceInvariantUUID:4e945193-3759-4674-84aa-e59b14de734e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPecvcp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar
ArtifactUUID:a3955600-fa3c-44ef-bc88-cc1f569e0dcc
ArtifactChecksum:ZDUyZTY3Y2YzMzk3MzI4YmU2YzExNWFiZTllMzgwZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PeCvCP 0
ResourceCustomizationUUID:dc022d00-8385-43b5-a9f6-d7b289392cb8
ResourceInvariantUUID:afbb4dd4-0437-47da-99af-6f562b90bb89
ResourceName:basic_onboard_PeCvCP
ResourceType:VF
ResourceUUID:3bd2519d-1018-40c0-ba03-edd0bc8594c0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pecvcp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json
ArtifactUUID:3bdd6615-b690-45ef-a68a-fbfeb4468f7d
ArtifactChecksum:OTA3OTk1MmY2MTFjNjkzMjRjY2M2ZjFhODQ2NzE3Zjk=
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/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:08e85dde-848e-411a-a274-0e86d9446dba
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/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env
ArtifactUUID:55148fd4-605f-4a18-be46-94ad76778018
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/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env
ArtifactUUID:55148fd4-605f-4a18-be46-94ad76778018
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-10T06:11:48.626Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 375bb7d1-b30c-4385-b505-d926a678bda9 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-11-10T06:11:48.651Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-10T06:11:48.652Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-10T06:11:48.652Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-10T06:11:48.652Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a3955600-fa3c-44ef-bc88-cc1f569e0dcc from URL: /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:48.653Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-10T06:11:48.653Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:48.749Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-10T06:11:48.752Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar a3955600-fa3c-44ef-bc88-cc1f569e0dcc 75291
2022-11-10T06:11:48.753Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar ASDC sendASDCNotification
2022-11-10T06:11:48.753Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:48.753Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-10T06:11:48.753Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:48.755Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:48.755Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060708753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:11:48.856Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:11:48.861Z||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-11-10T06:11:48.861Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:48.874Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:48.874Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:11:49.756Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-10T06:11:49.757Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-10T06:11:49.757Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a3955600-fa3c-44ef-bc88-cc1f569e0dcc, URL: /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar to file: /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:49.759Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:49.760Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:49.760Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:49.886Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9225313131274789811/Definitions/service-BasicOnboardPecvcp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-10T06:11:51.119Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-10T06:11:51.120Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-10T06:11:51.120Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:51.120Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-10T06:11:51.120Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:51.121Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||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-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:51.121Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PeCvCP 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:51.121Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||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-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:51.121Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||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-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:51.121Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:51.122Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||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-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:51.122Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-10T06:11:51.122Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:51.122Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:11:51.123Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria
2022-11-10T06:11:51.123Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-10T06:11:51.123Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-10T06:11:51.124Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:51.124Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:11:51.125Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria
2022-11-10T06:11:51.125Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-10T06:11:51.125Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-10T06:11:51.125Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:51.126Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:11:51.126Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:51.126Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is not matching search criteria
2022-11-10T06:11:51.126Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-10T06:11:51.126Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-10T06:11:51.127Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-10T06:11:51.127Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-10T06:11:51.127Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-10T06:11:51.127Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:51.128Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-10T06:11:51.128Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:51.128Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria
2022-11-10T06:11:51.128Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:11:51.129Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:51.129Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria
2022-11-10T06:11:51.129Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:11:51.130Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:51.130Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria
2022-11-10T06:11:51.130Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:11:51.130Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:51.131Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is not matching search criteria
2022-11-10T06:11:51.131Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-10T06:11:51.131Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-10T06:11:51.131Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=22857738-6395-40a0-bb7e-6e40e0561bd4
2022-11-10T06:11:51.131Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:51.132Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:11:51.132Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:51.132Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:11:51.132Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:51.133Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:11:51.133Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:51.133Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:11:51.133Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_PeCvCP
Description:service
Model UUID:375bb7d1-b30c-4385-b505-d926a678bda9
Model Version:NULL
Model InvariantUuid:4e945193-3759-4674-84aa-e59b14de734e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_PeCvCP
Model UUID:2bc042db-7fd0-4a59-b6f8-7bb3dcc13a5e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:afbb4dd4-0437-47da-99af-6f562b90bb89
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:dc022d00-8385-43b5-a9f6-d7b289392cb8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c63b2465-c176-4b0f-b92e-8e909ea6a3ad
ModelName:BasicOnboardPecvcp..base_ubuntu18..module-0
ModelUuid:a95d4e65-8e4d-47dc-9957-50c18a098dd2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:22857738-6395-40a0-bb7e-6e40e0561bd4
ModelInvariantUuid:b6d22474-28c3-406f-bdee-3f29c71bf9b6
ModelName:basic_onboard_PeCvCP-nodes.ubuntu18Cvfc
ModelUuid:8c313068-63df-419d-a5d4-3ab08d5251ec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7a7d58ed-cb51-48a2-b73a-1540522d94a7
ModelInvariantUuid:c68df5e7-de59-4c62-9512-d63db1c2f31c
ModelName:BasicOnboardPecvcp.compute.nodes.heat.ubuntu18
ModelUuid:a24271c0-09ed-4f19-84de-5cc822d37ff1
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-11-10T06:11:51.139Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3bd2519d-1018-40c0-ba03-edd0bc8594c0
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-11-10T06:11:51.142Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||basic_onboard_PeCvCP 0
2022-11-10T06:11:51.142Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3bd2519d-1018-40c0-ba03-edd0bc8594c0
2022-11-10T06:11:51.143Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3bdd6615-b690-45ef-a68a-fbfeb4468f7d from URL: /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json
2022-11-10T06:11:51.143Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-10T06:11:51.143Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json
2022-11-10T06:11:51.200Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-10T06:11:51.200Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json 3bdd6615-b690-45ef-a68a-fbfeb4468f7d 798
2022-11-10T06:11:51.201Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json ASDC sendASDCNotification
2022-11-10T06:11:51.201Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json
2022-11-10T06:11:51.201Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-10T06:11:51.201Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:51.203Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:51.203Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060711201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:11:51.304Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-10T06:11:51.305Z||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-11-10T06:11:51.305Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:51.325Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:51.326Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:11:52.204Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPecvcp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c63b2465-c176-4b0f-b92e-8e909ea6a3ad",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a95d4e65-8e4d-47dc-9957-50c18a098dd2",
"vfModuleModelCustomizationUUID": "5a56ca88-7153-48cd-bd84-2ea9f706efdd",
"isBase": true,
"artifacts": [
"08e85dde-848e-411a-a274-0e86d9446dba",
"55148fd4-605f-4a18-be46-94ad76778018"
],
"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-11-10T06:11:52.208Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPecvcp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a95d4e65-8e4d-47dc-9957-50c18a098dd2
VfModuleModelInvariantUUID:c63b2465-c176-4b0f-b92e-8e909ea6a3ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
08e85dde-848e-411a-a274-0e86d9446dba
,
55148fd4-605f-4a18-be46-94ad76778018
}
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-11-10T06:11:52.210Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPecvcp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c63b2465-c176-4b0f-b92e-8e909ea6a3ad",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a95d4e65-8e4d-47dc-9957-50c18a098dd2",
"vfModuleModelCustomizationUUID": "5a56ca88-7153-48cd-bd84-2ea9f706efdd",
"isBase": true,
"artifacts": [
"08e85dde-848e-411a-a274-0e86d9446dba",
"55148fd4-605f-4a18-be46-94ad76778018"
],
"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-11-10T06:11:52.210Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPecvcp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a95d4e65-8e4d-47dc-9957-50c18a098dd2
VfModuleModelInvariantUUID:c63b2465-c176-4b0f-b92e-8e909ea6a3ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
08e85dde-848e-411a-a274-0e86d9446dba
,
55148fd4-605f-4a18-be46-94ad76778018
}
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-11-10T06:11:52.210Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 08e85dde-848e-411a-a274-0e86d9446dba from URL: /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml
2022-11-10T06:11:52.210Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-10T06:11:52.210Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml
2022-11-10T06:11:52.265Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-10T06:11:52.265Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml 08e85dde-848e-411a-a274-0e86d9446dba 5033
2022-11-10T06:11:52.265Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-10T06:11:52.266Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml
2022-11-10T06:11:52.266Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-10T06:11:52.266Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:52.268Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:52.268Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060712265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:11:52.368Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:11:52.369Z||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-11-10T06:11:52.370Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:52.396Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:52.397Z||pool-28-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:11:53.269Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55148fd4-605f-4a18-be46-94ad76778018 from URL: /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env
2022-11-10T06:11:53.269Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-10T06:11:53.269Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env
2022-11-10T06:11:53.327Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-10T06:11:53.327Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env 55148fd4-605f-4a18-be46-94ad76778018 909
2022-11-10T06:11:53.328Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-10T06:11:53.328Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env
2022-11-10T06:11:53.328Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-10T06:11:53.328Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:53.330Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:53.330Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060713328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:11:53.430Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:11:53.431Z||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-11-10T06:11:53.432Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:53.446Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:53.446Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:11:54.331Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 375bb7d1-b30c-4385-b505-d926a678bda9
2022-11-10T06:11:54.331Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PeCvCP 0 3bd2519d-1018-40c0-ba03-edd0bc8594c0 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-11-10T06:11:54.344Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76f0b66a, org.onap.sdc.toscaparser.api.parameters.Input@4688afc6, org.onap.sdc.toscaparser.api.parameters.Input@2a16c0b6, org.onap.sdc.toscaparser.api.parameters.Input@3ac38958, org.onap.sdc.toscaparser.api.parameters.Input@49f33b8c]
2022-11-10T06:11:54.345Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:54.346Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:11:54.346Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-11-10T06:11:54.346Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= dc022d00-8385-43b5-a9f6-d7b289392cb8
2022-11-10T06:11:54.346Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dc022d00-8385-43b5-a9f6-d7b289392cb8 matches Tosca VF Customization UUID: dc022d00-8385-43b5-a9f6-d7b289392cb8
2022-11-10T06:11:54.346Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: dc022d00-8385-43b5-a9f6-d7b289392cb8 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-11-10T06:11:54.348Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:54.349Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:11:54.349Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id dc022d00-8385-43b5-a9f6-d7b289392cb8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-10T06:11:54.349Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70a6ebbd
2022-11-10T06:11:54.349Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:54.350Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-10T06:11:54.350Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a56ca88-7153-48cd-bd84-2ea9f706efdd
2022-11-10T06:11:54.350Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a56ca88-7153-48cd-bd84-2ea9f706efdd
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-11-10T06:11:54.352Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:54.352Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria
2022-11-10T06:11:54.352Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:11:54.353Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:54.353Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria
2022-11-10T06:11:54.353Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:11:54.353Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:54.354Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is not matching search criteria
2022-11-10T06:11:54.354Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-10T06:11:54.354Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-10T06:11:54.354Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=22857738-6395-40a0-bb7e-6e40e0561bd4
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-11-10T06:11:54.356Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:54.356Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria
2022-11-10T06:11:54.356Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:11:54.357Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:54.357Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PeCvCP 0 is matching search criteria
2022-11-10T06:11:54.357Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PeCvCP 0] matching following query criteria: sdcType=VF, customizationUUID=dc022d00-8385-43b5-a9f6-d7b289392cb8
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-11-10T06:11:54.359Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:54.360Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:11:54.360Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 375bb7d1-b30c-4385-b505-d926a678bda9: basic_onboard_PeCvCP
2022-11-10T06:11:54.360Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:54.360Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:11:54.360Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:54.361Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:11:54.361Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:54.361Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:11:54.361Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:54.362Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:11:54.362Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:11:54.362Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PeCvCP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:11:54.362Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_PeCvCP
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-11-10T06:11:54.437Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PeCvCP 3bd2519d-1018-40c0-ba03-edd0bc8594c0 1 ASDC deployResourceStructure
2022-11-10T06:11:54.437Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json ASDC sendASDCNotification
2022-11-10T06:11:54.437Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json
2022-11-10T06:11:54.438Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-10T06:11:54.438Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:54.441Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:54.441Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060714437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-10T06:11:54.542Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-10T06:11:54.543Z||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-11-10T06:11:54.543Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:54.558Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:54.558Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:11:55.444Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-10T06:11:55.445Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml
2022-11-10T06:11:55.445Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-10T06:11:55.445Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:55.447Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:55.447Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060715443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-10T06:11:55.548Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:11:55.549Z||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-11-10T06:11:55.549Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:55.576Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:55.577Z||pool-31-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:11:56.448Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-10T06:11:56.450Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env
2022-11-10T06:11:56.450Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-10T06:11:56.451Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:56.455Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:56.455Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060716448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-10T06:11:56.555Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:11:56.556Z||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-11-10T06:11:56.556Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:56.569Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:56.570Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:11:57.456Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar ASDC sendASDCNotification
2022-11-10T06:11:57.457Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar
2022-11-10T06:11:57.457Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-10T06:11:57.457Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:11:57.459Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:11:57.459Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060717456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-10T06:11:57.560Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:11:57.561Z||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-11-10T06:11:57.561Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:11:57.573Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:11:57.574Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-10T06:11:58.460Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5528a7cc-8330-4320-8798-ec313b221797
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-11-10T06:11:58.470Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5528a7cc-8330-4320-8798-ec313b221797
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-11-10T06:11:58.472Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-10T06:11:58.473Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-10T06:11:58.473Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-10T06:12:28.473Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5528a7cc-8330-4320-8798-ec313b221797
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-11-10T06:12:28.482Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5528a7cc-8330-4320-8798-ec313b221797
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-11-10T06:12:28.484Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-10T06:12:28.485Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-10T06:12:28.485Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-10T06:12:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:12:34.340Z||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-11-10T06:12:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:12:34.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:12:34.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:12:34.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060628726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:12:34.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "ves-openapi-manager",
"timestamp": 1668060634556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:12:34.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json",
"status": "NOTIFIED"
}
2022-11-10T06:12:34.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060636528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:12:34.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:12:34.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "ves-openapi-manager",
"timestamp": 1668060634556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:12:34.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-10T06:12:34.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060637599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:12:34.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:12:34.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "ves-openapi-manager",
"timestamp": 1668060634556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:12:34.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:12:34.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060638689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:12:34.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:12:34.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "ves-openapi-manager",
"timestamp": 1668060634556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:12:34.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-10T06:12:34.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060639737,
"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-11-10T06:12:34.411Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5528a7cc-8330-4320-8798-ec313b221797
2022-11-10T06:12:34.411Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5528a7cc-8330-4320-8798-ec313b221797 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-11-10T06:12:34.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "ves-openapi-manager",
"timestamp": 1668060634556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:12:34.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:12:34.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668060640741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-10T06:12:34.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:12:34.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "ves-openapi-manager",
"timestamp": 1668060634556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:12:34.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:12:34.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "aai-ml",
"timestamp": 1668060641927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-10T06:12:34.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:12:34.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060640287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:12:34.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060642364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:12:34.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:12:34.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "aai-ml",
"timestamp": 1668060642931,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-10T06:12:34.425Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5528a7cc-8330-4320-8798-ec313b221797
2022-11-10T06:12:34.425Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5528a7cc-8330-4320-8798-ec313b221797 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-11-10T06:12:34.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060640287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:12:34.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060640287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:12:34.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060640287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:12:34.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060640287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:12:34.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060640287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:12:34.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060647513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:12:34.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:12:34.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060640287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:12:34.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:12:34.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060648600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:12:34.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:12:34.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060648084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:12:34.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:12:34.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060649665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:12:34.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:12:34.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060651039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/vfwa2d5fc9464940_modules.json",
"status": "DEPLOY_OK"
}
2022-11-10T06:12:34.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:12:34.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060650412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-10T06:12:34.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:12:34.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060652043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-10T06:12:34.438Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:12:34.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668060651416,
"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-11-10T06:12:34.442Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5528a7cc-8330-4320-8798-ec313b221797
2022-11-10T06:12:34.443Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5528a7cc-8330-4320-8798-ec313b221797 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-11-10T06:12:34.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060653046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/resourceInstances/vfwa2d5fc9464940/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-10T06:12:34.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:12:34.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:12:34.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060654050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221110060841/1.0/artifacts/service-Vfw20221110060841-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-10T06:12:34.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:12:58.485Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5528a7cc-8330-4320-8798-ec313b221797
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-11-10T06:12:58.518Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5528a7cc-8330-4320-8798-ec313b221797
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-11-10T06:12:58.521Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-10T06:12:58.521Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-10T06:12:58.521Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-10T06:12:58.521Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-10T06:12:58.521Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-10T06:12:58.522Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-10T06:12:58.522Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-10T06:12:58.522Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-10T06:12:58.522Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-10T06:12:58.522Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-10T06:12:58.535Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-10T06:13:28.536Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5528a7cc-8330-4320-8798-ec313b221797 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-11-10T06:13:28.542Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5528a7cc-8330-4320-8798-ec313b221797 and serviceModelVersionId: 375bb7d1-b30c-4385-b505-d926a678bda9
2022-11-10T06:13:28.542Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e945193-3759-4674-84aa-e59b14de734e
2022-11-10T06:13:28.543Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e945193-3759-4674-84aa-e59b14de734e/model-vers/model-ver/375bb7d1-b30c-4385-b505-d926a678bda9?depth=0
2022-11-10T06:13:28.552Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-10T06:13:28.611Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e945193-3759-4674-84aa-e59b14de734e/model-vers/model-ver/375bb7d1-b30c-4385-b505-d926a678bda9?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-11-10T06:13:28.614Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e945193-3759-4674-84aa-e59b14de734e/model-vers/model-ver/375bb7d1-b30c-4385-b505-d926a678bda9?depth=0|INFO|500||Invoke
2022-11-10T06:13:28.653Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e945193-3759-4674-84aa-e59b14de734e/model-vers/model-ver/375bb7d1-b30c-4385-b505-d926a678bda9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-10T06:13:28.815Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e945193-3759-4674-84aa-e59b14de734e/model-vers/model-ver/375bb7d1-b30c-4385-b505-d926a678bda9?depth=0|INFO|500||InvokeReturn
2022-11-10T06:13:28.815Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e945193-3759-4674-84aa-e59b14de734e/model-vers/model-ver/375bb7d1-b30c-4385-b505-d926a678bda9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221110-06:13:28:583-59191], vertex-id=[180256], Content-Length=[0], Date=[Thu, 10 Nov 2022 06:13:28 GMT], Content-Type=[application/json]}
2022-11-10T06:13:28.816Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-10T06:13:28.817Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-10T06:13:28.817Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-10T06:13:28.823Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||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-11-10T06:13:28.823Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5528a7cc-8330-4320-8798-ec313b221797 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-10T06:13:28.823Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-10T06:13:28.824Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:13:28.827Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:13:28.827Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060808823,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-10T06:13:28.931Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-10T06:13:28.932Z||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-11-10T06:13:28.932Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:13:28.960Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:13:28.961Z||pool-34-thread-1|||||INFO|500||cambria reply ok (29 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-11-10T06:13:29.836Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:13:29.837Z|5528a7cc-8330-4320-8798-ec313b221797|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-11-10T06:13:29.837Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:13:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:13:34.340Z||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-11-10T06:13:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:13:34.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:13:34.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5623fc27-af95-44a6-b8e6-41f8962f9a51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060700565,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-10T06:13:34.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:13:34.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:13:34.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:13:34.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json",
"status": "NOTIFIED"
}
2022-11-10T06:13:34.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:13:34.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-10T06:13:34.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:13:34.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:13:34.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:13:34.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-10T06:13:34.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:13:34.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:13:34.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:13:34.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060634337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:13:34.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-10T06:13:34.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060708753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:13:34.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:13:34.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060711201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:13:34.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:13:34.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060712265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:13:34.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:13:34.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060713328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:13:34.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:13:34.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060714437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/basic_onboard_pecvcp0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-10T06:13:34.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:13:34.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060715443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-10T06:13:34.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:13:34.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060716448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/resourceInstances/basic_onboard_pecvcp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-10T06:13:34.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:13:34.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-10T06:13:34.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060717456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPecvcp/1.0/artifacts/service-BasicOnboardPecvcp-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-10T06:13:34.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:13:40.257Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:13:40.259Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:13:40.260Z|5528a7cc-8330-4320-8798-ec313b221797|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-11-10T06:13:40.260Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:13:49.830Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:13:49.831Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:13:49.832Z|5528a7cc-8330-4320-8798-ec313b221797|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-11-10T06:13:49.832Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:13:59.414Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:14:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:14:34.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:14:34.339Z||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-11-10T06:14:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:14:34.339Z|5528a7cc-8330-4320-8798-ec313b221797|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-11-10T06:14:34.340Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:14:34.908Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:14:34.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-10T06:14:34.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5528a7cc-8330-4320-8798-ec313b221797",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668060808823,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-10T06:14:34.910Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:14:43.968Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:15:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:15:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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-11-10T06:15:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:15:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:15:34.339Z||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-11-10T06:15:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:15:43.910Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:15:43.921Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:16:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:16:34.339Z|5528a7cc-8330-4320-8798-ec313b221797|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-11-10T06:16:34.340Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:16:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:16:34.342Z||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-11-10T06:16:34.342Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:16:43.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:16:43.912Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:17:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:17:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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-11-10T06:17:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:17:34.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:17:34.339Z||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-11-10T06:17:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:17:43.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:17:43.958Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:18:34.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:18:34.339Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:18:34.340Z||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-11-10T06:18:34.340Z|5528a7cc-8330-4320-8798-ec313b221797|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-11-10T06:18:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:18:34.340Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:18:43.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:18:43.910Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:19:34.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:19:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:19:34.342Z||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-11-10T06:19:34.342Z|5528a7cc-8330-4320-8798-ec313b221797|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-11-10T06:19:34.342Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:19:34.342Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:19:43.940Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:19:43.940Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:20:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:20:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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-11-10T06:20:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:20:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:20:34.340Z||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-11-10T06:20:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:20:43.913Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:20:43.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:21:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:21:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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-11-10T06:21:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:21:34.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:21:34.340Z||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-11-10T06:21:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:21:43.910Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:21:43.931Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:22:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:22:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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-11-10T06:22:34.339Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:22:34.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:22:34.340Z||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-11-10T06:22:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:22:43.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:22:43.901Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:23:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:23:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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-11-10T06:23:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:23:34.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:23:34.340Z||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-11-10T06:23:34.340Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:23:43.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:23:43.933Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:24:34.337Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:24:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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-11-10T06:24:34.338Z|5528a7cc-8330-4320-8798-ec313b221797|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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:24:34.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:24:34.339Z||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-11-10T06:24:34.341Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:24:34.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:24:34.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:34.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668061434556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:24:34.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-10T06:24:34.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:34.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "aai-ml",
"timestamp": 1668061436647,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:24:34.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-10T06:24:34.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:34.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668061434556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:24:34.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-10T06:24:34.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:34.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "aai-ml",
"timestamp": 1668061436647,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:24:34.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-10T06:24:34.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:34.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "aai-ml",
"timestamp": 1668061446125,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:24:34.995Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:24:34.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:34.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "cds",
"timestamp": 1668061447139,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:24:34.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-10T06:24:34.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:34.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "cds",
"timestamp": 1668061447139,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:24:34.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-10T06:24:34.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:34.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668061448726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:24:34.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-10T06:24:34.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:34.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "cds",
"timestamp": 1668061449854,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:24:34.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:24:34.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:34.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "aai-ml",
"timestamp": 1668061450039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-10T06:24:34.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:24:34.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:34.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668061448726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:24:34.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-10T06:24:34.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:34.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "cds",
"timestamp": 1668061450859,
"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-11-10T06:24:35.013Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8
2022-11-10T06:24:35.013Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 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-11-10T06:24:35.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:35.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "aai-ml",
"timestamp": 1668061451043,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-10T06:24:35.021Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8
2022-11-10T06:24:35.021Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 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-11-10T06:24:35.025Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:24:35.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:35.027Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-10T06:24:35.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668061450287,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:24:35.027Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cf53c66f-df9b-4519-96a9-1a53a6a31a04","serviceDescription":"service","serviceInvariantUUID":"b679208b-18ed-4d22-a1c8-806d14f12d54","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5491b6e6-44aa-4a91-9609-ee66534db264","resourceInvariantUUID":"f67675ce-fe0a-4613-89c2-3a49dd0c6992","resourceCustomizationUUID":"37d7f2d0-cbf2-4e4c-b9e3-cfc5d5f3cf65","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZWY4ZGM0MzI3NDQ4ZGNhMzQzMTA5NzY2MDg2ZTdlYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"369fb695-e24f-4f6a-a6df-f7c52f26c9ff","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjgxZjYxZGU0MjU4OWU3MjRkNTYxNThmNzhhZGRmNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d371358-0a29-4aea-8339-b22327286842","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-10T06:24:35.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-10T06:24:35.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:35.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668061450287,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:24:35.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-10T06:24:35.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:35.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668061453018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:24:35.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:24:35.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:35.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668061454689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-10T06:24:35.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-10T06:24:35.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-10T06:24:35.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668061455693,
"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-11-10T06:24:35.031Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8
2022-11-10T06:24:35.031Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 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-11-10T06:24:35.033Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:24:35.034Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:24:35.038Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:24:35.038Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668061474337,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:24:35.138Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:24:35.140Z||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-11-10T06:24:35.140Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:24:35.158Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:24:35.159Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-10T06:24:36.038Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:24:36.039Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:24:36.041Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:24:36.041Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668061474337,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:24:36.141Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:24:36.142Z||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-11-10T06:24:36.142Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:24:36.154Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:24:36.154Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:24:37.043Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "cf53c66f-df9b-4519-96a9-1a53a6a31a04",
"serviceDescription": "service",
"serviceInvariantUUID": "b679208b-18ed-4d22-a1c8-806d14f12d54",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "37d7f2d0-cbf2-4e4c-b9e3-cfc5d5f3cf65",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "5491b6e6-44aa-4a91-9609-ee66534db264",
"resourceInvariantUUID": "f67675ce-fe0a-4613-89c2-3a49dd0c6992",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MjgxZjYxZGU0MjU4OWU3MjRkNTYxNThmNzhhZGRmNWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9d371358-0a29-4aea-8339-b22327286842"
}
],
"workloadContext": "Production"
}
2022-11-10T06:24:37.043Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-10T06:24:37.043Z|5528a7cc-8330-4320-8798-ec313b221797|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cf53c66f-df9b-4519-96a9-1a53a6a31a04 ASDC
2022-11-10T06:24:37.044Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cf53c66f-df9b-4519-96a9-1a53a6a31a04
ServiceInvariantUUID:b679208b-18ed-4d22-a1c8-806d14f12d54
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:9d371358-0a29-4aea-8339-b22327286842
ArtifactChecksum:MjgxZjYxZGU0MjU4OWU3MjRkNTYxNThmNzhhZGRmNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:37d7f2d0-cbf2-4e4c-b9e3-cfc5d5f3cf65
ResourceInvariantUUID:f67675ce-fe0a-4613-89c2-3a49dd0c6992
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5491b6e6-44aa-4a91-9609-ee66534db264
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-10T06:24:37.045Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf53c66f-df9b-4519-96a9-1a53a6a31a04 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-11-10T06:24:37.073Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-10T06:24:37.074Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-10T06:24:37.075Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-10T06:24:37.075Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9d371358-0a29-4aea-8339-b22327286842 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-10T06:24:37.075Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-10T06:24:37.076Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-10T06:24:37.142Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-10T06:24:37.145Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9d371358-0a29-4aea-8339-b22327286842 57659
2022-11-10T06:24:37.145Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-10T06:24:37.146Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-10T06:24:37.146Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-10T06:24:37.146Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:24:37.148Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:24:37.149Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668061477145,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:24:37.249Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-10T06:24:37.249Z||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-11-10T06:24:37.250Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:24:37.261Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:24:37.261Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:24:38.149Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-10T06:24:38.150Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-10T06:24:38.151Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9d371358-0a29-4aea-8339-b22327286842, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-10T06:24:38.151Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-10T06:24:38.152Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-10T06:24:38.152Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-10T06:24:38.338Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12459210129525478115/Definitions/service-BasicNetwork-template.yml
2022-11-10T06:24:38.821Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-10T06:24:38.822Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-10T06:24:38.822Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-10T06:24:38.822Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-10T06:24:38.822Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-10T06:24:38.823Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-10T06:24:38.823Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-10T06:24:38.823Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-10T06:24:38.824Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-10T06:24:38.825Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-10T06:24:38.825Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-10T06:24:38.825Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-10T06:24:38.825Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-10T06:24:38.826Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:24:38.826Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:24:38.827Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-10T06:24:38.827Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-10T06:24:38.827Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-10T06:24:38.827Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:24:38.828Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:24:38.828Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-10T06:24:38.828Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-10T06:24:38.828Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-10T06:24:38.829Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:24:38.829Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:24:38.829Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:24:38.829Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:24:38.830Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:24:38.830Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:24:38.830Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:24:38.830Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:24:38.830Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:24:38.831Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:24:38.831Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:cf53c66f-df9b-4519-96a9-1a53a6a31a04
Model Version:NULL
Model InvariantUuid:b679208b-18ed-4d22-a1c8-806d14f12d54
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f67675ce-fe0a-4613-89c2-3a49dd0c6992
Model UUID:fa6deef9-003f-4395-89d9-f568bc8bd383
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:37d7f2d0-cbf2-4e4c-b9e3-cfc5d5f3cf65
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-10T06:24:38.839Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 5491b6e6-44aa-4a91-9609-ee66534db264
2022-11-10T06:24:38.839Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||No resources found for Service: cf53c66f-df9b-4519-96a9-1a53a6a31a04
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-11-10T06:24:38.845Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||
2022-11-10T06:24:38.845Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-10T06:24:38.846Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||No resources found for Service: cf53c66f-df9b-4519-96a9-1a53a6a31a04
2022-11-10T06:24:38.846Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: cf53c66f-df9b-4519-96a9-1a53a6a31a04
2022-11-10T06:24:38.847Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-10T06:24:38.847Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-10T06:24:38.851Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a5d2113, org.onap.sdc.toscaparser.api.parameters.Input@3620a0c0, org.onap.sdc.toscaparser.api.parameters.Input@364eb673, org.onap.sdc.toscaparser.api.parameters.Input@6e881e96, org.onap.sdc.toscaparser.api.parameters.Input@1d2eefed]
2022-11-10T06:24:38.853Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:24:38.853Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:24:38.853Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:24:38.853Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:24:38.853Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid cf53c66f-df9b-4519-96a9-1a53a6a31a04: Generic NeutronNet
2022-11-10T06:24:38.854Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:24:38.854Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:24:38.854Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:24:38.854Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-10T06:24:38.889Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:24:38.890Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:24:38.890Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:24:38.890Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:24:38.890Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:24:38.890Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:24:38.890Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-10T06:24:38.956Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-10T06:24:38.957Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-10T06:24:38.957Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-10T06:24:38.957Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-10T06:24:38.957Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:24:38.959Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:24:38.959Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668061478957,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-10T06:24:39.059Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:24:39.060Z||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-11-10T06:24:39.061Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:24:39.073Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:24:39.073Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:24:39.962Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8
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-11-10T06:24:39.979Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8
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-11-10T06:24:39.981Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-10T06:24:39.981Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-10T06:24:39.981Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-10T06:24:39.981Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-10T06:24:39.981Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-10T06:24:39.982Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-10T06:24:39.982Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-10T06:24:39.982Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-10T06:24:39.982Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-10T06:24:39.984Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-10T06:25:09.985Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 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-11-10T06:25:09.991Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 and serviceModelVersionId: cf53c66f-df9b-4519-96a9-1a53a6a31a04
2022-11-10T06:25:09.991Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b679208b-18ed-4d22-a1c8-806d14f12d54
2022-11-10T06:25:09.992Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0
2022-11-10T06:25:09.999Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-10T06:25:10.052Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0|INFO|500||Invoke
2022-11-10T06:25:10.053Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[535a3ecb-a152-431f-b6d0-0a9ad7841d4a], X-ECOMP-RequestID=[fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8], X-TransactionId=[], X-ONAP-RequestID=[fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8], Content-Type=[application/merge-patch+json]}
2022-11-10T06:25:10.080Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-10T06:25:10.174Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221110-06:25:10:062-91241], vertex-id=[180368], Content-Length=[0], Date=[Thu, 10 Nov 2022 06:25:10 GMT], Content-Type=[application/json]}
2022-11-10T06:25:10.174Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-10T06:25:10.175Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b679208b-18ed-4d22-a1c8-806d14f12d54/model-vers/model-ver/cf53c66f-df9b-4519-96a9-1a53a6a31a04?depth=0|INFO|500||InvokeReturn
2022-11-10T06:25:10.180Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-10T06:25:10.180Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-10T06:25:10.190Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||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-11-10T06:25:10.190Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-10T06:25:10.190Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-10T06:25:10.190Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:25:10.193Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:25:10.193Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668061510190,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-10T06:25:10.293Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:25:10.294Z||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-11-10T06:25:10.294Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:25:10.316Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:25:10.317Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 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-11-10T06:25:34.337Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:25:34.338Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|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-11-10T06:25:34.338Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:25:34.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-10T06:25:34.339Z||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-11-10T06:25:34.339Z||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 wQeJYejk4JPLZYdp) ...
2022-11-10T06:25:34.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:25:34.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-10T06:25:34.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668061474337,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:25:34.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-10T06:25:34.970Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:25:34.972Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-10T06:25:34.972Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab9cacc6-29a3-41ae-a8cf-aeb7b129242b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040","serviceDescription":"service","serviceInvariantUUID":"9d8a23fa-6f63-4b84-9ecb-78c121f602fd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e46dbf9f-1080-4a93-acb5-e100bdac58d2","resourceInvariantUUID":"42f5bb56-0365-4261-ba0c-cf3ec1037670","resourceCustomizationUUID":"cb026f5c-dcd8-4515-8cf9-913bce149109","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NjJmM2I3ZDIyM2RhZmNiNDJkNDk3OTExNjJjZTcyMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a2ba30d-a5b1-453c-b851-1318944534af","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NmI3NjRhYWZiNDk0MGZhZWQxZDVjNDNlNTM1OTkxMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2e5fedda-a68d-4fd8-a1fa-88cf885e2b92","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7fcab715-34af-4466-8fa3-6c3bd32b02b4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4e0a7043-f868-4aeb-a827-54553d4aa2d3","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b61b36b6-efe1-47af-8939-2dd787968110","artifactVersion":"2","generatedFromUUID":"7fcab715-34af-4466-8fa3-6c3bd32b02b4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDRhNTZhOTM2NTQzNmJhZWYxN2E4MWJmZTM3NDZlZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"331a4206-6fe7-438d-8d1b-fb10c7280443","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDIyY2RmNWFkODEyM2RkYWFkNzViN2MxY2ExZjExNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9710cdcd-a4a3-4343-b9ac-d7c2b6d823c0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-10T06:25:34.974Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:25:34.975Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:25:34.976Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:25:34.976Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668061534337,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:25:35.077Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-10T06:25:35.078Z||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-11-10T06:25:35.078Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:25:35.089Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:25:35.089Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-10T06:25:35.977Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:25:35.978Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:25:35.980Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:25:35.980Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668061534337,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-10T06:25:36.080Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:25:36.081Z||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-11-10T06:25:36.081Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:25:36.095Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:25:36.096Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:25:36.982Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:25:36.984Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:25:36.989Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:25:36.989Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668061534337,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-10T06:25:37.089Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:25:37.090Z||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-11-10T06:25:37.090Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:25:37.103Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:25:37.104Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:25:37.990Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:25:37.990Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:25:37.992Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:25:37.992Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668061534337,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:25:38.093Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:25:38.094Z||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-11-10T06:25:38.094Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:25:38.106Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:25:38.107Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:25:38.993Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:25:38.994Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:25:38.996Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:25:38.997Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668061534337,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-10T06:25:39.096Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-10T06:25:39.097Z||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-11-10T06:25:39.098Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:25:39.136Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:25:39.137Z||pool-44-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:25:40.000Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:25:40.005Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:25:40.008Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:25:40.009Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668061534337,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-10T06:25:40.108Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-10T06:25:40.109Z||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-11-10T06:25:40.110Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:25:40.121Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:25:40.121Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:25:41.009Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-10T06:25:41.010Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:25:41.013Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:25:41.013Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668061534337,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-10T06:25:41.113Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-10T06:25:41.114Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-10T06:25:41.114Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:25:41.128Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:25:41.128Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:25:42.018Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040",
"serviceDescription": "service",
"serviceInvariantUUID": "9d8a23fa-6f63-4b84-9ecb-78c121f602fd",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "cb026f5c-dcd8-4515-8cf9-913bce149109",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e46dbf9f-1080-4a93-acb5-e100bdac58d2",
"resourceInvariantUUID": "42f5bb56-0365-4261-ba0c-cf3ec1037670",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NmI3NjRhYWZiNDk0MGZhZWQxZDVjNDNlNTM1OTkxMTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2e5fedda-a68d-4fd8-a1fa-88cf885e2b92",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7fcab715-34af-4466-8fa3-6c3bd32b02b4",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b61b36b6-efe1-47af-8939-2dd787968110",
"generatedFromUUID": "7fcab715-34af-4466-8fa3-6c3bd32b02b4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b61b36b6-efe1-47af-8939-2dd787968110",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MDIyY2RmNWFkODEyM2RkYWFkNzViN2MxY2ExZjExNWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9710cdcd-a4a3-4343-b9ac-d7c2b6d823c0"
}
],
"workloadContext": "Production"
}
2022-11-10T06:25:42.018Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-10T06:25:42.019Z|fbb4dd3e-8dc3-4bf7-bf85-ffbe9aa32de8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040 ASDC
2022-11-10T06:25:42.019Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ab9cacc6-29a3-41ae-a8cf-aeb7b129242b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040
ServiceInvariantUUID:9d8a23fa-6f63-4b84-9ecb-78c121f602fd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:9710cdcd-a4a3-4343-b9ac-d7c2b6d823c0
ArtifactChecksum:MDIyY2RmNWFkODEyM2RkYWFkNzViN2MxY2ExZjExNWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:cb026f5c-dcd8-4515-8cf9-913bce149109
ResourceInvariantUUID:42f5bb56-0365-4261-ba0c-cf3ec1037670
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e46dbf9f-1080-4a93-acb5-e100bdac58d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:2e5fedda-a68d-4fd8-a1fa-88cf885e2b92
ArtifactChecksum:NmI3NjRhYWZiNDk0MGZhZWQxZDVjNDNlNTM1OTkxMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:7fcab715-34af-4466-8fa3-6c3bd32b02b4
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b61b36b6-efe1-47af-8939-2dd787968110
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b61b36b6-efe1-47af-8939-2dd787968110
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-10T06:25:42.019Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f0e98b3f-0bd8-4f6f-ac9b-2a71dced3040 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-11-10T06:25:42.055Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-10T06:25:42.056Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-10T06:25:42.056Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-10T06:25:42.056Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9710cdcd-a4a3-4343-b9ac-d7c2b6d823c0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-10T06:25:42.056Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-10T06:25:42.057Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-10T06:25:42.123Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-10T06:25:42.127Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9710cdcd-a4a3-4343-b9ac-d7c2b6d823c0 74800
2022-11-10T06:25:42.128Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-10T06:25:42.128Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-10T06:25:42.128Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-10T06:25:42.129Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-10T06:25:42.131Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-10T06:25:42.131Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab9cacc6-29a3-41ae-a8cf-aeb7b129242b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668061542128,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-10T06:25:42.231Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-10T06:25:42.233Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-10T06:25:42.233Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wQeJYejk4JPLZYdp) ...
2022-11-10T06:25:42.254Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-10T06:25:42.255Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-10T06:25:43.132Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-10T06:25:43.136Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-10T06:25:43.137Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9710cdcd-a4a3-4343-b9ac-d7c2b6d823c0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-10T06:25:43.137Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-10T06:25:43.138Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-10T06:25:43.138Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-10T06:25:43.340Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6544672575082312480/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-10T06:25:44.523Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-10T06:25:44.523Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-10T06:25:44.523Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-10T06:25:44.524Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-10T06:25:44.524Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-10T06:25:44.524Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-10T06:25:44.524Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-10T06:25:44.525Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-10T06:25:44.525Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-10T06:25:44.525Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-10T06:25:44.525Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-10T06:25:44.526Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-10T06:25:44.526Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:25:44.526Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:25:44.527Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-10T06:25:44.527Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-10T06:25:44.527Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-10T06:25:44.528Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:25:44.528Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:25:44.528Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-10T06:25:44.528Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-10T06:25:44.529Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-10T06:25:44.529Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:25:44.529Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-10T06:25:44.530Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:25:44.530Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-10T06:25:44.530Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-10T06:25:44.530Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-10T06:25:44.531Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-10T06:25:44.531Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-10T06:25:44.531Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-10T06:25:44.531Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:25:44.532Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-10T06:25:44.532Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:25:44.532Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-10T06:25:44.533Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:25:44.533Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:25:44.533Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-10T06:25:44.534Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:25:44.534Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-10T06:25:44.534Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-10T06:25:44.534Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-10T06:25:44.535Z|ab9cacc6-29a3-41ae-a8cf-aeb7b129242b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery