By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-04-04T12:59:21.307Z||main|||||INFO|500||The following profiles are active: basic
2022-04-04T12:59:32.950Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-04T12:59:32.951Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-04T12:59:33.072Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-04T12:59:37.346Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-04T12:59:37.739Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-04T12:59:38.214Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-04T12:59:38.222Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-04T12:59:38.338Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-04T12:59:38.579Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-04T12:59:39.196Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-04T12:59:40.853Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-04T12:59:43.420Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-04T12:59:43.492Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-04T12:59:44.093Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-04T12:59:44.253Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-04-04T12:59:45.544Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-04T12:59:46.670Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-04T12:59:46.688Z||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$$b3d2088f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-04T12:59:46.689Z||main|||||WARN|500||The sdc end point is not alive
2022-04-04T12:59:50.099Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-04T12:59:53.152Z||main|||||WARN|500||---
2022-04-04T12:59:53.153Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-04T12:59:53.153Z||main|||||WARN|500||---
2022-04-04T12:59:53.643Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-04T12:59:58.954Z||main|||||INFO|500||Started Application in 40.903 seconds (JVM running for 43.087)
2022-04-04T12:59:58.971Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-04T12:59:58.973Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-04T12:59:58.988Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-04T12:59:59.024Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-04T12:59:59.073Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dc461da2-f300-4ee2-8a32-fe9a5c6cfcb2 url= /sdc/v1/artifactTypes
2022-04-04T12:59:59.074Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-04T12:59:59.337Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-04T12:59:59.368Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-04-04T12:59:59.397Z||scheduling-1|||||DEBUG|500||create keys
2022-04-04T12:59:59.405Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-04T12:59:59.428Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T12:59:59.450Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 740a08b0-ea71-48ed-9813-18f3d495c440 url= /sdc/v1/registerForDistribution
2022-04-04T12:59:59.676Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 740a08b0-ea71-48ed-9813-18f3d495c440 url= /sdc/v1/registerForDistribution
2022-04-04T12:59:59.677Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-04T12:59:59.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T12:59:59.688Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T12:59:59.694Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-04T12:59:59.696Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T12:59:59.696Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T12:59:59.699Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T12:59:59.699Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:00:10.000Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:00:10.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:00:59.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:00:59.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:00:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:00:59.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:00:59.686Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:00:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:01:09.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:01:09.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:01:59.688Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:01:59.688Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:01:59.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:01:59.689Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:01:59.689Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:01:59.689Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:02:09.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:02:09.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:02:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:02:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:02:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:02:59.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:02:59.686Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:02:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:03:09.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:03:09.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:03:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:03:59.686Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:03:59.688Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:03:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:03:59.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:03:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:04:09.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:04:09.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:04:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:04:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:04:59.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:04:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:04:59.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:04:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:05:09.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:05:09.257Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:05:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:05:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:05:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:05:59.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:05:59.687Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:05:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:06:09.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:06:09.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:06:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:06:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:06:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:06:59.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:06:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:06:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:07:09.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:07:09.242Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:07:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:07:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:07:59.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:07:59.687Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:07:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:07:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:08:09.231Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:08:09.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:08:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:08:59.686Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:08:59.688Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:08:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:08:59.689Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:08:59.689Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:09:09.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:09:09.243Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:09:35.341Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-04T13:09:35.592Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@498e078a ((conn=890) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-04T13:09:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:09:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:09:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:09:59.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:09:59.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:09:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:10:09.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:10:09.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:10:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:10:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:10:59.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:10:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:10:59.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:10:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:11:09.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:11:09.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:11:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:11:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:11:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:11:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:11:59.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:11:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:12:09.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:12:09.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:12:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:12:59.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:12:59.686Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:12:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:12:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:12:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:13:09.231Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:13:09.231Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:13:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:13:59.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:13:59.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:13:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:13:59.689Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:13:59.689Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:14:09.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:14:09.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:14:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:14:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:14:59.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:14:59.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:14:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:14:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:15:09.235Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:15:09.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:15:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:15:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:15:59.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:15:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:15:59.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:15:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:16:09.229Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:16:09.229Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:16:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:16:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:16:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:16:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:16:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:16:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:17:09.232Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:17:09.232Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:17:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:17:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:17:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:17:59.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:17:59.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:17:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:18:09.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:18:09.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:18:59.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:18:59.689Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:18:59.689Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:18:59.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:18:59.697Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:18:59.701Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:19:09.254Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:19:09.255Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:19:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:19:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:19:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:19:59.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:19:59.686Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:19:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:20:09.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:20:09.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:20:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:20:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:20:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:20:59.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:20:59.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:20:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:21:09.267Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:21:09.274Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:21:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:21:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:21:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:21:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:21:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:21:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:22:09.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:22:09.243Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:22:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:22:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:22:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:22:59.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:22:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:22:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:23:09.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:23:09.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:23:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:23:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:23:59.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:23:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:23:59.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:23:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:24:09.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:24:09.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:24:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:24:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:24:59.687Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:24:59.687Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:24:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:24:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:25:09.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:25:09.229Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:25:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:25:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:25:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:25:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:25:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:25:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:26:09.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:26:09.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:26:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:26:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:26:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:26:59.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:26:59.686Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:26:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:27:09.230Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:27:09.231Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:27:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:27:59.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:27:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:27:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:27:59.686Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:27:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:28:09.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:28:09.233Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:28:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:28:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:28:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:28:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:28:59.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:28:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:29:09.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:29:09.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:29:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:29:59.686Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:29:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:29:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:29:59.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:29:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:30:09.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:30:09.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:30:59.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:30:59.686Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:30:59.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:30:59.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:30:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:30:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:31:09.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:31:09.234Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:31:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:31:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:31:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:31:59.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:31:59.686Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:31:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:32:09.227Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:32:09.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:32:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:32:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:32:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:32:59.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:32:59.687Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:32:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:33:09.232Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:33:09.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:33:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:33:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:33:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:33:59.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:33:59.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:33:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:34:09.217Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:34:09.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:34:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:34:59.684Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:34:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:34:59.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:34:59.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:34:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:35:09.250Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:35:09.250Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:35:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:35:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:35:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:35:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:35:59.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:35:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:36:09.246Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:36:09.246Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:36:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:36:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:36:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:36:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:36:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:36:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:37:09.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:37:09.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:37:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:37:59.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:37:59.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:37:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:37:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:37:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:38:09.252Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:38:09.254Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:38:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:38:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:38:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:38:59.686Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:38:59.687Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:38:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:39:09.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:39:09.248Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:39:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:39:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:39:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:39:59.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:39:59.686Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:39:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:40:09.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:40:09.248Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:40:59.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:40:59.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:40:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:40:59.686Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:40:59.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:40:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:41:09.292Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:41:09.292Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:41:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:41:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:41:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:41:59.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:41:59.687Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:41:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:42:09.238Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:42:09.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:42:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:42:59.684Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:42:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:42:59.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:42:59.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:42:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:43:09.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:43:09.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:43:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:43:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:43:59.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:43:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:43:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:43:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:44:09.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:44:09.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:44:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:44:59.686Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:44:59.687Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:44:59.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:44:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:44:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:45:09.227Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:45:09.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:45:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:45:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:45:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:45:59.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:45:59.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:45:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:46:09.256Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:46:09.256Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:46:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:46:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:46:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:46:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:46:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:46:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:47:09.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:47:09.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:47:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:47:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:47:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:47:59.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:47:59.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:47:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:48:09.232Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:48:09.233Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:48:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:48:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:48:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:48:59.686Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:48:59.687Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:48:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:49:09.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:49:09.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:49:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:49:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:49:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:49:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:49:59.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:49:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:50:09.249Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:50:09.260Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:50:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:50:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:50:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:50:59.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:50:59.686Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:50:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:51:09.229Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:51:09.229Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:51:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:51:59.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:51:59.686Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:51:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:51:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:51:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:52:09.250Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:52:09.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:52:59.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:52:59.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:52:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:52:59.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:52:59.688Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:52:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:53:09.231Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:53:09.231Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:53:59.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:53:59.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:53:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:53:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:53:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:53:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:54:09.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:54:09.232Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:54:59.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:54:59.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:54:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:54:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:54:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:54:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:00.309Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:00.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"657c7457-0504-49d6-89d8-3e44f9df74e7","serviceName":"vFW 2022-04-04 13-50-30","serviceVersion":"1.0","serviceUUID":"8623248b-fc3c-48d7-ad5a-e6bb879884dd","serviceDescription":"catalog service description","serviceInvariantUUID":"7b3de524-b710-47be-bdeb-d8211fdb4eb6","resources":[{"resourceInstanceName":"vFW e6bedf25-bb0a 0","resourceName":"vFW e6bedf25-bb0a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e0f6d26-bffe-48e4-8fe3-f20a029ed8bf","resourceInvariantUUID":"b2e6c7d7-ff23-47a9-a3c5-69b71a13e535","resourceCustomizationUUID":"80b7efcd-bf75-436a-a7ca-e882dba45d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml","artifactChecksum":"YThlMjczYzI5OWUwYzUzZTdjMzdjODZiY2EyZDM5Njc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e53b45b1-e599-453d-b3f3-47653dfeaf45","artifactVersion":"1"},{"artifactName":"vfwe6bedf25bb0a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json","artifactChecksum":"N2ViZWE2NmJiOTA4Y2ZjNzExODQ3NDZhNGZmNGI0MzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c10c2dbb-b673-4a35-9ced-cf946345b8ad","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1e7feca5-aad2-4335-a806-defc39db1dec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml","artifactChecksum":"NmQ5MzdhN2VjNDYxMWE3NmZkNWJlMmUyN2Y1MTkxMTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4f0cb3bb-4673-418c-a631-e71cfea3f04f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"300c1b97-6a3c-48c2-b17d-4d0f50b72e68","artifactVersion":"2","generatedFromUUID":"1e7feca5-aad2-4335-a806-defc39db1dec"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220404135030-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml","artifactChecksum":"N2UzMTE1NDFhNTQ0YjcxNzQwNTZiYTQ3NmE1NmE5MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd261f6a-0e65-46f7-b2f4-0a654131ff1f","artifactVersion":"1"},{"artifactName":"service-Vfw20220404135030-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar","artifactChecksum":"NTEyYTZlMWM0ZWRlYWM4MTYxYWQxYjRjYTQ5YmRkNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb68ddf0-e317-4677-8547-d80784f36bf1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-04T13:55:00.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:00.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649080459133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.324Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T13:55:00.331Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:00.343Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:00.343Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080499684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "clamp",
"timestamp": 1649080466526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "aai-ml",
"timestamp": 1649080460431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649080462414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "cds",
"timestamp": 1649080464712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "policy-id",
"timestamp": 1649080461306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649080459133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"status": "NOTIFIED"
}
2022-04-04T13:55:00.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "clamp",
"timestamp": 1649080466526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"status": "NOTIFIED"
}
2022-04-04T13:55:00.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "aai-ml",
"timestamp": 1649080460431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649080462414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "cds",
"timestamp": 1649080464712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "policy-id",
"timestamp": 1649080461306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649080459133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-04T13:55:00.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "aai-ml",
"timestamp": 1649080460431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "clamp",
"timestamp": 1649080466526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649080462414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "cds",
"timestamp": 1649080464712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "policy-id",
"timestamp": 1649080461306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-04T13:55:00.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649080459133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "clamp",
"timestamp": 1649080466526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649080462414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "aai-ml",
"timestamp": 1649080460431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "cds",
"timestamp": 1649080464712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "policy-id",
"timestamp": 1649080461306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649080459133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-04T13:55:00.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "aai-ml",
"timestamp": 1649080460431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "clamp",
"timestamp": 1649080466526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649080462414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "cds",
"timestamp": 1649080464712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.369Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "policy-id",
"timestamp": 1649080461306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "clamp",
"timestamp": 1649080466526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "aai-ml",
"timestamp": 1649080460431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649080462414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649080459133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "cds",
"timestamp": 1649080464712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "policy-id",
"timestamp": 1649080461306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649080459133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T13:55:00.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "clamp",
"timestamp": 1649080466526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T13:55:00.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "aai-ml",
"timestamp": 1649080460431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T13:55:00.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649080462414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T13:55:00.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "cds",
"timestamp": 1649080464712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T13:55:00.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "policy-id",
"timestamp": 1649080461306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T13:55:00.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649080474265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.379Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649080474553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.380Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "cds",
"timestamp": 1649080475017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.381Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "aai-ml",
"timestamp": 1649080474306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "policy-id",
"timestamp": 1649080474980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1649080474110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "cds",
"timestamp": 1649080476045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T13:55:00.445Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-04T13:55:00.449Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:00.449Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:00.461Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:00.462Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"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-04-04T13:55:00.568Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 657c7457-0504-49d6-89d8-3e44f9df74e7
2022-04-04T13:55:00.590Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c7457-0504-49d6-89d8-3e44f9df74e7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T13:55:00.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "policy-id",
"timestamp": 1649080475991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T13:55:00.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1649080474110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649080475969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "policy-id",
"timestamp": 1649080476997,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T13:55:00.630Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 657c7457-0504-49d6-89d8-3e44f9df74e7
2022-04-04T13:55:00.631Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c7457-0504-49d6-89d8-3e44f9df74e7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T13:55:00.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1649080474110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649080477364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.641Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1649080474110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649080478462,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T13:55:00.647Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 657c7457-0504-49d6-89d8-3e44f9df74e7
2022-04-04T13:55:00.648Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c7457-0504-49d6-89d8-3e44f9df74e7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-04T13:55:00.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1649080474110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "clamp",
"timestamp": 1649080479891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649080479475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-04T13:55:00.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649080479478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-04T13:55:00.660Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1649080474110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1649080474110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:55:00.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "clamp",
"timestamp": 1649080481902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T13:55:00.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "clamp",
"timestamp": 1649080482907,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T13:55:00.667Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 657c7457-0504-49d6-89d8-3e44f9df74e7
2022-04-04T13:55:00.667Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c7457-0504-49d6-89d8-3e44f9df74e7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T13:55:00.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "aai-ml",
"timestamp": 1649080493722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T13:55:00.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "aai-ml",
"timestamp": 1649080494729,
"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-04-04T13:55:00.681Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 657c7457-0504-49d6-89d8-3e44f9df74e7
2022-04-04T13:55:00.682Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c7457-0504-49d6-89d8-3e44f9df74e7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T13:55:01.351Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T13:55:01.352Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:01.353Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:01.354Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080499684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"status": "NOTIFIED"
}
2022-04-04T13:55:01.454Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:01.455Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:01.455Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:01.463Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:01.464Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:02.354Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T13:55:02.355Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:02.358Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:02.358Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080499684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-04T13:55:02.458Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:02.459Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:02.460Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:02.470Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:02.472Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-04T13:55:03.358Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T13:55:03.359Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:03.362Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:03.363Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080499684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:03.463Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-04T13:55:03.464Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:03.464Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:03.474Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:03.475Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-04T13:55:04.363Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T13:55:04.364Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:04.366Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:04.366Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080499684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-04T13:55:04.467Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T13:55:04.468Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:04.468Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:04.480Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:04.480Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:05.367Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T13:55:05.369Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:05.372Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:05.372Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080499684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:05.472Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:05.473Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:05.474Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:05.485Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:05.486Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:06.372Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T13:55:06.373Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:06.376Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:06.376Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080499684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T13:55:06.476Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:06.477Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:06.478Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:06.492Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:06.493Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:07.378Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"serviceName": "vFW 2022-04-04 13-50-30",
"serviceVersion": "1.0",
"serviceUUID": "8623248b-fc3c-48d7-ad5a-e6bb879884dd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7b3de524-b710-47be-bdeb-d8211fdb4eb6",
"resources": [
{
"resourceInstanceName": "vFW e6bedf25-bb0a 0",
"resourceCustomizationUUID": "80b7efcd-bf75-436a-a7ca-e882dba45d70",
"resourceName": "vFW e6bedf25-bb0a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8e0f6d26-bffe-48e4-8fe3-f20a029ed8bf",
"resourceInvariantUUID": "b2e6c7d7-ff23-47a9-a3c5-69b71a13e535",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe6bedf25bb0a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"artifactChecksum": "N2ViZWE2NmJiOTA4Y2ZjNzExODQ3NDZhNGZmNGI0MzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c10c2dbb-b673-4a35-9ced-cf946345b8ad",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1e7feca5-aad2-4335-a806-defc39db1dec",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "300c1b97-6a3c-48c2-b17d-4d0f50b72e68",
"generatedFromUUID": "1e7feca5-aad2-4335-a806-defc39db1dec"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "300c1b97-6a3c-48c2-b17d-4d0f50b72e68",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220404135030-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"artifactChecksum": "NTEyYTZlMWM0ZWRlYWM4MTYxYWQxYjRjYTQ5YmRkNzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eb68ddf0-e317-4677-8547-d80784f36bf1"
}
],
"workloadContext": "Production"
}
2022-04-04T13:55:07.379Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-04T13:55:07.379Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8623248b-fc3c-48d7-ad5a-e6bb879884dd ASDC
2022-04-04T13:55:07.527Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:657c7457-0504-49d6-89d8-3e44f9df74e7
ServiceName:vFW 2022-04-04 13-50-30
ServiceVersion:1.0
ServiceUUID:8623248b-fc3c-48d7-ad5a-e6bb879884dd
ServiceInvariantUUID:7b3de524-b710-47be-bdeb-d8211fdb4eb6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220404135030-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar
ArtifactUUID:eb68ddf0-e317-4677-8547-d80784f36bf1
ArtifactChecksum:NTEyYTZlMWM0ZWRlYWM4MTYxYWQxYjRjYTQ5YmRkNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e6bedf25-bb0a 0
ResourceCustomizationUUID:80b7efcd-bf75-436a-a7ca-e882dba45d70
ResourceInvariantUUID:b2e6c7d7-ff23-47a9-a3c5-69b71a13e535
ResourceName:vFW e6bedf25-bb0a
ResourceType:VF
ResourceUUID:8e0f6d26-bffe-48e4-8fe3-f20a029ed8bf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe6bedf25bb0a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json
ArtifactUUID:c10c2dbb-b673-4a35-9ced-cf946345b8ad
ArtifactChecksum:N2ViZWE2NmJiOTA4Y2ZjNzExODQ3NDZhNGZmNGI0MzQ=
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/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml
ArtifactUUID:1e7feca5-aad2-4335-a806-defc39db1dec
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/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env
ArtifactUUID:300c1b97-6a3c-48c2-b17d-4d0f50b72e68
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/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env
ArtifactUUID:300c1b97-6a3c-48c2-b17d-4d0f50b72e68
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-04T13:55:07.528Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8623248b-fc3c-48d7-ad5a-e6bb879884dd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T13:55:07.581Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T13:55:07.582Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-04T13:55:07.583Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-04T13:55:07.583Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eb68ddf0-e317-4677-8547-d80784f36bf1 from URL: /sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:07.583Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-04T13:55:07.585Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:08.069Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-04T13:55:08.088Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar eb68ddf0-e317-4677-8547-d80784f36bf1 98995
2022-04-04T13:55:08.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar ASDC sendASDCNotification
2022-04-04T13:55:08.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:08.091Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T13:55:08.092Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:08.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:08.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080508089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:55:08.194Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:08.196Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:08.196Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:08.206Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:08.206Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:09.095Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T13:55:09.096Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-04T13:55:09.097Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: eb68ddf0-e317-4677-8547-d80784f36bf1, URL: /sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar to file: /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:09.098Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220404135030-csar.csar
2022-04-04T13:55:09.179Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:09.179Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:09.944Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1338179305465739251/Definitions/service-Vfw20220404135030-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-04T13:55:13.054Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-04T13:55:13.059Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-04T13:55:13.059Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.059Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-04T13:55:13.059Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.059Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.061Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e6bedf25-bb0a 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.061Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.061Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.061Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-04T13:55:13.067Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:13.068Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:13.072Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:13.072Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-04T13:55:13.074Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T13:55:13.076Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:13.076Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:13.076Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:13.076Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-04T13:55:13.076Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T13:55:13.077Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:13.077Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:13.080Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:13.080Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is not matching search criteria
2022-04-04T13:55:13.080Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T13:55:13.081Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T13:55:13.081Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T13:55:13.081Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.081Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.081Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T13:55:13.081Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.082Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T13:55:13.082Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T13:55:13.082Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.082Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.082Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T13:55:13.082Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T13:55:13.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-04T13:55:13.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:13.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T13:55:13.084Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:13.084Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:13.085Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:13.085Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:13.085Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:13.085Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:13.085Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:13.086Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:13.086Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:13.086Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:13.086Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is not matching search criteria
2022-04-04T13:55:13.086Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T13:55:13.087Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T13:55:13.087Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-04T13:55:13.087Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T13:55:13.087Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T13:55:13.087Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.087Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.088Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T13:55:13.088Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.088Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T13:55:13.088Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.088Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3c9f12c2-3b23-45da-8e0a-5a8986eb0218
2022-04-04T13:55:13.089Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:13.089Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is not matching search criteria
2022-04-04T13:55:13.089Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T13:55:13.089Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T13:55:13.089Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T13:55:13.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T13:55:13.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-04T13:55:13.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T13:55:13.091Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.091Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T13:55:13.091Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.091Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7dbf70d9-51e4-4346-aee8-92961f677995
2022-04-04T13:55:13.091Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:13.091Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is not matching search criteria
2022-04-04T13:55:13.092Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T13:55:13.092Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T13:55:13.092Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T13:55:13.092Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.092Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.092Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T13:55:13.093Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.093Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T13:55:13.093Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T13:55:13.093Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.093Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.093Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-04T13:55:13.093Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3cae024b-c9e1-4207-a5a4-8784c3f0f114
2022-04-04T13:55:13.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:13.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:13.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:13.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:13.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:13.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:13.095Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:13.095Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:13.095Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-04 13-50-30
Description:catalog service description
Model UUID:8623248b-fc3c-48d7-ad5a-e6bb879884dd
Model Version:NULL
Model InvariantUuid:7b3de524-b710-47be-bdeb-d8211fdb4eb6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e6bedf25-bb0a
Model UUID:1388a7a1-aa0a-43fd-97ea-af5e7ea3693a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b2e6c7d7-ff23-47a9-a3c5-69b71a13e535
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:80b7efcd-bf75-436a-a7ca-e882dba45d70
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:711b9e0c-dbc6-4c9e-ba36-8475c0108c9b
ModelName:VfwE6bedf25Bb0a..base_vfw..module-0
ModelUuid:339c6dbf-2649-42ce-ab81-96bd32e5e053
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3c9f12c2-3b23-45da-8e0a-5a8986eb0218
ModelInvariantUuid:f78259d8-8005-4a2c-ad64-326f721321ee
ModelName:vFW e6bedf25-bb0a-nodes.vfwCvfc
ModelUuid:7bb27641-c037-4230-bfa0-c6b544f4a838
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6dfce487-429e-43ce-9708-a924585b9b96
ModelInvariantUuid:278d4803-9d6b-4720-bd43-93154ef6e3bc
ModelName:VfwE6bedf25Bb0a.compute.nodes.heat.vfw
ModelUuid:40ffb41e-e1d8-4308-b90a-677c5f8a9e4c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7dbf70d9-51e4-4346-aee8-92961f677995
ModelInvariantUuid:e67665ba-caff-4b5e-8f03-7a697a552b91
ModelName:vFW e6bedf25-bb0a-nodes.vsnCvfc
ModelUuid:f8448815-986c-492a-bd4d-a1e72264e999
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:56ba5410-51fe-4c0f-a2c9-f435e94aa287
ModelInvariantUuid:b36276c6-25c4-4b68-9073-5e9a630fb219
ModelName:VfwE6bedf25Bb0a.compute.nodes.heat.vsn
ModelUuid:52bfe7fd-ce5e-4077-bb31-d732d3f02162
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3cae024b-c9e1-4207-a5a4-8784c3f0f114
ModelInvariantUuid:0aa37f8e-9b6b-4e65-b247-8780fc365978
ModelName:vFW e6bedf25-bb0a-nodes.vpgCvfc
ModelUuid:ccbb6e66-986d-4073-9ed5-05c4359540c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:70109c50-8f54-419c-8649-5765043c77fa
ModelInvariantUuid:2342c360-fb7f-4024-8efb-462aa8f911c7
ModelName:VfwE6bedf25Bb0a.compute.nodes.heat.vpg
ModelUuid:73be3b87-1477-46da-a456-0c3344e0fed4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-04T13:55:13.105Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e0f6d26-bffe-48e4-8fe3-f20a029ed8bf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T13:55:13.192Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||vFW e6bedf25-bb0a 0
2022-04-04T13:55:13.198Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e0f6d26-bffe-48e4-8fe3-f20a029ed8bf
2022-04-04T13:55:13.198Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c10c2dbb-b673-4a35-9ced-cf946345b8ad from URL: /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json
2022-04-04T13:55:13.199Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-04T13:55:13.199Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json
2022-04-04T13:55:13.702Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-04T13:55:13.702Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json c10c2dbb-b673-4a35-9ced-cf946345b8ad 785
2022-04-04T13:55:13.703Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json ASDC sendASDCNotification
2022-04-04T13:55:13.703Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json
2022-04-04T13:55:13.703Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T13:55:13.703Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:13.705Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:13.706Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080513702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:55:13.806Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:13.807Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:13.807Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:13.819Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:13.820Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-04T13:55:14.707Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE6bedf25Bb0a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "711b9e0c-dbc6-4c9e-ba36-8475c0108c9b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "339c6dbf-2649-42ce-ab81-96bd32e5e053",
"vfModuleModelCustomizationUUID": "08eaefb5-65bd-4f6d-947e-772955406ab6",
"isBase": true,
"artifacts": [
"1e7feca5-aad2-4335-a806-defc39db1dec",
"300c1b97-6a3c-48c2-b17d-4d0f50b72e68"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-04T13:55:14.722Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE6bedf25Bb0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:339c6dbf-2649-42ce-ab81-96bd32e5e053
VfModuleModelInvariantUUID:711b9e0c-dbc6-4c9e-ba36-8475c0108c9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
1e7feca5-aad2-4335-a806-defc39db1dec
,
300c1b97-6a3c-48c2-b17d-4d0f50b72e68
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-04T13:55:14.725Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE6bedf25Bb0a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "711b9e0c-dbc6-4c9e-ba36-8475c0108c9b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "339c6dbf-2649-42ce-ab81-96bd32e5e053",
"vfModuleModelCustomizationUUID": "08eaefb5-65bd-4f6d-947e-772955406ab6",
"isBase": true,
"artifacts": [
"1e7feca5-aad2-4335-a806-defc39db1dec",
"300c1b97-6a3c-48c2-b17d-4d0f50b72e68"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-04T13:55:14.725Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE6bedf25Bb0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:339c6dbf-2649-42ce-ab81-96bd32e5e053
VfModuleModelInvariantUUID:711b9e0c-dbc6-4c9e-ba36-8475c0108c9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
1e7feca5-aad2-4335-a806-defc39db1dec
,
300c1b97-6a3c-48c2-b17d-4d0f50b72e68
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-04T13:55:14.725Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1e7feca5-aad2-4335-a806-defc39db1dec from URL: /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml
2022-04-04T13:55:14.725Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-04T13:55:14.726Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml
2022-04-04T13:55:15.373Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-04T13:55:15.374Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml 1e7feca5-aad2-4335-a806-defc39db1dec 20368
2022-04-04T13:55:15.374Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-04T13:55:15.374Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml
2022-04-04T13:55:15.374Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T13:55:15.374Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:15.376Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:15.376Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080515374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:55:15.477Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:15.478Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:15.478Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:15.489Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:15.490Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-04T13:55:16.377Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 300c1b97-6a3c-48c2-b17d-4d0f50b72e68 from URL: /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env
2022-04-04T13:55:16.378Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-04T13:55:16.378Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env
2022-04-04T13:55:16.621Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-04T13:55:16.621Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env 300c1b97-6a3c-48c2-b17d-4d0f50b72e68 2098
2022-04-04T13:55:16.622Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-04T13:55:16.622Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env
2022-04-04T13:55:16.622Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T13:55:16.623Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:16.626Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:16.626Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080516622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:55:16.726Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:16.727Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:16.727Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:16.737Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:16.738Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:17.627Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8623248b-fc3c-48d7-ad5a-e6bb879884dd
2022-04-04T13:55:17.628Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e6bedf25-bb0a 0 8e0f6d26-bffe-48e4-8fe3-f20a029ed8bf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T13:55:17.667Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16981f5e, org.onap.sdc.toscaparser.api.parameters.Input@69a0c28f, org.onap.sdc.toscaparser.api.parameters.Input@13bdf5ec, org.onap.sdc.toscaparser.api.parameters.Input@255e559, org.onap.sdc.toscaparser.api.parameters.Input@546168a2]
2022-04-04T13:55:17.672Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.672Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.672Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-04-04T13:55:17.672Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 80b7efcd-bf75-436a-a7ca-e882dba45d70
2022-04-04T13:55:17.673Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 80b7efcd-bf75-436a-a7ca-e882dba45d70 matches Tosca VF Customization UUID: 80b7efcd-bf75-436a-a7ca-e882dba45d70
2022-04-04T13:55:17.673Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 80b7efcd-bf75-436a-a7ca-e882dba45d70 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-04T13:55:17.682Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.682Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.684Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 80b7efcd-bf75-436a-a7ca-e882dba45d70: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-04T13:55:17.685Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@932dc60
2022-04-04T13:55:17.685Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.685Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T13:55:17.686Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 08eaefb5-65bd-4f6d-947e-772955406ab6
2022-04-04T13:55:17.687Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 08eaefb5-65bd-4f6d-947e-772955406ab6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-04T13:55:17.696Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.696Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:17.696Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:17.697Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.698Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:17.698Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:17.698Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.699Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is not matching search criteria
2022-04-04T13:55:17.699Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T13:55:17.699Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T13:55:17.699Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-04T13:55:17.699Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T13:55:17.700Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T13:55:17.700Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.700Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:17.700Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T13:55:17.700Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:17.700Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T13:55:17.701Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.701Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3c9f12c2-3b23-45da-8e0a-5a8986eb0218
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-04T13:55:17.710Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.710Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:17.710Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:17.711Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.711Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is not matching search criteria
2022-04-04T13:55:17.711Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T13:55:17.711Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T13:55:17.711Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T13:55:17.712Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.712Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:17.712Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T13:55:17.712Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.712Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-04T13:55:17.712Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T13:55:17.713Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:17.713Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T13:55:17.713Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.713Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7dbf70d9-51e4-4346-aee8-92961f677995
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-04T13:55:17.716Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.716Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:17.716Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:17.720Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.721Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is not matching search criteria
2022-04-04T13:55:17.721Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T13:55:17.721Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T13:55:17.721Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T13:55:17.722Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.722Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:17.722Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T13:55:17.722Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.722Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T13:55:17.723Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T13:55:17.723Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.723Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:17.723Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-04T13:55:17.723Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3cae024b-c9e1-4207-a5a4-8784c3f0f114
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-04T13:55:17.726Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.727Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:17.727Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:17.727Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.728Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:17.728Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=80b7efcd-bf75-436a-a7ca-e882dba45d70
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T13:55:17.730Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.730Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.730Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8623248b-fc3c-48d7-ad5a-e6bb879884dd: vFW e6bedf25-bb0a
2022-04-04T13:55:17.731Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.731Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.731Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.731Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.731Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.732Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.732Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.732Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.732Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T13:55:17.732Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.733Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-04-04 13-50-30
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T13:55:17.988Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e6bedf25-bb0a 8e0f6d26-bffe-48e4-8fe3-f20a029ed8bf 1 ASDC deployResourceStructure
2022-04-04T13:55:17.989Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json ASDC sendASDCNotification
2022-04-04T13:55:17.989Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json
2022-04-04T13:55:17.989Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T13:55:17.989Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:17.991Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:17.991Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080517989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-04T13:55:18.091Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:18.092Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:18.092Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:18.102Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:18.103Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:18.992Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-04T13:55:18.993Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml
2022-04-04T13:55:18.993Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T13:55:18.994Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:18.996Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:18.996Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080518992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-04T13:55:19.096Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:19.097Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:19.097Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:19.113Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:19.114Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-04T13:55:19.998Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-04T13:55:19.998Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env
2022-04-04T13:55:19.998Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T13:55:19.998Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:20.001Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:20.001Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080519997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-04T13:55:20.101Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:20.102Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:20.103Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:20.113Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:20.114Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:21.002Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar ASDC sendASDCNotification
2022-04-04T13:55:21.003Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:21.003Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T13:55:21.003Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:21.005Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:21.005Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080521002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T13:55:21.105Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:21.107Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:21.107Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:21.123Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:21.124Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:22.006Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:55:22.025Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:55:22.031Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:55:22.031Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:55:22.031Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:55:22.032Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:55:52.032Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:55:52.044Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:55:52.047Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:55:52.047Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:55:52.048Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:55:52.048Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:55:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:55:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:55:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:59.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:55:59.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:59.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080499684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:55:59.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:56:22.048Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:56:22.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:56:22.064Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:56:22.064Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:56:22.064Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:56:22.064Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:56:52.064Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:56:52.079Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:56:52.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:56:52.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:56:52.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:56:52.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:56:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:56:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:56:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:57:00.206Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:57:00.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080499684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"status": "NOTIFIED"
}
2022-04-04T13:57:00.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080499684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080499684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080499684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080499684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080499684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080508089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080513702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080515374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080516622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-04T13:57:00.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:00.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080517989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-04T13:57:00.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:00.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080518992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-04T13:57:00.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:00.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080519997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-04T13:57:00.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:00.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080521002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T13:57:00.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:22.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:57:22.097Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:57:22.100Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:57:22.100Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:57:22.100Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:57:22.100Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:57:52.101Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:57:52.125Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:57:52.130Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:57:52.131Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:57:52.131Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:57:52.131Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:57:59.686Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:57:59.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:57:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:58:09.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:58:22.131Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:58:22.159Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:58:22.163Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:58:22.163Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:58:22.163Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:58:22.163Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:58:52.163Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:58:52.182Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:58:52.186Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:58:52.186Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:58:52.187Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:58:52.187Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:58:59.686Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:58:59.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:58:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:59:09.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T13:59:22.187Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:59:22.199Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:59:22.202Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:59:22.202Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:59:22.202Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:59:22.203Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:59:52.203Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:59:52.218Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:59:52.221Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:59:52.222Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:59:52.222Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:59:52.222Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:59:59.686Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:59:59.687Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:59:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:00:09.230Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:00:22.222Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-04T14:00:22.223Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-04T14:00:22.236Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 657c7457-0504-49d6-89d8-3e44f9df74e7 and serviceModelVersionId: 8623248b-fc3c-48d7-ad5a-e6bb879884dd
2022-04-04T14:00:22.236Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b3de524-b710-47be-bdeb-d8211fdb4eb6
2022-04-04T14:00:37.280Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7b3de524-b710-47be-bdeb-d8211fdb4eb6/model-vers/model-ver/8623248b-fc3c-48d7-ad5a-e6bb879884dd?depth=0
2022-04-04T14:00:37.390Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-04T14:00:37.886Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3de524-b710-47be-bdeb-d8211fdb4eb6/model-vers/model-ver/8623248b-fc3c-48d7-ad5a-e6bb879884dd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-04T14:00:37.891Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3de524-b710-47be-bdeb-d8211fdb4eb6/model-vers/model-ver/8623248b-fc3c-48d7-ad5a-e6bb879884dd?depth=0|INFO|500||Invoke
2022-04-04T14:00:38.007Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3de524-b710-47be-bdeb-d8211fdb4eb6/model-vers/model-ver/8623248b-fc3c-48d7-ad5a-e6bb879884dd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-04-04T14:00:38.785Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3de524-b710-47be-bdeb-d8211fdb4eb6/model-vers/model-ver/8623248b-fc3c-48d7-ad5a-e6bb879884dd?depth=0|INFO|500||InvokeReturn
2022-04-04T14:00:38.786Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3de524-b710-47be-bdeb-d8211fdb4eb6/model-vers/model-ver/8623248b-fc3c-48d7-ad5a-e6bb879884dd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220404-14:00:38:017-21813], vertex-id=[151568], Content-Length=[0], Date=[Mon, 04 Apr 2022 14:00:38 GMT], Content-Type=[application/json]}
2022-04-04T14:00:38.786Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-04-04T14:00:38.789Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-04T14:00:38.791Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||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-04-04T14:00:38.797Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-04T14:00:38.798Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 657c7457-0504-49d6-89d8-3e44f9df74e7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-04T14:00:38.799Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-04T14:00:38.800Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:00:38.802Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:00:38.802Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080838798,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-04T14:00:38.902Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:00:38.903Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:00:38.904Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:00:38.914Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:00:38.915Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:00:39.816Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:00:39.817Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:00:39.817Z|657c7457-0504-49d6-89d8-3e44f9df74e7|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:00:50.064Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:00:50.065Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:00:50.065Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:00:50.065Z|657c7457-0504-49d6-89d8-3e44f9df74e7|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:00:59.597Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:00:59.598Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:00:59.599Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:00:59.599Z|657c7457-0504-49d6-89d8-3e44f9df74e7|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:00:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:00:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:00:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:01:00.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:01:00.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:01:00.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649080838798,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-04T14:01:00.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:01:09.189Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:01:09.190Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:01:09.190Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:01:09.191Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:01:18.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:01:18.731Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:01:18.731Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:01:18.731Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:01:28.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:01:28.274Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:01:28.275Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:01:28.275Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:01:37.811Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:01:59.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:01:59.684Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:01:59.684Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:01:59.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:01:59.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:01:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:02:09.299Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:02:09.299Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:02:59.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:02:59.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:02:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:02:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:02:59.687Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:02:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:03:09.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:03:09.228Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:03:59.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:03:59.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:03:59.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:03:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:03:59.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:03:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:04:09.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:04:09.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:04:59.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:04:59.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:04:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:04:59.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:04:59.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:04:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:00.320Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:00.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"47ef62bc-686c-4714-a683-1c411685f9c2","serviceName":"vFW 2022-04-04 14-01-19","serviceVersion":"1.0","serviceUUID":"cec7591b-5cb4-4360-b355-73acbece79f5","serviceDescription":"catalog service description","serviceInvariantUUID":"f4991dda-b02e-4db4-a166-66a7028a23dc","resources":[{"resourceInstanceName":"vFW 8a035ee2-d2f9 0","resourceName":"vFW 8a035ee2-d2f9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b8dffc5c-9dab-45d4-aac7-1b53dbccc75f","resourceInvariantUUID":"9c70e7c5-a9bf-475e-8fde-0ea38dbe0ee1","resourceCustomizationUUID":"f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml","artifactChecksum":"MjY4OWFlNzc1ZDQ3YjAyMTRiZjVkMWFhN2VlZTZjNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05a12c3c-c1da-49b6-937a-818c1c847bf4","artifactVersion":"1"},{"artifactName":"vfw8a035ee2d2f90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json","artifactChecksum":"NjliMzYyODQyMjIzYzQ0MGFkMTY1NDZkNjY3YWUwOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"42568384-ed21-4446-82a6-cb83531e92a5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"79856582-5f37-4753-bf4c-2530af9b6c07","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml","artifactChecksum":"NTQ5NWMxYjBlYjU3ZjM5ZTVjNmIzY2FkODdhYjhiNTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f9d1a5c-0d1b-4a6a-ae9a-03826895a586","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"12bd9636-c969-4256-891a-1fd37b424cef","artifactVersion":"2","generatedFromUUID":"79856582-5f37-4753-bf4c-2530af9b6c07"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220404140119-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml","artifactChecksum":"ZWRlODYyZDFiYWUwMTkzMmU2NmYxNDA5MzRiMGM3MmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1426376b-adb3-453c-b7e5-d8ff573caf6e","artifactVersion":"1"},{"artifactName":"service-Vfw20220404140119-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar","artifactChecksum":"M2EwOWYxYmQyOTBjMTk4MDY4ZTM1MDQwOTgwOWE1ODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c341d13-4521-4c93-80d8-2199daa9f856","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-04T14:05:00.323Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:00.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.325Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:05:00.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "clamp",
"timestamp": 1649081066526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.326Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:00.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "aai-ml",
"timestamp": 1649081060431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "cds",
"timestamp": 1649081064711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649081059133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649081062414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "policy-id",
"timestamp": 1649081061306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "clamp",
"timestamp": 1649081066526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"status": "NOTIFIED"
}
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "aai-ml",
"timestamp": 1649081060431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "cds",
"timestamp": 1649081064711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649081062414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649081059133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"status": "NOTIFIED"
}
2022-04-04T14:05:00.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "policy-id",
"timestamp": 1649081061306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "aai-ml",
"timestamp": 1649081060431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "cds",
"timestamp": 1649081064711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "clamp",
"timestamp": 1649081066526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.332Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:00.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649081059133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-04T14:05:00.332Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081099684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649081062414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "policy-id",
"timestamp": 1649081061306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "aai-ml",
"timestamp": 1649081060431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "cds",
"timestamp": 1649081064711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "clamp",
"timestamp": 1649081066526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649081059133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649081062414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "policy-id",
"timestamp": 1649081061306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "cds",
"timestamp": 1649081064711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "clamp",
"timestamp": 1649081066526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "aai-ml",
"timestamp": 1649081060431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649081059133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-04T14:05:00.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649081062414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "policy-id",
"timestamp": 1649081061306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "cds",
"timestamp": 1649081064711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "clamp",
"timestamp": 1649081066526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "aai-ml",
"timestamp": 1649081060431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649081059133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649081062414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "policy-id",
"timestamp": 1649081061306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "cds",
"timestamp": 1649081064711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:05:00.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "aai-ml",
"timestamp": 1649081060431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:05:00.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "clamp",
"timestamp": 1649081066526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:05:00.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649081059133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:05:00.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649081062414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:05:00.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "policy-id",
"timestamp": 1649081061306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:05:00.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "aai-ml",
"timestamp": 1649081074067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.345Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649081074339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.346Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649081074082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.346Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "policy-id",
"timestamp": 1649081074759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.347Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "cds",
"timestamp": 1649081074881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.347Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1649081074109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "policy-id",
"timestamp": 1649081075767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T14:05:00.348Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "cds",
"timestamp": 1649081075888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:05:00.372Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47ef62bc-686c-4714-a683-1c411685f9c2
2022-04-04T14:05:00.373Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ef62bc-686c-4714-a683-1c411685f9c2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:05:00.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649081075472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.382Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1649081074109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "policy-id",
"timestamp": 1649081076772,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:05:00.388Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47ef62bc-686c-4714-a683-1c411685f9c2
2022-04-04T14:05:00.388Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ef62bc-686c-4714-a683-1c411685f9c2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:05:00.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1649081074109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649081076864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.396Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649081077635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T14:05:00.396Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1649081074109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649081077911,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:05:00.402Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47ef62bc-686c-4714-a683-1c411685f9c2
2022-04-04T14:05:00.402Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ef62bc-686c-4714-a683-1c411685f9c2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-04T14:05:00.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649081078640,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:05:00.415Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47ef62bc-686c-4714-a683-1c411685f9c2
2022-04-04T14:05:00.415Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ef62bc-686c-4714-a683-1c411685f9c2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:05:00.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1649081074109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649081078915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"status": "DEPLOY_OK"
}
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1649081074109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1649081074109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "clamp",
"timestamp": 1649081085006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "clamp",
"timestamp": 1649081087016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "clamp",
"timestamp": 1649081088021,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
2022-04-04T14:05:00.432Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:00.433Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:00.433Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:05:00.437Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 47ef62bc-686c-4714-a683-1c411685f9c2
2022-04-04T14:05:00.437Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ef62bc-686c-4714-a683-1c411685f9c2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:05:00.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "aai-ml",
"timestamp": 1649081088382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T14:05:00.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "aai-ml",
"timestamp": 1649081089386,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2022-04-04T14:05:00.446Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:00.446Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:05:00.450Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47ef62bc-686c-4714-a683-1c411685f9c2
2022-04-04T14:05:00.450Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ef62bc-686c-4714-a683-1c411685f9c2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:05:01.333Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:05:01.334Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:01.337Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:01.337Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081099684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"status": "NOTIFIED"
}
2022-04-04T14:05:01.437Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:01.438Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:01.439Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:01.530Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:01.531Z||pool-20-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:02.338Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:05:02.339Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:02.341Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:02.341Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081099684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-04T14:05:02.441Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:02.442Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:02.442Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:02.467Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:02.468Z||pool-21-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:03.341Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:05:03.342Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:03.346Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:03.346Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081099684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:03.447Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T14:05:03.449Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:03.449Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:03.474Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:03.474Z||pool-22-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:05:04.347Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:05:04.347Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:04.349Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:04.349Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081099684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-04T14:05:04.450Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:04.451Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:04.451Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:04.464Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:04.465Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:05.350Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:05:05.351Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:05.353Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:05.353Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081099684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:05.453Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:05.454Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:05.454Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:05.471Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:05.472Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:05:06.354Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:05:06.355Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:06.357Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:06.357Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081099684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:05:06.457Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:06.458Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:06.458Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:06.487Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:06.488Z||pool-25-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:07.359Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"serviceName": "vFW 2022-04-04 14-01-19",
"serviceVersion": "1.0",
"serviceUUID": "cec7591b-5cb4-4360-b355-73acbece79f5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f4991dda-b02e-4db4-a166-66a7028a23dc",
"resources": [
{
"resourceInstanceName": "vFW 8a035ee2-d2f9 0",
"resourceCustomizationUUID": "f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5",
"resourceName": "vFW 8a035ee2-d2f9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b8dffc5c-9dab-45d4-aac7-1b53dbccc75f",
"resourceInvariantUUID": "9c70e7c5-a9bf-475e-8fde-0ea38dbe0ee1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8a035ee2d2f90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"artifactChecksum": "NjliMzYyODQyMjIzYzQ0MGFkMTY1NDZkNjY3YWUwOTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "42568384-ed21-4446-82a6-cb83531e92a5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "79856582-5f37-4753-bf4c-2530af9b6c07",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "12bd9636-c969-4256-891a-1fd37b424cef",
"generatedFromUUID": "79856582-5f37-4753-bf4c-2530af9b6c07"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "12bd9636-c969-4256-891a-1fd37b424cef",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220404140119-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"artifactChecksum": "M2EwOWYxYmQyOTBjMTk4MDY4ZTM1MDQwOTgwOWE1ODc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8c341d13-4521-4c93-80d8-2199daa9f856"
}
],
"workloadContext": "Production"
}
2022-04-04T14:05:07.359Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-04T14:05:07.359Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cec7591b-5cb4-4360-b355-73acbece79f5 ASDC
2022-04-04T14:05:07.360Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:47ef62bc-686c-4714-a683-1c411685f9c2
ServiceName:vFW 2022-04-04 14-01-19
ServiceVersion:1.0
ServiceUUID:cec7591b-5cb4-4360-b355-73acbece79f5
ServiceInvariantUUID:f4991dda-b02e-4db4-a166-66a7028a23dc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220404140119-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar
ArtifactUUID:8c341d13-4521-4c93-80d8-2199daa9f856
ArtifactChecksum:M2EwOWYxYmQyOTBjMTk4MDY4ZTM1MDQwOTgwOWE1ODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8a035ee2-d2f9 0
ResourceCustomizationUUID:f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5
ResourceInvariantUUID:9c70e7c5-a9bf-475e-8fde-0ea38dbe0ee1
ResourceName:vFW 8a035ee2-d2f9
ResourceType:VF
ResourceUUID:b8dffc5c-9dab-45d4-aac7-1b53dbccc75f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8a035ee2d2f90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json
ArtifactUUID:42568384-ed21-4446-82a6-cb83531e92a5
ArtifactChecksum:NjliMzYyODQyMjIzYzQ0MGFkMTY1NDZkNjY3YWUwOTM=
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/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml
ArtifactUUID:79856582-5f37-4753-bf4c-2530af9b6c07
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/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env
ArtifactUUID:12bd9636-c969-4256-891a-1fd37b424cef
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/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env
ArtifactUUID:12bd9636-c969-4256-891a-1fd37b424cef
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-04T14:05:07.360Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cec7591b-5cb4-4360-b355-73acbece79f5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:05:07.399Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:05:07.400Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-04T14:05:07.401Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-04T14:05:07.401Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8c341d13-4521-4c93-80d8-2199daa9f856 from URL: /sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:07.401Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-04T14:05:07.401Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:07.965Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-04T14:05:07.969Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar 8c341d13-4521-4c93-80d8-2199daa9f856 98939
2022-04-04T14:05:07.970Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar ASDC sendASDCNotification
2022-04-04T14:05:07.970Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:07.970Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:05:07.971Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:07.973Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:07.973Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081107970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:05:08.073Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:08.074Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:08.074Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:08.087Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:08.088Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:08.974Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:05:08.975Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-04T14:05:08.975Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8c341d13-4521-4c93-80d8-2199daa9f856, URL: /sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar to file: /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:08.975Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220404140119-csar.csar
2022-04-04T14:05:08.976Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:08.976Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:09.185Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7275863256154070545/Definitions/service-Vfw20220404140119-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-04T14:05:11.338Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-04T14:05:11.339Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-04T14:05:11.339Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.339Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-04T14:05:11.339Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.339Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||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-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8a035ee2-d2f9 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||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-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.341Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.341Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||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-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.341Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.341Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||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-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.341Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-04T14:05:11.341Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:11.342Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:11.342Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:11.342Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-04T14:05:11.342Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:05:11.343Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:11.343Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:11.343Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:11.343Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-04T14:05:11.343Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:05:11.344Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:11.344Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:11.344Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:11.344Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is not matching search criteria
2022-04-04T14:05:11.344Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T14:05:11.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T14:05:11.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T14:05:11.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T14:05:11.346Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T14:05:11.346Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T14:05:11.346Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.346Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.346Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T14:05:11.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T14:05:11.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-04T14:05:11.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:11.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T14:05:11.348Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:11.348Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:11.348Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:11.348Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:11.348Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:11.349Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:11.349Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:11.349Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:11.349Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:11.349Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:11.350Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is not matching search criteria
2022-04-04T14:05:11.350Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T14:05:11.350Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T14:05:11.350Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-04T14:05:11.350Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T14:05:11.350Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T14:05:11.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T14:05:11.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T14:05:11.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=94695cbd-4ea7-4024-abfc-e3a665c7bdd5
2022-04-04T14:05:11.352Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:11.352Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is not matching search criteria
2022-04-04T14:05:11.352Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T14:05:11.352Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T14:05:11.352Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T14:05:11.352Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T14:05:11.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-04T14:05:11.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T14:05:11.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.354Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T14:05:11.354Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.354Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b24c9de8-eacd-422e-8887-392e3e93c10c
2022-04-04T14:05:11.354Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:11.354Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is not matching search criteria
2022-04-04T14:05:11.355Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T14:05:11.355Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T14:05:11.355Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T14:05:11.355Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.355Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.355Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.355Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T14:05:11.356Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T14:05:11.356Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T14:05:11.356Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.356Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.356Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-04T14:05:11.357Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0936ca23-80d1-4ce5-b016-da69366233b3
2022-04-04T14:05:11.357Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:11.357Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:11.357Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:11.357Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:11.357Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:11.358Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:11.358Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:11.358Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:11.358Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-04 14-01-19
Description:catalog service description
Model UUID:cec7591b-5cb4-4360-b355-73acbece79f5
Model Version:NULL
Model InvariantUuid:f4991dda-b02e-4db4-a166-66a7028a23dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8a035ee2-d2f9
Model UUID:cfe4893d-37bb-4517-b5b6-2712eea2eabb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c70e7c5-a9bf-475e-8fde-0ea38dbe0ee1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dc43e12c-8782-4c78-90eb-5b90d5f3f2f3
ModelName:Vfw8a035ee2D2f9..base_vfw..module-0
ModelUuid:761035a9-ef20-4dfa-951b-be0d1671e054
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:94695cbd-4ea7-4024-abfc-e3a665c7bdd5
ModelInvariantUuid:b20f1dff-5522-4c53-bd21-6222e27fa31f
ModelName:vFW 8a035ee2-d2f9-nodes.vfwCvfc
ModelUuid:f5ae9cdb-902d-4d2d-a1a6-bda992a6826c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f074002b-9296-402b-a808-e9396076b148
ModelInvariantUuid:4d18c1ee-c9ea-4568-acbf-8c4d37717573
ModelName:Vfw8a035ee2D2f9.compute.nodes.heat.vfw
ModelUuid:6ca88dcf-c808-40c6-a537-6d0b625a17e4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b24c9de8-eacd-422e-8887-392e3e93c10c
ModelInvariantUuid:14f334b2-c986-4dc6-93da-89edabbfb2e3
ModelName:vFW 8a035ee2-d2f9-nodes.vsnCvfc
ModelUuid:fc79c53b-fe34-4e12-bf03-85ffc8d69780
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f4cb2927-9767-45fb-8238-c25dd35c3fd8
ModelInvariantUuid:4c655000-158c-46b5-b638-345d16b9bbbb
ModelName:Vfw8a035ee2D2f9.compute.nodes.heat.vsn
ModelUuid:236011ef-01f6-4b6a-ba04-6c9fbeac3c53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0936ca23-80d1-4ce5-b016-da69366233b3
ModelInvariantUuid:b0e7109f-563e-47cb-875d-550e232e369b
ModelName:vFW 8a035ee2-d2f9-nodes.vpgCvfc
ModelUuid:3a88e511-bb0e-43b3-b5ca-b0f6efa6cbde
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:527a1987-3ae4-4658-bb4e-a37c656141b2
ModelInvariantUuid:1104dd6e-fbb4-4ace-9cac-e3f47b118f88
ModelName:Vfw8a035ee2D2f9.compute.nodes.heat.vpg
ModelUuid:ce8ac329-72bf-4c0a-8a0a-3ae117f7d712
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-04T14:05:11.366Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b8dffc5c-9dab-45d4-aac7-1b53dbccc75f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:05:11.370Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||vFW 8a035ee2-d2f9 0
2022-04-04T14:05:11.370Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b8dffc5c-9dab-45d4-aac7-1b53dbccc75f
2022-04-04T14:05:11.370Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 42568384-ed21-4446-82a6-cb83531e92a5 from URL: /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json
2022-04-04T14:05:11.370Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-04T14:05:11.370Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json
2022-04-04T14:05:12.268Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-04T14:05:12.269Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json 42568384-ed21-4446-82a6-cb83531e92a5 785
2022-04-04T14:05:12.269Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json ASDC sendASDCNotification
2022-04-04T14:05:12.269Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json
2022-04-04T14:05:12.269Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:05:12.270Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:12.272Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:12.273Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081112269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:05:12.372Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-04T14:05:12.374Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:12.374Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:12.384Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:12.385Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:13.273Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8a035ee2D2f9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dc43e12c-8782-4c78-90eb-5b90d5f3f2f3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "761035a9-ef20-4dfa-951b-be0d1671e054",
"vfModuleModelCustomizationUUID": "6098d088-8879-44f5-a0a2-efeed9844416",
"isBase": true,
"artifacts": [
"79856582-5f37-4753-bf4c-2530af9b6c07",
"12bd9636-c969-4256-891a-1fd37b424cef"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-04T14:05:13.278Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a035ee2D2f9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:761035a9-ef20-4dfa-951b-be0d1671e054
VfModuleModelInvariantUUID:dc43e12c-8782-4c78-90eb-5b90d5f3f2f3
VfModuleModelDescription:NULL
Artifacts UUID List:{
79856582-5f37-4753-bf4c-2530af9b6c07
,
12bd9636-c969-4256-891a-1fd37b424cef
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-04T14:05:13.289Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8a035ee2D2f9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dc43e12c-8782-4c78-90eb-5b90d5f3f2f3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "761035a9-ef20-4dfa-951b-be0d1671e054",
"vfModuleModelCustomizationUUID": "6098d088-8879-44f5-a0a2-efeed9844416",
"isBase": true,
"artifacts": [
"79856582-5f37-4753-bf4c-2530af9b6c07",
"12bd9636-c969-4256-891a-1fd37b424cef"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-04T14:05:13.289Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a035ee2D2f9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:761035a9-ef20-4dfa-951b-be0d1671e054
VfModuleModelInvariantUUID:dc43e12c-8782-4c78-90eb-5b90d5f3f2f3
VfModuleModelDescription:NULL
Artifacts UUID List:{
79856582-5f37-4753-bf4c-2530af9b6c07
,
12bd9636-c969-4256-891a-1fd37b424cef
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-04T14:05:13.289Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 79856582-5f37-4753-bf4c-2530af9b6c07 from URL: /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml
2022-04-04T14:05:13.289Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-04T14:05:13.290Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml
2022-04-04T14:05:13.785Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-04T14:05:13.786Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml 79856582-5f37-4753-bf4c-2530af9b6c07 20368
2022-04-04T14:05:13.786Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-04T14:05:13.787Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml
2022-04-04T14:05:13.787Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:05:13.787Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:13.789Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:13.789Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081113786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:05:13.889Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:13.890Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:13.890Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:13.906Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:13.906Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:14.789Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 12bd9636-c969-4256-891a-1fd37b424cef from URL: /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env
2022-04-04T14:05:14.790Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-04T14:05:14.790Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env
2022-04-04T14:05:15.376Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-04T14:05:15.377Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env 12bd9636-c969-4256-891a-1fd37b424cef 2098
2022-04-04T14:05:15.377Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-04T14:05:15.377Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env
2022-04-04T14:05:15.377Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:05:15.377Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:15.379Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:15.379Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081115377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:05:15.480Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T14:05:15.481Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:15.481Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:15.494Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:15.495Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:16.380Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: cec7591b-5cb4-4360-b355-73acbece79f5
2022-04-04T14:05:16.381Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8a035ee2-d2f9 0 b8dffc5c-9dab-45d4-aac7-1b53dbccc75f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:05:16.397Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7594bdec, org.onap.sdc.toscaparser.api.parameters.Input@7137224, org.onap.sdc.toscaparser.api.parameters.Input@7ef58fea, org.onap.sdc.toscaparser.api.parameters.Input@7d83ee95, org.onap.sdc.toscaparser.api.parameters.Input@2d284714]
2022-04-04T14:05:16.399Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.399Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.399Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-04-04T14:05:16.399Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5
2022-04-04T14:05:16.400Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5 matches Tosca VF Customization UUID: f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5
2022-04-04T14:05:16.400Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-04T14:05:16.402Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.403Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.403Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-04T14:05:16.404Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1fb6c7a
2022-04-04T14:05:16.404Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.404Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T14:05:16.404Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6098d088-8879-44f5-a0a2-efeed9844416
2022-04-04T14:05:16.404Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6098d088-8879-44f5-a0a2-efeed9844416
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-04T14:05:16.407Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.408Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:16.408Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:16.408Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.408Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:16.408Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:16.409Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.409Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is not matching search criteria
2022-04-04T14:05:16.409Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T14:05:16.409Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T14:05:16.409Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-04T14:05:16.409Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T14:05:16.409Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T14:05:16.410Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.410Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:16.410Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T14:05:16.410Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:16.410Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T14:05:16.411Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.411Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=94695cbd-4ea7-4024-abfc-e3a665c7bdd5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-04T14:05:16.415Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.415Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:16.415Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:16.416Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.416Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is not matching search criteria
2022-04-04T14:05:16.416Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T14:05:16.416Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T14:05:16.416Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T14:05:16.417Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.417Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:16.417Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.417Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T14:05:16.418Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-04T14:05:16.418Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T14:05:16.418Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:16.418Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T14:05:16.418Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.419Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b24c9de8-eacd-422e-8887-392e3e93c10c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-04T14:05:16.422Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.422Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:16.422Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:16.423Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.423Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is not matching search criteria
2022-04-04T14:05:16.423Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T14:05:16.423Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T14:05:16.423Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T14:05:16.424Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.424Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:16.424Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.424Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T14:05:16.424Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T14:05:16.425Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T14:05:16.425Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.425Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:16.425Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-04T14:05:16.425Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0936ca23-80d1-4ce5-b016-da69366233b3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-04T14:05:16.428Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.429Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:16.429Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:16.429Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.430Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:16.430Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:05:16.433Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.433Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.433Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid cec7591b-5cb4-4360-b355-73acbece79f5: vFW 8a035ee2-d2f9
2022-04-04T14:05:16.433Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.434Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.434Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.434Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.436Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.437Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.437Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.437Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.437Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:05:16.437Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.437Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-04-04 14-01-19
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:05:16.610Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8a035ee2-d2f9 b8dffc5c-9dab-45d4-aac7-1b53dbccc75f 1 ASDC deployResourceStructure
2022-04-04T14:05:16.610Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json ASDC sendASDCNotification
2022-04-04T14:05:16.610Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json
2022-04-04T14:05:16.610Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:05:16.611Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:16.612Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:16.612Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081116610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"status": "DEPLOY_OK"
}
2022-04-04T14:05:16.713Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:16.713Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:16.714Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:16.733Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:16.733Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:17.613Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-04T14:05:17.614Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml
2022-04-04T14:05:17.614Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:05:17.614Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:17.616Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:17.616Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081117613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-04T14:05:17.716Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:17.717Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:17.717Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:17.727Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:17.728Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:18.617Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-04T14:05:18.617Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env
2022-04-04T14:05:18.617Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:05:18.618Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:18.619Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:18.619Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081118616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-04T14:05:18.720Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:18.721Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:18.721Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:18.732Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:18.733Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:05:19.621Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar ASDC sendASDCNotification
2022-04-04T14:05:19.622Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:19.622Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:05:19.623Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:19.626Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:19.627Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081119621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T14:05:19.726Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-04T14:05:19.727Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:19.727Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:19.736Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:19.737Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:20.628Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47ef62bc-686c-4714-a683-1c411685f9c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:05:20.638Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47ef62bc-686c-4714-a683-1c411685f9c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:05:20.644Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:05:20.645Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T14:05:20.645Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-04T14:05:20.645Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-04T14:05:20.645Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-04T14:05:20.646Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-04T14:05:20.646Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-04T14:05:20.646Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-04T14:05:20.646Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-04T14:05:20.646Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-04T14:05:20.647Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||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-04-04T14:05:20.651Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-04T14:05:50.651Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47ef62bc-686c-4714-a683-1c411685f9c2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-04T14:05:50.658Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47ef62bc-686c-4714-a683-1c411685f9c2 and serviceModelVersionId: cec7591b-5cb4-4360-b355-73acbece79f5
2022-04-04T14:05:50.659Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4991dda-b02e-4db4-a166-66a7028a23dc
2022-04-04T14:05:50.660Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4991dda-b02e-4db4-a166-66a7028a23dc/model-vers/model-ver/cec7591b-5cb4-4360-b355-73acbece79f5?depth=0
2022-04-04T14:05:50.665Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-04T14:05:50.725Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4991dda-b02e-4db4-a166-66a7028a23dc/model-vers/model-ver/cec7591b-5cb4-4360-b355-73acbece79f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-04T14:05:50.727Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4991dda-b02e-4db4-a166-66a7028a23dc/model-vers/model-ver/cec7591b-5cb4-4360-b355-73acbece79f5?depth=0|INFO|500||Invoke
2022-04-04T14:05:50.760Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4991dda-b02e-4db4-a166-66a7028a23dc/model-vers/model-ver/cec7591b-5cb4-4360-b355-73acbece79f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-04T14:05:51.296Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4991dda-b02e-4db4-a166-66a7028a23dc/model-vers/model-ver/cec7591b-5cb4-4360-b355-73acbece79f5?depth=0|INFO|500||InvokeReturn
2022-04-04T14:05:51.297Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4991dda-b02e-4db4-a166-66a7028a23dc/model-vers/model-ver/cec7591b-5cb4-4360-b355-73acbece79f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220404-14:05:50:768-86287], vertex-id=[192624], Content-Length=[0], Date=[Mon, 04 Apr 2022 14:05:50 GMT], Content-Type=[application/json]}
2022-04-04T14:05:51.298Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-04T14:05:51.298Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-04T14:05:51.298Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||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-04-04T14:05:51.304Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-04T14:05:51.304Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47ef62bc-686c-4714-a683-1c411685f9c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-04T14:05:51.304Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-04T14:05:51.305Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:51.307Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:51.307Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081151304,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:05:51.407Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:51.408Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:51.409Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:51.424Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:51.425Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:05:59.685Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:05:59.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:05:59.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:05:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:59.686Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:05:59.686Z|47ef62bc-686c-4714-a683-1c411685f9c2|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:59.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:05:59.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-04T14:05:59.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081099684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:05:59.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:00.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:06:00.341Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:06:00.342Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5f37ba3b-cd38-411f-8eb7-3024085b2281","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3fd739d7-bf53-4861-98b6-ef9f30393e0d","serviceDescription":"service","serviceInvariantUUID":"b3209988-58dc-416a-b865-bafda3cfc3a4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8195763f-84d1-4b1e-a138-7e9bd7e01ddd","resourceInvariantUUID":"ebe23676-f179-48cd-a1f8-4da8ec4ed957","resourceCustomizationUUID":"5525aa73-1b3b-4d32-be87-be5a665db569","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":"NjI2ZDEwOWJjNDBmNTI1ZTE5YTc0YmU4NTdkZjA0NjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"25109b7b-12fb-4b27-8537-9a4a79cd2f25","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWI1ZDZmM2FlOTEwZjc1OTQ0NTVhMTA3MzA2NTYzMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12b3776e-08e2-4b3a-ab13-af74480a830d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-04T14:06:00.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:06:00.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:06:00.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:06:00.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081159684,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:06:00.447Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:06:00.448Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:06:00.448Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:06:00.468Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:06:00.469Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:06:01.348Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:06:01.349Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:06:01.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:06:01.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081159684,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:06:01.451Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:06:01.452Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:06:01.452Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:06:01.503Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:06:01.503Z||pool-36-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:06:02.352Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3fd739d7-bf53-4861-98b6-ef9f30393e0d",
"serviceDescription": "service",
"serviceInvariantUUID": "b3209988-58dc-416a-b865-bafda3cfc3a4",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "5525aa73-1b3b-4d32-be87-be5a665db569",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "8195763f-84d1-4b1e-a138-7e9bd7e01ddd",
"resourceInvariantUUID": "ebe23676-f179-48cd-a1f8-4da8ec4ed957",
"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": "ZWI1ZDZmM2FlOTEwZjc1OTQ0NTVhMTA3MzA2NTYzMDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "12b3776e-08e2-4b3a-ab13-af74480a830d"
}
],
"workloadContext": "Production"
}
2022-04-04T14:06:02.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-04T14:06:02.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3fd739d7-bf53-4861-98b6-ef9f30393e0d ASDC
2022-04-04T14:06:02.353Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5f37ba3b-cd38-411f-8eb7-3024085b2281
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3fd739d7-bf53-4861-98b6-ef9f30393e0d
ServiceInvariantUUID:b3209988-58dc-416a-b865-bafda3cfc3a4
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:12b3776e-08e2-4b3a-ab13-af74480a830d
ArtifactChecksum:ZWI1ZDZmM2FlOTEwZjc1OTQ0NTVhMTA3MzA2NTYzMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5525aa73-1b3b-4d32-be87-be5a665db569
ResourceInvariantUUID:ebe23676-f179-48cd-a1f8-4da8ec4ed957
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8195763f-84d1-4b1e-a138-7e9bd7e01ddd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-04-04T14:06:02.354Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3fd739d7-bf53-4861-98b6-ef9f30393e0d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:06:02.377Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:06:02.378Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-04T14:06:02.378Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-04T14:06:02.378Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 12b3776e-08e2-4b3a-ab13-af74480a830d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-04T14:06:02.378Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-04T14:06:02.378Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-04T14:06:02.853Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-04T14:06:02.856Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 12b3776e-08e2-4b3a-ab13-af74480a830d 52510
2022-04-04T14:06:02.856Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-04T14:06:02.856Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-04T14:06:02.856Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:06:02.856Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:06:02.868Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:06:02.868Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081162856,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:06:02.959Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-04-04T14:06:02.959Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:06:02.960Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:06:02.972Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:06:02.973Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:06:03.869Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:06:03.870Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-04T14:06:03.870Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 12b3776e-08e2-4b3a-ab13-af74480a830d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:03.871Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-04T14:06:03.871Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:03.872Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:04.026Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1066748562279941069/Definitions/service-BasicNetwork-template.yml
2022-04-04T14:06:04.381Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-04T14:06:04.382Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-04T14:06:04.382Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:04.382Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-04T14:06:04.382Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||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-04-04T14:06:04.382Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||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-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||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-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||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-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||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-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||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-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||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-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||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-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:06:04.384Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.384Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-04T14:06:04.384Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-04T14:06:04.384Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:06:04.384Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:06:04.384Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.385Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-04T14:06:04.385Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-04T14:06:04.385Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:06:04.385Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:06:04.385Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.385Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:06:04.386Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.386Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:06:04.386Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.386Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:06:04.387Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.387Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:06:04.387Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.387Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3fd739d7-bf53-4861-98b6-ef9f30393e0d
Model Version:NULL
Model InvariantUuid:b3209988-58dc-416a-b865-bafda3cfc3a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ebe23676-f179-48cd-a1f8-4da8ec4ed957
Model UUID:2061a151-79bb-4c8b-8740-f83c11223f83
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:5525aa73-1b3b-4d32-be87-be5a665db569
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-04-04T14:06:04.392Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 8195763f-84d1-4b1e-a138-7e9bd7e01ddd
2022-04-04T14:06:04.393Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||No resources found for Service: 3fd739d7-bf53-4861-98b6-ef9f30393e0d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:06:04.396Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||
2022-04-04T14:06:04.397Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-04-04T14:06:04.398Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 3fd739d7-bf53-4861-98b6-ef9f30393e0d
2022-04-04T14:06:04.398Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3fd739d7-bf53-4861-98b6-ef9f30393e0d
2022-04-04T14:06:04.398Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-04-04T14:06:04.399Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||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-04-04T14:06:04.403Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20677d26, org.onap.sdc.toscaparser.api.parameters.Input@ca5a582, org.onap.sdc.toscaparser.api.parameters.Input@332bc83d, org.onap.sdc.toscaparser.api.parameters.Input@46e7c32d, org.onap.sdc.toscaparser.api.parameters.Input@5d72189a]
2022-04-04T14:06:04.404Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:06:04.404Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.405Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:06:04.405Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.405Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3fd739d7-bf53-4861-98b6-ef9f30393e0d: Generic NeutronNet
2022-04-04T14:06:04.405Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:06:04.406Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.406Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:06:04.406Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||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-04-04T14:06:04.434Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:06:04.434Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.435Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:06:04.435Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.435Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:06:04.435Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.436Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||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-04-04T14:06:04.476Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-04-04T14:06:04.476Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-04T14:06:04.476Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-04T14:06:04.476Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:06:04.477Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:06:04.478Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:06:04.479Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081164476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T14:06:04.579Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:06:04.580Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:06:04.580Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:06:04.608Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:06:04.609Z||pool-38-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:06:05.480Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:06:05.489Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:06:05.492Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:06:05.492Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:06:05.492Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:06:35.492Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:06:35.502Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:06:35.503Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:06:35.504Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:06:35.504Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:06:59.686Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:06:59.687Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:06:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:06:59.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:06:59.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081099684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"status": "NOTIFIED"
}
2022-04-04T14:06:59.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081099684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-04T14:06:59.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081099684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081099684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-04T14:06:59.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081099684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081099684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:06:59.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081107970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081112269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081113786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081115377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081116610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
"status": "DEPLOY_OK"
}
2022-04-04T14:06:59.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081117613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-04T14:06:59.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081118616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-04T14:06:59.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081119621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T14:06:59.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "clamp",
"timestamp": 1649081126526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "cds",
"timestamp": 1649081124711,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "cds",
"timestamp": 1649081124711,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:06:59.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "clamp",
"timestamp": 1649081126526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:06:59.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "ves-openapi-manager",
"timestamp": 1649081134109,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "ves-openapi-manager",
"timestamp": 1649081134109,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "cds",
"timestamp": 1649081136877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "cds",
"timestamp": 1649081137883,
"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=?
2022-04-04T14:06:59.747Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5f37ba3b-cd38-411f-8eb7-3024085b2281
2022-04-04T14:06:59.748Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f37ba3b-cd38-411f-8eb7-3024085b2281 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:06:59.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649081139133,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649081139133,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:06:59.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "policy-id",
"timestamp": 1649081141307,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "policy-id",
"timestamp": 1649081141307,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "clamp",
"timestamp": 1649081145019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "policy-id",
"timestamp": 1649081144960,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "policy-id",
"timestamp": 1649081145966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T14:06:59.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "clamp",
"timestamp": 1649081147033,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T14:06:59.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "policy-id",
"timestamp": 1649081146970,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:06:59.763Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f37ba3b-cd38-411f-8eb7-3024085b2281
2022-04-04T14:06:59.763Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f37ba3b-cd38-411f-8eb7-3024085b2281 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:06:59.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "clamp",
"timestamp": 1649081148037,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:06:59.775Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5f37ba3b-cd38-411f-8eb7-3024085b2281
2022-04-04T14:06:59.776Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f37ba3b-cd38-411f-8eb7-3024085b2281 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:06:59.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081151304,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "aai-ml",
"timestamp": 1649081150431,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "aai-ml",
"timestamp": 1649081150431,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649081152414,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "aai-ml",
"timestamp": 1649081153391,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649081152414,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649081155343,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649081156859,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T14:06:59.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649081157863,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:06:59.788Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f37ba3b-cd38-411f-8eb7-3024085b2281
2022-04-04T14:06:59.788Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f37ba3b-cd38-411f-8eb7-3024085b2281 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:07:05.504Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:07:05.514Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:07:05.517Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:07:05.517Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:07:05.517Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:07:35.518Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:07:35.530Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:07:35.532Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:07:35.532Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:07:35.532Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:07:59.686Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:07:59.689Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:07:59.689Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:07:59.711Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:07:59.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:07:59.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "aai-ml",
"timestamp": 1649081158781,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T14:07:59.714Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:08:05.533Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:08:05.546Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:08:05.549Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:08:05.549Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:08:05.549Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:08:35.549Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:08:35.557Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:08:35.560Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:08:35.560Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:08:35.560Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:08:59.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:08:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:08:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:08:59.717Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:08:59.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-04T14:08:59.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081159684,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:08:59.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-04T14:08:59.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-04T14:08:59.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "aai-ml",
"timestamp": 1649081159786,
"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-04-04T14:08:59.727Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5f37ba3b-cd38-411f-8eb7-3024085b2281
2022-04-04T14:08:59.728Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f37ba3b-cd38-411f-8eb7-3024085b2281 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:08:59.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-04T14:08:59.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081159684,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:08:59.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-04T14:08:59.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-04T14:08:59.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081162856,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:08:59.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:08:59.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-04T14:08:59.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081164476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-04T14:08:59.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:09:05.561Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:09:05.571Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:09:05.574Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:09:05.574Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T14:09:05.574Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-04T14:09:05.574Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-04T14:09:05.574Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-04T14:09:05.574Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-04T14:09:05.574Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-04T14:09:05.575Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-04T14:09:05.575Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-04T14:09:05.575Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-04T14:09:05.575Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||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-04-04T14:09:05.579Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-04T14:09:35.580Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-04T14:09:35.589Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@45914ac8 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2514) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doList(Loader.java:2850)
at org.hibernate.loader.Loader.doList(Loader.java:2832)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
at org.hibernate.loader.Loader.list(Loader.java:2659)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-04-04T14:09:35.595Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-04-04T14:09:35.595Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||ERROR|500||(conn=2514) WSREP has not yet prepared node for application use
2022-04-04T14:09:35.607Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-04-04T14:09:35.607Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||ERROR|500||Exception occurred
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doList(Loader.java:2850)
at org.hibernate.loader.Loader.doList(Loader.java:2832)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
at org.hibernate.loader.Loader.list(Loader.java:2659)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2514) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-04-04T14:09:35.609Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-04-04T14:09:35.610Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:09:35.613Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-04T14:09:35.613Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f37ba3b-cd38-411f-8eb7-3024085b2281 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-04-04T14:09:35.614Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-04T14:09:35.614Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:35.616Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:35.616Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081375613,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet"
}
2022-04-04T14:09:35.717Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:35.718Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:35.718Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:35.733Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:09:35.734Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:09:36.623Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@3fae0e27 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2515) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at jdk.internal.reflect.GeneratedMethodAccessor185.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.save(Unknown Source)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 76 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 77 common frames omitted
2022-04-04T14:09:36.624Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-04-04T14:09:36.625Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||ERROR|500||(conn=2515) WSREP has not yet prepared node for application use
2022-04-04T14:09:36.627Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at jdk.internal.reflect.GeneratedMethodAccessor185.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.save(Unknown Source)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2515) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 71 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 76 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 77 common frames omitted
2022-04-04T14:09:36.629Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181)
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
at jdk.internal.reflect.GeneratedMethodAccessor183.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at jdk.internal.reflect.GeneratedMethodAccessor185.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.save(Unknown Source)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
... 40 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2515) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 71 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 76 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 77 common frames omitted
2022-04-04T14:09:36.634Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.save(Unknown Source)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 23 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy141.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 26 common frames omitted
2022-04-04T14:09:36.635Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-04T14:09:36.641Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281 and serviceModelVersionId: 3fd739d7-bf53-4861-98b6-ef9f30393e0d
2022-04-04T14:09:36.641Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3209988-58dc-416a-b865-bafda3cfc3a4
2022-04-04T14:09:36.642Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3209988-58dc-416a-b865-bafda3cfc3a4/model-vers/model-ver/3fd739d7-bf53-4861-98b6-ef9f30393e0d?depth=0
2022-04-04T14:09:36.648Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-04T14:09:36.725Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3209988-58dc-416a-b865-bafda3cfc3a4/model-vers/model-ver/3fd739d7-bf53-4861-98b6-ef9f30393e0d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-04T14:09:36.728Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3209988-58dc-416a-b865-bafda3cfc3a4/model-vers/model-ver/3fd739d7-bf53-4861-98b6-ef9f30393e0d?depth=0|INFO|500||Invoke
2022-04-04T14:09:36.753Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3209988-58dc-416a-b865-bafda3cfc3a4/model-vers/model-ver/3fd739d7-bf53-4861-98b6-ef9f30393e0d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-04-04T14:09:37.252Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3209988-58dc-416a-b865-bafda3cfc3a4/model-vers/model-ver/3fd739d7-bf53-4861-98b6-ef9f30393e0d?depth=0|INFO|500||InvokeReturn
2022-04-04T14:09:37.253Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3209988-58dc-416a-b865-bafda3cfc3a4/model-vers/model-ver/3fd739d7-bf53-4861-98b6-ef9f30393e0d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220404-14:09:36:761-6739], vertex-id=[237720], Content-Length=[0], Date=[Mon, 04 Apr 2022 14:09:36 GMT], Content-Type=[application/json]}
2022-04-04T14:09:37.255Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-04T14:09:37.255Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-04T14:09:37.256Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-04-04T14:09:37.256Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f37ba3b-cd38-411f-8eb7-3024085b2281 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-04-04T14:09:37.256Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-04T14:09:37.257Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:37.259Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:37.260Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081377256,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-04-04T14:09:37.360Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:37.361Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:37.361Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:37.377Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:09:37.378Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:09:38.289Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:09:38.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:09:38.290Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:42.699Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:09:42.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:09:42.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a1863c8f-6993-4c92-bb42-e865b6fb465e","serviceName":"Demo_pNF_fTxkJddcSVXi3LNpBjpg","serviceVersion":"1.0","serviceUUID":"0452a77a-8ec1-408b-9578-b749de35b5f1","serviceDescription":"catalog service description","serviceInvariantUUID":"8b6bfe5c-9cd6-4597-a978-25c5e8b891fc","resources":[{"resourceInstanceName":"pNF fe69998d-a4ee 0","resourceName":"pNF fe69998d-a4ee","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a2f60521-8562-4b9c-ad1c-54648614ddd6","resourceInvariantUUID":"e733cd26-83a4-4e1a-872e-eafce4742099","resourceCustomizationUUID":"53fbd317-6b1b-4712-9228-540c4bfe4806","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vf-license-model.xml","artifactChecksum":"ZTFiY2UwNzg5OTg3Yzc5ZmUyZDc0YzYxNTExYmE4YWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6f7a626-36f0-4e32-b3ac-4ffa6699ac61","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/pNF.csar","artifactChecksum":"M2Y1MTVmYzAwMmNhNjcyOGRlM2ZiNmY2NTZiNWM3ODM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45193962-9e8d-41d2-8fa1-6787ad08ec07","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98448ca7-5e65-442a-8881-48ce21cf799d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vendor-license-model.xml","artifactChecksum":"M2U2Y2YzNWYzN2QyNzk0MzE4MTBlOWU1ZjkyZTZiNTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17141400-5a4d-481a-bc9c-188189e03395","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5347b0d8-5bb4-4fd4-befa-5ef5d98939b5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc4ab85c-8191-42d9-83a3-d48ad90f6649","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml","artifactChecksum":"Y2ZhNmE0MjAwZWJkOTRhYzVlYmJkNzc2ZDcxNzkyNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823a898b-f958-4148-82ff-02bdb833802a","artifactVersion":"1"},{"artifactName":"service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar","artifactChecksum":"MjIzMTFkY2M3YzFhOTBkMGYzNTBjZjQxN2MzYWY1YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"724ff3ef-00ea-4677-9a06-3a437a04a5a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-04T14:09:42.704Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:42.705Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:42.709Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:42.709Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081378289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:09:42.809Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:42.810Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:42.810Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:42.820Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:09:42.821Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:09:43.709Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:43.710Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:43.713Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:43.713Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081378289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:09:43.813Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:43.814Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:43.815Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:43.825Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:09:43.826Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:09:44.713Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:44.714Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:44.716Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:44.716Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081378289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:09:44.817Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T14:09:44.818Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:44.818Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:44.827Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:09:44.828Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:09:45.717Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:45.718Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:45.721Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:45.721Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081378289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:09:45.821Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:45.822Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:45.822Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:45.833Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:09:45.834Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:09:46.722Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:46.723Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:46.726Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:46.726Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081378289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:09:46.825Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-04T14:09:46.827Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:46.827Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:46.839Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:09:46.840Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:09:47.728Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:47.729Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:47.732Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:47.732Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081378289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:09:47.832Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:47.833Z||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-04-04T14:09:47.833Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:47.851Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:09:47.851Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:09:48.733Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:48.734Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:48.736Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:48.736Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081378289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-04T14:09:48.836Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:48.838Z||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-04-04T14:09:48.838Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:48.850Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:09:48.851Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:09:49.737Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:49.739Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:49.741Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:49.741Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081378289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
"status": "NOTIFIED"
}
2022-04-04T14:09:49.842Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:49.843Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:49.843Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:49.853Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:09:49.854Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:09:50.742Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
"serviceName": "Demo_pNF_fTxkJddcSVXi3LNpBjpg",
"serviceVersion": "1.0",
"serviceUUID": "0452a77a-8ec1-408b-9578-b749de35b5f1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8b6bfe5c-9cd6-4597-a978-25c5e8b891fc",
"resources": [
{
"resourceInstanceName": "pNF fe69998d-a4ee 0",
"resourceCustomizationUUID": "53fbd317-6b1b-4712-9228-540c4bfe4806",
"resourceName": "pNF fe69998d-a4ee",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "a2f60521-8562-4b9c-ad1c-54648614ddd6",
"resourceInvariantUUID": "e733cd26-83a4-4e1a-872e-eafce4742099",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
"artifactChecksum": "MjIzMTFkY2M3YzFhOTBkMGYzNTBjZjQxN2MzYWY1YjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "724ff3ef-00ea-4677-9a06-3a437a04a5a9"
}
],
"workloadContext": "Production"
}
2022-04-04T14:09:50.743Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-04T14:09:50.743Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0452a77a-8ec1-408b-9578-b749de35b5f1 ASDC
2022-04-04T14:09:50.744Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a1863c8f-6993-4c92-bb42-e865b6fb465e
ServiceName:Demo_pNF_fTxkJddcSVXi3LNpBjpg
ServiceVersion:1.0
ServiceUUID:0452a77a-8ec1-408b-9578-b749de35b5f1
ServiceInvariantUUID:8b6bfe5c-9cd6-4597-a978-25c5e8b891fc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
ArtifactUUID:724ff3ef-00ea-4677-9a06-3a437a04a5a9
ArtifactChecksum:MjIzMTFkY2M3YzFhOTBkMGYzNTBjZjQxN2MzYWY1YjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fe69998d-a4ee 0
ResourceCustomizationUUID:53fbd317-6b1b-4712-9228-540c4bfe4806
ResourceInvariantUUID:e733cd26-83a4-4e1a-872e-eafce4742099
ResourceName:pNF fe69998d-a4ee
ResourceType:PNF
ResourceUUID:a2f60521-8562-4b9c-ad1c-54648614ddd6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-04-04T14:09:50.744Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0452a77a-8ec1-408b-9578-b749de35b5f1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:09:50.774Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:09:50.775Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:09:50.775Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:09:50.775Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 724ff3ef-00ea-4677-9a06-3a437a04a5a9 from URL: /sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:50.775Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:09:50.776Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:50.976Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:09:50.979Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar 724ff3ef-00ea-4677-9a06-3a437a04a5a9 82648
2022-04-04T14:09:50.980Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar ASDC sendASDCNotification
2022-04-04T14:09:50.980Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:50.980Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:09:50.980Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:50.982Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:50.982Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649081390980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-04T14:09:51.082Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:51.084Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:51.084Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:51.095Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-04T14:09:51.096Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:09:51.982Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:09:51.983Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:09:51.983Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 724ff3ef-00ea-4677-9a06-3a437a04a5a9, URL: /sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar to file: /app/ASDC/1/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:51.984Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:51.984Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:51.984Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.108Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13055844396894660335/Definitions/service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||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-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.887Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||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-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.887Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fe69998d-a4ee 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.887Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||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-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.887Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-04T14:09:52.887Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:09:52.887Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTxkJddcSVXi3LNpBjpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:09:52.887Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Node template pNF fe69998d-a4ee 0 is matching search criteria
2022-04-04T14:09:52.888Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-04T14:09:52.888Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF fe69998d-a4ee 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:09:52.888Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-04T14:09:52.888Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTxkJddcSVXi3LNpBjpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:09:52.888Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Node template pNF fe69998d-a4ee 0 is matching search criteria
2022-04-04T14:09:52.888Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-04T14:09:52.889Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF fe69998d-a4ee 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:09:52.889Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery