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-02-02T01:02:57.709Z||main|||||INFO|500||The following profiles are active: basic
2022-02-02T01:03:05.243Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-02T01:03:05.244Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-02T01:03:05.307Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-02T01:03:07.304Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-02T01:03:07.438Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-02T01:03:07.701Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-02T01:03:07.709Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-02T01:03:07.805Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-02T01:03:07.997Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-02T01:03:08.289Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-02T01:03:09.059Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-02T01:03:10.506Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-02T01:03:10.540Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-02T01:03:10.879Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-02T01:03:11.047Z||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-02-02T01:03:11.964Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-02T01:03:12.710Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-02T01:03:12.723Z||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$$c19ac7e9.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-02-02T01:03:12.723Z||main|||||WARN|500||The sdc end point is not alive
2022-02-02T01:03:14.892Z||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-02-02T01:03:17.023Z||main|||||WARN|500||---
2022-02-02T01:03:17.023Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-02T01:03:17.023Z||main|||||WARN|500||---
2022-02-02T01:03:17.320Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-02T01:03:20.675Z||main|||||INFO|500||Started Application in 26.709 seconds (JVM running for 27.703)
2022-02-02T01:03:20.690Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-02T01:03:20.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-02T01:03:20.699Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-02T01:03:20.755Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-02T01:03:20.785Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c6993b9f-39f2-46d0-befb-7c816a6b9c3b url= /sdc/v1/artifactTypes
2022-02-02T01:03:20.786Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-02T01:03:20.996Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-02T01:03:21.014Z||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-02-02T01:03:21.030Z||scheduling-1|||||DEBUG|500||create keys
2022-02-02T01:03:21.044Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-02T01:03:21.972Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:03:21.989Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7596f5ab-ebcf-41fc-969e-7477483249f1 url= /sdc/v1/registerForDistribution
2022-02-02T01:03:24.020Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7596f5ab-ebcf-41fc-969e-7477483249f1 url= /sdc/v1/registerForDistribution
2022-02-02T01:03:24.020Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-02T01:03:24.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:03:24.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:03:24.036Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-02T01:03:24.036Z||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-02-02T01:03:24.036Z||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-02-02T01:03:24.037Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:03:24.037Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:03:36.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:03:36.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:04:24.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:04:24.029Z||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-02-02T01:04:24.029Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:04:24.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:04:24.031Z||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-02-02T01:04:24.031Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:04:33.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:04:33.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:05:24.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:05:24.029Z||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-02-02T01:05:24.029Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:05:24.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:05:24.030Z||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-02-02T01:05:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:05:33.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:05:33.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:06:24.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:06:24.028Z||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-02-02T01:06:24.029Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:06:24.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:06:24.030Z||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-02-02T01:06:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:06:33.575Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:06:33.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:07:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:07:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:07:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:07:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:07:24.030Z||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-02-02T01:07:24.031Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:07:33.574Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:07:33.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:08:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:08:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:08:24.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:08:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:08:24.029Z||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-02-02T01:08:24.029Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:08:33.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:08:33.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:09:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:09:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:09:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:09:24.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:09:24.030Z||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-02-02T01:09:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:09:33.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:09:33.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:10:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:10:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:10:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:10:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:10:24.031Z||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-02-02T01:10:24.031Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:10:33.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:10:33.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:11:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:11:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:11:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:11:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:11:24.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:11:24.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:11:33.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:11:33.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:12:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:12:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:12:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:12:24.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:12:24.030Z||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-02-02T01:12:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:12:33.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:12:33.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:13:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:13:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:13:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:13:24.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:13:24.029Z||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-02-02T01:13:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:13:33.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:13:33.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:13:41.961Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-02T01:13:42.062Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@5dad34c2 ((conn=701) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-02-02T01:14:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:14:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:14:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:14:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:14:24.030Z||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-02-02T01:14:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:14:33.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:14:33.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:15:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:15:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:15:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:15:24.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:15:24.030Z||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-02-02T01:15:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:15:33.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:15:33.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:16:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:16:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:16:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:16:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:16:24.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:16:24.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:16:33.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:16:33.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:17:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:17:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:17:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:17:24.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:17:24.030Z||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-02-02T01:17:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:17:33.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:17:33.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:18:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:18:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:18:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:18:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:18:24.030Z||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-02-02T01:18:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:18:33.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:18:33.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:19:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:19:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:19:24.030Z||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-02-02T01:19:24.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:19:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:19:24.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:19:33.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:19:33.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:20:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:20:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:20:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:20:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:20:24.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:20:24.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:20:33.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:20:33.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:21:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:21:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:21:24.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:21:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:21:24.030Z||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-02-02T01:21:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:21:33.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:21:33.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:22:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:22:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:22:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:22:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:22:24.030Z||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-02-02T01:22:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:22:33.574Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:22:33.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:23:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:23:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:23:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:23:24.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:23:24.030Z||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-02-02T01:23:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:23:33.575Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:23:33.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:24:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:24:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:24:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:24:24.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:24:24.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:24:24.031Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:24:33.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:24:33.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:25:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:25:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:25:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:25:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:25:24.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:25:24.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:25:33.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:25:33.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:26:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:26:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:26:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:26:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:26:24.030Z||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-02-02T01:26:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:26:33.572Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:26:33.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:27:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:27:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:27:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:27:24.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:27:24.030Z||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-02-02T01:27:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:27:33.575Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:27:33.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:28:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:28:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:28:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:28:24.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:28:24.029Z||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-02-02T01:28:24.029Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:28:33.569Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:28:33.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:29:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:29:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:29:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:29:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:29:24.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:29:24.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:29:33.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:29:33.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:30:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:30:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:30:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:30:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:30:24.030Z||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-02-02T01:30:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:30:33.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:30:33.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:31:24.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:31:24.032Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:31:24.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:31:24.032Z||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-02-02T01:31:24.032Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:31:24.033Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:31:33.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:31:33.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:32:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:32:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:32:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:32:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:32:24.030Z||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-02-02T01:32:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:32:33.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:32:33.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:32:41.884Z||http-nio-8085-exec-10|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@7ae6e6b8 ((conn=703) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-02-02T01:32:41.889Z||http-nio-8085-exec-10|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@7ed96d3c ((conn=697) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-02-02T01:33:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:33:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:33:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:33:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:33:24.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:33:24.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:33:33.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:33:33.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:34:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:34:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:34:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:34:24.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:34:24.030Z||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-02-02T01:34:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:34:33.580Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:34:33.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:35:24.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:35:24.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:35:24.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:35:24.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:35:24.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:35:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:35:33.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:35:33.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:36:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:36:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:36:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:36:24.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:36:24.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:36:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:36:33.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:36:33.576Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:37:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:37:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:37:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:37:24.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:37:24.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:37:24.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:37:33.572Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:37:33.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:38:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:38:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:38:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:38:24.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:38:24.030Z||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-02-02T01:38:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:38:33.571Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:38:33.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:39:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:39:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:39:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:39:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:39:24.030Z||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-02-02T01:39:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:39:33.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:39:33.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:40:24.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:40:24.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:40:24.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:40:24.030Z||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-02-02T01:40:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:24.163Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:40:24.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643765996791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "ves-openapi-manager",
"timestamp": 1643765997439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "cds",
"timestamp": 1643765996835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "clamp",
"timestamp": 1643765993035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766003083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643765996791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
"status": "NOTIFIED"
}
2022-02-02T01:40:24.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "ves-openapi-manager",
"timestamp": 1643765997439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "cds",
"timestamp": 1643765996835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "clamp",
"timestamp": 1643765993035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
"status": "NOTIFIED"
}
2022-02-02T01:40:24.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766003083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643765996791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "cds",
"timestamp": 1643765996835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "ves-openapi-manager",
"timestamp": 1643765997439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "clamp",
"timestamp": 1643765993035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766003083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "cds",
"timestamp": 1643765996835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643765996791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "ves-openapi-manager",
"timestamp": 1643765997439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "clamp",
"timestamp": 1643765993035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766003083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643765996791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-02T01:40:24.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "cds",
"timestamp": 1643765996835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "ves-openapi-manager",
"timestamp": 1643765997439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "clamp",
"timestamp": 1643765993035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766003083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "cds",
"timestamp": 1643765996835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643765996791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "ves-openapi-manager",
"timestamp": 1643765997439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "clamp",
"timestamp": 1643765993035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "policy-id",
"timestamp": 1643766007522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766003083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "cds",
"timestamp": 1643765996835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643765996791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "ves-openapi-manager",
"timestamp": 1643765997439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "clamp",
"timestamp": 1643765993035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "policy-id",
"timestamp": 1643766007522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766003083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "policy-id",
"timestamp": 1643766007522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766010320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:40:24.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "cds",
"timestamp": 1643766010341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766011132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "policy-id",
"timestamp": 1643766007522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:40:24.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "cds",
"timestamp": 1643766011354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-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-02-02T01:40:24.266Z||pool-2-thread-3|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@6a7675c7 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=992) 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.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
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.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.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.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
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)
... 67 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)
... 68 common frames omitted
2022-02-02T01:40:24.268Z||pool-2-thread-3|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-02T01:40:24.268Z||pool-2-thread-3|||||ERROR|500||(conn=992) WSREP has not yet prepared node for application use
2022-02-02T01:40:24.269Z||pool-2-thread-3|||||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.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
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.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.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.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
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=992) 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)
... 62 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)
... 67 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)
... 68 common frames omitted
2022-02-02T01:40:24.270Z||pool-2-thread-3|||||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.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.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.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
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.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
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.find(SessionImpl.java:3322)
... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=992) 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)
... 62 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)
... 67 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)
... 68 common frames omitted
2022-02-02T01:40:24.274Z||pool-2-thread-3|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-02T01:40:24.275Z||pool-2-thread-3|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
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.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
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)
... 22 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.$Proxy144.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)
... 25 common frames omitted
2022-02-02T01:40:24.656Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:40:24.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-02T01:40:24.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7cb4bea8-2692-4b17-8deb-1f086c310df1","serviceName":"vFW 2022-02-02 01-37-19","serviceVersion":"1.0","serviceUUID":"7c808911-5e49-4e2c-8b5a-4e0e0caeddf7","serviceDescription":"catalog service description","serviceInvariantUUID":"ab026433-d421-4212-a60c-eea87e542a72","resources":[{"resourceInstanceName":"vFW 10f8398c-66e2 0","resourceName":"vFW 10f8398c-66e2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"059841f7-dbfe-4a54-a5d8-999a3510c7ac","resourceInvariantUUID":"3833c533-25d7-41a6-ba48-83a089963c78","resourceCustomizationUUID":"7950d842-bf8d-4e3b-bf0a-d7d2ed9ec02e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml","artifactChecksum":"YjczMGYwNmFkNGFhNzJjOGRkZjUzZGUzYTgxZDAzZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"506ab6a6-cc76-48e2-a266-a299e51a911c","artifactVersion":"1"},{"artifactName":"vfw10f8398c66e20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json","artifactChecksum":"YjlhMjQ5ZTIyZWI5MTRlM2ZkMTFmZmIyMmQzZWIwODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"48b59f98-1b7d-4eb5-812f-66d5f11a302f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"042c7948-c2e7-405e-a3bf-6d8233303626","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml","artifactChecksum":"MTExNjRmMzlmMTdmMjRjODM0NTMyZDA0NTk3MWE0MDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56f43eba-a06b-438b-a466-0f773f091b40","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ebb8b28d-298e-45aa-be84-22266a8cd0cd","artifactVersion":"2","generatedFromUUID":"042c7948-c2e7-405e-a3bf-6d8233303626"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220202013719-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml","artifactChecksum":"OGJhYjU0ZWQ0NTk0Mjg5Nzg3NmQxNmNkZDJmNTJlODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bcf9b5bf-f4ec-41f1-be27-6a61524d6a0b","artifactVersion":"1"},{"artifactName":"service-Vfw20220202013719-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar","artifactChecksum":"OGJkYjkzYTM2ZmIzNTAwNzAyMDE4NTE2Nzg0Nzk2YzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d54a32a-bcce-4c72-9497-4dd19c447a13","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T01:40:24.665Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:40:24.671Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:24.677Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:24.677Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766024027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:24.777Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-02T01:40:24.781Z||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-02-02T01:40:24.781Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:24.793Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:40:24.793Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:40:25.681Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:40:25.682Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:25.684Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:25.684Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766024027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
"status": "NOTIFIED"
}
2022-02-02T01:40:25.784Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:40:25.785Z||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-02-02T01:40:25.785Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:25.796Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:40:25.797Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:40:26.684Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:40:26.685Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:26.687Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:26.687Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766024027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-02T01:40:26.787Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:40:26.788Z||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-02-02T01:40:26.829Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:26.840Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:40:26.841Z||pool-5-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:40:27.688Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:40:27.688Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:27.690Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:27.690Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766024027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:27.791Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:40:27.792Z||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-02-02T01:40:27.792Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:27.802Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:40:27.803Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-02T01:40:28.691Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:40:28.692Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:28.694Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:28.694Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766024027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-02T01:40:28.794Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:40:28.795Z||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-02-02T01:40:28.795Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:28.807Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:40:28.808Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:40:29.695Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:40:29.696Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:29.698Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:29.698Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766024027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:40:29.798Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:40:29.798Z||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-02-02T01:40:29.799Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:29.809Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:40:29.809Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:40:30.699Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:40:30.700Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:30.701Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:30.702Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766024027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:40:30.802Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:40:30.802Z||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-02-02T01:40:30.802Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:30.814Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:40:30.814Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:40:31.704Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"serviceName": "vFW 2022-02-02 01-37-19",
"serviceVersion": "1.0",
"serviceUUID": "7c808911-5e49-4e2c-8b5a-4e0e0caeddf7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ab026433-d421-4212-a60c-eea87e542a72",
"resources": [
{
"resourceInstanceName": "vFW 10f8398c-66e2 0",
"resourceCustomizationUUID": "7950d842-bf8d-4e3b-bf0a-d7d2ed9ec02e",
"resourceName": "vFW 10f8398c-66e2",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "059841f7-dbfe-4a54-a5d8-999a3510c7ac",
"resourceInvariantUUID": "3833c533-25d7-41a6-ba48-83a089963c78",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw10f8398c66e20_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
"artifactChecksum": "YjlhMjQ5ZTIyZWI5MTRlM2ZkMTFmZmIyMmQzZWIwODU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "48b59f98-1b7d-4eb5-812f-66d5f11a302f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "042c7948-c2e7-405e-a3bf-6d8233303626",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ebb8b28d-298e-45aa-be84-22266a8cd0cd",
"generatedFromUUID": "042c7948-c2e7-405e-a3bf-6d8233303626"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ebb8b28d-298e-45aa-be84-22266a8cd0cd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220202013719-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
"artifactChecksum": "OGJkYjkzYTM2ZmIzNTAwNzAyMDE4NTE2Nzg0Nzk2YzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7d54a32a-bcce-4c72-9497-4dd19c447a13"
}
],
"workloadContext": "Production"
}
2022-02-02T01:40:31.705Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T01:40:31.705Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c808911-5e49-4e2c-8b5a-4e0e0caeddf7 ASDC
2022-02-02T01:40:31.774Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7cb4bea8-2692-4b17-8deb-1f086c310df1
ServiceName:vFW 2022-02-02 01-37-19
ServiceVersion:1.0
ServiceUUID:7c808911-5e49-4e2c-8b5a-4e0e0caeddf7
ServiceInvariantUUID:ab026433-d421-4212-a60c-eea87e542a72
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220202013719-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar
ArtifactUUID:7d54a32a-bcce-4c72-9497-4dd19c447a13
ArtifactChecksum:OGJkYjkzYTM2ZmIzNTAwNzAyMDE4NTE2Nzg0Nzk2YzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 10f8398c-66e2 0
ResourceCustomizationUUID:7950d842-bf8d-4e3b-bf0a-d7d2ed9ec02e
ResourceInvariantUUID:3833c533-25d7-41a6-ba48-83a089963c78
ResourceName:vFW 10f8398c-66e2
ResourceType:VF
ResourceUUID:059841f7-dbfe-4a54-a5d8-999a3510c7ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw10f8398c66e20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json
ArtifactUUID:48b59f98-1b7d-4eb5-812f-66d5f11a302f
ArtifactChecksum:YjlhMjQ5ZTIyZWI5MTRlM2ZkMTFmZmIyMmQzZWIwODU=
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/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml
ArtifactUUID:042c7948-c2e7-405e-a3bf-6d8233303626
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/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env
ArtifactUUID:ebb8b28d-298e-45aa-be84-22266a8cd0cd
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/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env
ArtifactUUID:ebb8b28d-298e-45aa-be84-22266a8cd0cd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-02T01:40:31.775Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c808911-5e49-4e2c-8b5a-4e0e0caeddf7 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=?
2022-02-02T01:40:31.818Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@1bbe8802 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1486) 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 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$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 org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
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.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.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$239e87ee.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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)
... 84 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)
... 85 common frames omitted
2022-02-02T01:40:31.819Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-02T01:40:31.819Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||ERROR|500||(conn=1486) WSREP has not yet prepared node for application use
2022-02-02T01:40:31.820Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||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 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$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 org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
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.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.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$239e87ee.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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=1486) 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)
... 79 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)
... 84 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)
... 85 common frames omitted
2022-02-02T01:40:31.821Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||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 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$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 org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
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.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.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$239e87ee.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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)
... 48 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1486) 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)
... 79 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)
... 84 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)
... 85 common frames omitted
2022-02-02T01:40:31.824Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||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.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$239e87ee.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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)
... 28 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.$Proxy144.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)
... 31 common frames omitted
2022-02-02T01:40:31.824Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7cb4bea8-2692-4b17-8deb-1f086c310df1 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-02-02T01:40:31.892Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@240d7bc8 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1487) 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:722)
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-02-02T01:40:31.893Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-02T01:40:31.893Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||ERROR|500||(conn=1487) WSREP has not yet prepared node for application use
2022-02-02T01:40:31.895Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-02-02T01:40:31.895Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||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:722)
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=1487) 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-02-02T01:40:31.895Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
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.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)
... 9 common frames omitted
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=1487) 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-02-02T01:40:31.896Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-02-02T01:40:31.896Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7cb4bea8-2692-4b17-8deb-1f086c310df1 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-02-02T01:40:31.897Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-02T01:40:31.897Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:40:31.898Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:40:31.898Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766031896,
"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-02-02T01:40:31.999Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-02T01:40:31.999Z||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-02-02T01:40:31.999Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:40:32.011Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:40:32.012Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-02T01:41:24.028Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:41:24.028Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:41:24.029Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:41:24.030Z||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-02-02T01:41:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:24.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:24.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:41:24.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "aai-ml",
"timestamp": 1643766023978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:41:24.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:41:24.655Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:24.656Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-02T01:41:24.657Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7daeb474-508e-442e-a77e-039060743d56","serviceName":"basic_onboard_zgZyWI","serviceVersion":"1.0","serviceUUID":"90751fd7-9894-47ce-9a7a-83a80c5dab12","serviceDescription":"service","serviceInvariantUUID":"02db9898-3041-4a47-8377-90a8af5ee952","resources":[{"resourceInstanceName":"basic_onboard_zgZyWI 0","resourceName":"basic_onboard_zgZyWI","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ed116e3-5979-4613-9f2d-0e60210b5082","resourceInvariantUUID":"3fd4b021-9cdd-4a07-9cea-05c7c57d769c","resourceCustomizationUUID":"490c8155-df59-421d-96a7-250f11c48431","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml","artifactChecksum":"OGIwZjYyOGIwYWM3Nzc4ZjdiMTE4NjRhNjRkMDk0NmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a0f6878-1959-40a0-8477-3fe38daed0a3","artifactVersion":"1"},{"artifactName":"basic_onboard_zgzywi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json","artifactChecksum":"MzA0MmJiODliY2VjMjFjMzRkZGZmYWVhZDRiZTlmZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"181dbb0f-081d-4c98-8a70-90f78ad857b6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a13776ea-30ec-4755-ba1e-0e7531446114","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45e6d3c9-d0fb-4235-93c5-15a4d7a8e7d1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d","artifactVersion":"2","generatedFromUUID":"a13776ea-30ec-4755-ba1e-0e7531446114"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZgzywi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml","artifactChecksum":"OTc4NDZmYjIwZTNmZDFjMWI0NjQ5YzYzNTMzOGNhM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c564c63-b30f-4630-9cbe-f164b9503a01","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZgzywi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar","artifactChecksum":"MGJhMmRiMjYzMjEwZTc2ODRlZDRlZDE2YzRjNmEwMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18e6b298-a865-407e-8fec-c5ca5bbffd6d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T01:41:24.659Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:41:24.660Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:24.662Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:24.662Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766084027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:41:24.763Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:41:24.763Z||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-02-02T01:41:24.763Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:24.776Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:24.776Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:25.663Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:41:25.664Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:25.666Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:25.666Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766084027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"status": "NOTIFIED"
}
2022-02-02T01:41:25.766Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:41:25.768Z||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-02-02T01:41:25.768Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:25.779Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:25.779Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:26.667Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:41:26.668Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:26.670Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:26.671Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766084027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-02T01:41:26.771Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:26.771Z||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-02-02T01:41:26.772Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:26.782Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:26.782Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:27.671Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:41:27.672Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:27.674Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:27.675Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766084027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:41:27.774Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:41:27.776Z||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-02-02T01:41:27.776Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:27.786Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:27.787Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:28.675Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:41:28.676Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:28.678Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:28.678Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766084027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-02T01:41:28.778Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:41:28.779Z||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-02-02T01:41:28.780Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:28.791Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:28.792Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:29.679Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:41:29.680Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:29.682Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:29.682Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766084027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:41:29.782Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:29.783Z||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-02-02T01:41:29.783Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:29.800Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:29.800Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:30.682Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:41:30.683Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:30.685Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:30.685Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766084027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:41:30.785Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:41:30.786Z||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-02-02T01:41:30.786Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:30.799Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:30.800Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:31.688Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"serviceName": "basic_onboard_zgZyWI",
"serviceVersion": "1.0",
"serviceUUID": "90751fd7-9894-47ce-9a7a-83a80c5dab12",
"serviceDescription": "service",
"serviceInvariantUUID": "02db9898-3041-4a47-8377-90a8af5ee952",
"resources": [
{
"resourceInstanceName": "basic_onboard_zgZyWI 0",
"resourceCustomizationUUID": "490c8155-df59-421d-96a7-250f11c48431",
"resourceName": "basic_onboard_zgZyWI",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4ed116e3-5979-4613-9f2d-0e60210b5082",
"resourceInvariantUUID": "3fd4b021-9cdd-4a07-9cea-05c7c57d769c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zgzywi0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"artifactChecksum": "MzA0MmJiODliY2VjMjFjMzRkZGZmYWVhZDRiZTlmZjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "181dbb0f-081d-4c98-8a70-90f78ad857b6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a13776ea-30ec-4755-ba1e-0e7531446114",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d",
"generatedFromUUID": "a13776ea-30ec-4755-ba1e-0e7531446114"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZgzywi-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"artifactChecksum": "MGJhMmRiMjYzMjEwZTc2ODRlZDRlZDE2YzRjNmEwMGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "18e6b298-a865-407e-8fec-c5ca5bbffd6d"
}
],
"workloadContext": "Production"
}
2022-02-02T01:41:31.688Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T01:41:31.688Z|7cb4bea8-2692-4b17-8deb-1f086c310df1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 90751fd7-9894-47ce-9a7a-83a80c5dab12 ASDC
2022-02-02T01:41:31.689Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7daeb474-508e-442e-a77e-039060743d56
ServiceName:basic_onboard_zgZyWI
ServiceVersion:1.0
ServiceUUID:90751fd7-9894-47ce-9a7a-83a80c5dab12
ServiceInvariantUUID:02db9898-3041-4a47-8377-90a8af5ee952
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZgzywi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar
ArtifactUUID:18e6b298-a865-407e-8fec-c5ca5bbffd6d
ArtifactChecksum:MGJhMmRiMjYzMjEwZTc2ODRlZDRlZDE2YzRjNmEwMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zgZyWI 0
ResourceCustomizationUUID:490c8155-df59-421d-96a7-250f11c48431
ResourceInvariantUUID:3fd4b021-9cdd-4a07-9cea-05c7c57d769c
ResourceName:basic_onboard_zgZyWI
ResourceType:VF
ResourceUUID:4ed116e3-5979-4613-9f2d-0e60210b5082
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zgzywi0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json
ArtifactUUID:181dbb0f-081d-4c98-8a70-90f78ad857b6
ArtifactChecksum:MzA0MmJiODliY2VjMjFjMzRkZGZmYWVhZDRiZTlmZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a13776ea-30ec-4755-ba1e-0e7531446114
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env
ArtifactUUID:01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env
ArtifactUUID:01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-02T01:41:31.689Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90751fd7-9894-47ce-9a7a-83a80c5dab12 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-02-02T01:41:31.721Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:41:31.722Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:41:31.723Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:41:31.723Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 18e6b298-a865-407e-8fec-c5ca5bbffd6d from URL: /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:31.723Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:41:31.724Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:31.991Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:41:32.005Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar 18e6b298-a865-407e-8fec-c5ca5bbffd6d 71560
2022-02-02T01:41:32.005Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar ASDC sendASDCNotification
2022-02-02T01:41:32.006Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:32.006Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:41:32.006Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:32.007Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:32.007Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766092005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:41:32.108Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-02T01:41:32.108Z||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-02-02T01:41:32.109Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:32.120Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:32.121Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:33.008Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:41:33.009Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:41:33.010Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 18e6b298-a865-407e-8fec-c5ca5bbffd6d, URL: /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar to file: /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:33.010Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:33.056Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:33.056Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:33.370Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7755535078915162322/Definitions/service-BasicOnboardZgzywi-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-02T01:41:34.646Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zgZyWI 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||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-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||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-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||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-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.651Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.652Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.652Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||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-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.652Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||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-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:34.652Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-02T01:41:34.656Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:34.657Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:34.659Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:34.659Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-02T01:41:34.660Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:41:34.661Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:34.661Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:34.661Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:34.661Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-02T01:41:34.662Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:41:34.662Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:34.662Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:34.664Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:34.664Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is not matching search criteria
2022-02-02T01:41:34.664Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-02T01:41:34.664Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-02T01:41:34.664Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-02T01:41:34.665Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-02T01:41:34.665Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-02T01:41:34.665Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:34.665Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:41:34.665Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:34.665Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:41:34.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is not matching search criteria
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1dd029dd-56d4-45ac-8441-4283043ed9f8
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:34.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:34.668Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:34.668Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_zgZyWI
Description:service
Model UUID:90751fd7-9894-47ce-9a7a-83a80c5dab12
Model Version:NULL
Model InvariantUuid:02db9898-3041-4a47-8377-90a8af5ee952
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_zgZyWI
Model UUID:4a7a90a0-6c44-4022-af5d-b499dd6b9bfb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3fd4b021-9cdd-4a07-9cea-05c7c57d769c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:490c8155-df59-421d-96a7-250f11c48431
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:aeca37f1-1697-4e8d-8f64-bb5d48fa374a
ModelName:BasicOnboardZgzywi..base_ubuntu18..module-0
ModelUuid:85e7b285-4cc2-4821-bdf6-07727ca2584e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1dd029dd-56d4-45ac-8441-4283043ed9f8
ModelInvariantUuid:5294fee1-a177-4ea2-886c-c80bbe7eb89e
ModelName:basic_onboard_zgZyWI-nodes.ubuntu18Cvfc
ModelUuid:2c2ea5da-27a6-4f87-be25-aa2c2f63a9e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:9253f34f-140e-48e0-842f-3b3b2e38fb1c
ModelInvariantUuid:04413380-c07d-408b-9d09-89ef5324cb6f
ModelName:BasicOnboardZgzywi.compute.nodes.heat.ubuntu18
ModelUuid:8c5c7006-2047-4b04-a318-58f2018e02b1
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-02-02T01:41:34.680Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ed116e3-5979-4613-9f2d-0e60210b5082
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-02-02T01:41:34.690Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||basic_onboard_zgZyWI 0
2022-02-02T01:41:34.694Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ed116e3-5979-4613-9f2d-0e60210b5082
2022-02-02T01:41:34.694Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 181dbb0f-081d-4c98-8a70-90f78ad857b6 from URL: /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json
2022-02-02T01:41:34.694Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:41:34.694Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json
2022-02-02T01:41:34.781Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:41:34.781Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json 181dbb0f-081d-4c98-8a70-90f78ad857b6 798
2022-02-02T01:41:34.782Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json ASDC sendASDCNotification
2022-02-02T01:41:34.782Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json
2022-02-02T01:41:34.782Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:41:34.782Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:34.785Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:34.785Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766094782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:41:34.885Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:34.886Z||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-02-02T01:41:34.886Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:34.897Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:34.898Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:35.786Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZgzywi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "aeca37f1-1697-4e8d-8f64-bb5d48fa374a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "85e7b285-4cc2-4821-bdf6-07727ca2584e",
"vfModuleModelCustomizationUUID": "80a74bee-d766-4fc8-888f-3f48457306e2",
"isBase": true,
"artifacts": [
"a13776ea-30ec-4755-ba1e-0e7531446114",
"01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-02T01:41:35.799Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZgzywi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85e7b285-4cc2-4821-bdf6-07727ca2584e
VfModuleModelInvariantUUID:aeca37f1-1697-4e8d-8f64-bb5d48fa374a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a13776ea-30ec-4755-ba1e-0e7531446114
,
01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-02T01:41:35.801Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZgzywi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "aeca37f1-1697-4e8d-8f64-bb5d48fa374a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "85e7b285-4cc2-4821-bdf6-07727ca2584e",
"vfModuleModelCustomizationUUID": "80a74bee-d766-4fc8-888f-3f48457306e2",
"isBase": true,
"artifacts": [
"a13776ea-30ec-4755-ba1e-0e7531446114",
"01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-02T01:41:35.801Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZgzywi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85e7b285-4cc2-4821-bdf6-07727ca2584e
VfModuleModelInvariantUUID:aeca37f1-1697-4e8d-8f64-bb5d48fa374a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a13776ea-30ec-4755-ba1e-0e7531446114
,
01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-02T01:41:35.801Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a13776ea-30ec-4755-ba1e-0e7531446114 from URL: /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml
2022-02-02T01:41:35.801Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:41:35.801Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml
2022-02-02T01:41:35.878Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:41:35.879Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml a13776ea-30ec-4755-ba1e-0e7531446114 5033
2022-02-02T01:41:35.879Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-02T01:41:35.879Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml
2022-02-02T01:41:35.879Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:41:35.879Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:35.881Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:35.881Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766095879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:41:35.981Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:35.982Z||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-02-02T01:41:35.982Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:35.994Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:35.995Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:36.882Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d from URL: /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env
2022-02-02T01:41:36.883Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:41:36.883Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env
2022-02-02T01:41:37.071Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:41:37.072Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env 01c5e8cb-43a5-4e2f-ab47-cbcd78d9392d 909
2022-02-02T01:41:37.072Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-02T01:41:37.072Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env
2022-02-02T01:41:37.072Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:41:37.073Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:37.075Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:37.075Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766097072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:41:37.175Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:37.176Z||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-02-02T01:41:37.176Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:37.186Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:37.187Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-02T01:41:38.075Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 90751fd7-9894-47ce-9a7a-83a80c5dab12
2022-02-02T01:41:38.076Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zgZyWI 0 4ed116e3-5979-4613-9f2d-0e60210b5082 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-02-02T01:41:38.100Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b821849, org.onap.sdc.toscaparser.api.parameters.Input@70c84f6c, org.onap.sdc.toscaparser.api.parameters.Input@78671ef1, org.onap.sdc.toscaparser.api.parameters.Input@725647b7, org.onap.sdc.toscaparser.api.parameters.Input@690d59e4]
2022-02-02T01:41:38.102Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:38.102Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.103Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-02-02T01:41:38.103Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 490c8155-df59-421d-96a7-250f11c48431
2022-02-02T01:41:38.103Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 490c8155-df59-421d-96a7-250f11c48431 matches Tosca VF Customization UUID: 490c8155-df59-421d-96a7-250f11c48431
2022-02-02T01:41:38.103Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 490c8155-df59-421d-96a7-250f11c48431 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-02-02T01:41:38.107Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:38.107Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.108Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 490c8155-df59-421d-96a7-250f11c48431: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-02-02T01:41:38.108Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@705c5595
2022-02-02T01:41:38.108Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:38.108Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:41:38.109Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80a74bee-d766-4fc8-888f-3f48457306e2
2022-02-02T01:41:38.109Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80a74bee-d766-4fc8-888f-3f48457306e2
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-02-02T01:41:38.113Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:38.113Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:38.114Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:41:38.114Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:38.114Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:38.114Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:41:38.114Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:38.114Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is not matching search criteria
2022-02-02T01:41:38.114Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-02T01:41:38.115Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-02T01:41:38.115Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1dd029dd-56d4-45ac-8441-4283043ed9f8
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-02-02T01:41:38.119Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:38.119Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:38.119Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:41:38.119Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:38.120Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_zgZyWI 0 is matching search criteria
2022-02-02T01:41:38.120Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_zgZyWI 0] matching following query criteria: sdcType=VF, customizationUUID=490c8155-df59-421d-96a7-250f11c48431
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-02-02T01:41:38.121Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:38.121Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.121Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 90751fd7-9894-47ce-9a7a-83a80c5dab12: basic_onboard_zgZyWI
2022-02-02T01:41:38.121Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:38.121Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_zgZyWI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:41:38.122Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_zgZyWI
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-02T01:41:38.260Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zgZyWI 4ed116e3-5979-4613-9f2d-0e60210b5082 1 ASDC deployResourceStructure
2022-02-02T01:41:38.261Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json ASDC sendASDCNotification
2022-02-02T01:41:38.261Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json
2022-02-02T01:41:38.261Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:41:38.261Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:38.262Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:38.262Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766098261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-02T01:41:38.363Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-02T01:41:38.364Z||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-02-02T01:41:38.364Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:38.376Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:38.376Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:39.263Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-02T01:41:39.264Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml
2022-02-02T01:41:39.264Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:41:39.264Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:39.266Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:39.266Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766099263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-02T01:41:39.366Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:39.367Z||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-02-02T01:41:39.367Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:39.379Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:39.380Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:40.267Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-02T01:41:40.268Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env
2022-02-02T01:41:40.268Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:41:40.268Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:40.270Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:40.270Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766100267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-02T01:41:40.370Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:40.371Z||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-02-02T01:41:40.371Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:40.383Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:40.383Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:41.271Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar ASDC sendASDCNotification
2022-02-02T01:41:41.272Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar
2022-02-02T01:41:41.272Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:41:41.272Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:41:41.274Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:41:41.274Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766101271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:41:41.374Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:41:41.375Z||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-02-02T01:41:41.375Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:41:41.387Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:41:41.387Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:41:42.275Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
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-02-02T01:41:42.295Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
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-02-02T01:41:42.297Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:41:42.297Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:41:42.297Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:42:12.297Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
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-02-02T01:42:12.308Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
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-02-02T01:42:12.310Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:42:12.310Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:42:12.310Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:42:24.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:42:24.030Z||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-02-02T01:42:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:42:24.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:42:24.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766024027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766024027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vfw10f8398c66e20_modules.json",
"status": "NOTIFIED"
}
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766024027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766024027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766024027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/resourceInstances/vfw10f8398c66e20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766024027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766024027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766031896,
"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-02-02T01:42:24.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "aai-ml",
"timestamp": 1643766036977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202013719/1.0/artifacts/service-Vfw20220202013719-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7cb4bea8-2692-4b17-8deb-1f086c310df1",
"consumerID": "aai-ml",
"timestamp": 1643766037982,
"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-02-02T01:42:24.076Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7cb4bea8-2692-4b17-8deb-1f086c310df1
2022-02-02T01:42:24.076Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cb4bea8-2692-4b17-8deb-1f086c310df1 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-02-02T01:42:24.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766057439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766056791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "clamp",
"timestamp": 1643766053035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "cds",
"timestamp": 1643766056835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "cds",
"timestamp": 1643766056835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "clamp",
"timestamp": 1643766053035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"status": "NOTIFIED"
}
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766057439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766056791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"status": "NOTIFIED"
}
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "cds",
"timestamp": 1643766056835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766057439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766056791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "clamp",
"timestamp": 1643766053035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766063083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "cds",
"timestamp": 1643766056835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766056791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "clamp",
"timestamp": 1643766053035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766057439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766063083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "cds",
"timestamp": 1643766056835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766057439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766056791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "clamp",
"timestamp": 1643766053035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766063083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "cds",
"timestamp": 1643766056835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766056791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766057439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "clamp",
"timestamp": 1643766053035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766063083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "cds",
"timestamp": 1643766056835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766056791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:42:24.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766057439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "clamp",
"timestamp": 1643766053035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766063083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "policy-id",
"timestamp": 1643766067522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "cds",
"timestamp": 1643766068504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766068516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766063083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "policy-id",
"timestamp": 1643766067522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "cds",
"timestamp": 1643766069508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-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-02-02T01:42:24.094Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7daeb474-508e-442e-a77e-039060743d56
2022-02-02T01:42:24.094Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7daeb474-508e-442e-a77e-039060743d56 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-02-02T01:42:24.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766069566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766063083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:42:24.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "policy-id",
"timestamp": 1643766067522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766070625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766070915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "policy-id",
"timestamp": 1643766067522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766071671,
"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-02-02T01:42:24.105Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7daeb474-508e-442e-a77e-039060743d56
2022-02-02T01:42:24.105Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7daeb474-508e-442e-a77e-039060743d56 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-02-02T01:42:24.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "clamp",
"timestamp": 1643766071770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "policy-id",
"timestamp": 1643766067522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766072674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766073096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "policy-id",
"timestamp": 1643766067522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "clamp",
"timestamp": 1643766073779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766074099,
"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-02-02T01:42:24.115Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7daeb474-508e-442e-a77e-039060743d56
2022-02-02T01:42:24.115Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7daeb474-508e-442e-a77e-039060743d56 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-02-02T01:42:24.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "policy-id",
"timestamp": 1643766067522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:42:24.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "clamp",
"timestamp": 1643766074782,
"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-02-02T01:42:24.125Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7daeb474-508e-442e-a77e-039060743d56
2022-02-02T01:42:24.125Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7daeb474-508e-442e-a77e-039060743d56 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-02-02T01:42:24.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "policy-id",
"timestamp": 1643766075628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "policy-id",
"timestamp": 1643766076631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:42:24.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:24.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "aai-ml",
"timestamp": 1643766076131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "policy-id",
"timestamp": 1643766077634,
"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-02-02T01:42:24.137Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7daeb474-508e-442e-a77e-039060743d56
2022-02-02T01:42:24.137Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7daeb474-508e-442e-a77e-039060743d56 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-02-02T01:42:24.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "aai-ml",
"timestamp": 1643766076131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "aai-ml",
"timestamp": 1643766076131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "aai-ml",
"timestamp": 1643766076131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "aai-ml",
"timestamp": 1643766076131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "aai-ml",
"timestamp": 1643766076131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:42:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "aai-ml",
"timestamp": 1643766076131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:42:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-02T01:42:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-02T01:42:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "aai-ml",
"timestamp": 1643766083853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:42:24.144Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:42:42.310Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
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-02-02T01:42:42.323Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
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-02-02T01:42:42.325Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:42:42.325Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:42:42.325Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:43:12.325Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
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-02-02T01:43:12.337Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
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-02-02T01:43:12.340Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:43:12.340Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:43:12.340Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:43:24.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:43:24.030Z||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-02-02T01:43:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:43:24.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:43:24.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766084027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:43:24.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-02T01:43:24.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766084027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"status": "NOTIFIED"
}
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766084027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766084027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766084027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "aai-ml",
"timestamp": 1643766089621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766084027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "aai-ml",
"timestamp": 1643766090625,
"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-02-02T01:43:24.562Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7daeb474-508e-442e-a77e-039060743d56
2022-02-02T01:43:24.562Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7daeb474-508e-442e-a77e-039060743d56 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-02-02T01:43:24.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766084027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:43:24.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-02T01:43:24.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766092005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:43:24.569Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766094782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766095879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766097072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766098261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/basic_onboard_zgzywi0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766099263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766100267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/resourceInstances/basic_onboard_zgzywi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-02T01:43:24.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:24.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:43:24.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766101271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZgzywi/1.0/artifacts/service-BasicOnboardZgzywi-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:43:24.571Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:43:42.340Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
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-02-02T01:43:42.350Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7daeb474-508e-442e-a77e-039060743d56
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-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-02T01:43:42.353Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||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-02-02T01:43:42.357Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-02T01:44:12.358Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7daeb474-508e-442e-a77e-039060743d56 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-02-02T01:44:12.363Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7daeb474-508e-442e-a77e-039060743d56 and serviceModelVersionId: 90751fd7-9894-47ce-9a7a-83a80c5dab12
2022-02-02T01:44:12.363Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02db9898-3041-4a47-8377-90a8af5ee952
2022-02-02T01:44:22.070Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0
2022-02-02T01:44:22.134Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T01:44:22.434Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0|INFO|500||Invoke
2022-02-02T01:44:22.439Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7daeb474-508e-442e-a77e-039060743d56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[39b1506a-89bd-4433-94ba-13fa8e200041], X-ECOMP-RequestID=[7daeb474-508e-442e-a77e-039060743d56], X-TransactionId=[], X-ONAP-RequestID=[7daeb474-508e-442e-a77e-039060743d56], Content-Type=[application/merge-patch+json]}
2022-02-02T01:44:22.649Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-02T01:44:22.958Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220202-01:44:22:658-22668], vertex-id=[208896], Content-Length=[0], Date=[Wed, 02 Feb 2022 01:44:22 GMT], Content-Type=[application/json]}
2022-02-02T01:44:22.960Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-02T01:44:22.960Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02db9898-3041-4a47-8377-90a8af5ee952/model-vers/model-ver/90751fd7-9894-47ce-9a7a-83a80c5dab12?depth=0|INFO|500||InvokeReturn
2022-02-02T01:44:22.962Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T01:44:22.962Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||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-02-02T01:44:22.966Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||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-02-02T01:44:22.967Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7daeb474-508e-442e-a77e-039060743d56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-02T01:44:22.967Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-02T01:44:22.968Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:44:22.969Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:44:22.970Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766262967,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T01:44:23.070Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:44:23.071Z||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-02-02T01:44:23.071Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:44:23.087Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:44:23.087Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 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-02-02T01:44:23.981Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:44:23.982Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:44:23.982Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:44:24.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:44:24.030Z||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-02-02T01:44:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:44:24.868Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:44:24.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-02T01:44:24.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7daeb474-508e-442e-a77e-039060743d56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766262967,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T01:44:24.869Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:44:34.448Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:44:34.449Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:44:34.449Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:44:34.449Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:44:43.991Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:44:43.992Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:44:43.993Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:44:43.993Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:44:53.533Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:24.027Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:45:24.028Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:45:24.028Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:45:24.029Z||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-02-02T01:45:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:24.657Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:24.658Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.658Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"eace4ccf-acec-48d2-807a-03bebb1edb90","serviceName":"vFW 2022-02-02 01-43-23","serviceVersion":"1.0","serviceUUID":"9aa45011-400b-4871-8990-6bd62fbb9d4a","serviceDescription":"catalog service description","serviceInvariantUUID":"fa22445f-e8b7-4385-b293-790a8b0a340e","resources":[{"resourceInstanceName":"vFW 6f9e76a5-646f 0","resourceName":"vFW 6f9e76a5-646f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"85f4419c-054c-4191-aa24-7e0cfef06d0c","resourceInvariantUUID":"9e51c1e8-6dcc-4f60-bc66-37d26ce406ef","resourceCustomizationUUID":"ca159849-a5fc-428d-863b-780d4f11c01d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml","artifactChecksum":"ODVlMjNlMzg3MzE3NDQxNTYxNTVjOTg0ZjYwMzhjZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8fb43325-1d68-4932-af94-bf9c6ad82247","artifactVersion":"1"},{"artifactName":"vfw6f9e76a5646f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json","artifactChecksum":"M2YxYWQ2OTY4MDZmMWJmNTI1NzgzYjI3ODRhOGRkNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d57c41a1-44ec-41d9-9757-7fa80498640f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b02c3413-6e4e-4f5a-a979-a7b9e8dd7972","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml","artifactChecksum":"YmY2OGEyYmMzNmY4ZTczMzk1MjFlMGRkYTk2MzMwODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ca4cee5-6111-499e-82b3-0e653b90b224","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6794e87-ee8f-4f00-9d68-9dc3a4656228","artifactVersion":"2","generatedFromUUID":"b02c3413-6e4e-4f5a-a979-a7b9e8dd7972"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220202014323-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml","artifactChecksum":"ZGI5NWM2OTJhNjk2MWIxNmNlZTdhZTA3M2I5MjQ5MzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27ab6eea-9bf2-46ab-b9ec-b6c3c814dd2e","artifactVersion":"1"},{"artifactName":"service-Vfw20220202014323-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar","artifactChecksum":"YTUwODc2OGRkMDk4NjhkYTIxZTA3NmViY2YzYjM2MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd94c33c-00d6-47fe-bdfd-f69175b5bc40","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T01:45:24.659Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:24.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "clamp",
"timestamp": 1643766293035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.664Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:45:24.664Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:24.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "policy-id",
"timestamp": 1643766287522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "clamp",
"timestamp": 1643766293035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"status": "NOTIFIED"
}
2022-02-02T01:45:24.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "policy-id",
"timestamp": 1643766287522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:24.666Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766324027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766296791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "cds",
"timestamp": 1643766296835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766297439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "clamp",
"timestamp": 1643766293035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "policy-id",
"timestamp": 1643766287522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766296791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"status": "NOTIFIED"
}
2022-02-02T01:45:24.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "cds",
"timestamp": 1643766296835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766297439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "clamp",
"timestamp": 1643766293035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "policy-id",
"timestamp": 1643766287522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766296791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "cds",
"timestamp": 1643766296835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766297439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "clamp",
"timestamp": 1643766293035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "policy-id",
"timestamp": 1643766287522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766296791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "cds",
"timestamp": 1643766296835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766297439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "clamp",
"timestamp": 1643766293035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "policy-id",
"timestamp": 1643766287522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766296791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "cds",
"timestamp": 1643766296835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766297439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "clamp",
"timestamp": 1643766293035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "policy-id",
"timestamp": 1643766287522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766296791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "cds",
"timestamp": 1643766296835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766297439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766296791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "cds",
"timestamp": 1643766296835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "policy-id",
"timestamp": 1643766303580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766303083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766297439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "policy-id",
"timestamp": 1643766304583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766303083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766304775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "cds",
"timestamp": 1643766304786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "policy-id",
"timestamp": 1643766305585,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-02T01:45:24.688Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eace4ccf-acec-48d2-807a-03bebb1edb90
2022-02-02T01:45:24.688Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eace4ccf-acec-48d2-807a-03bebb1edb90 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-02-02T01:45:24.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766303083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "cds",
"timestamp": 1643766305790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-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-02-02T01:45:24.699Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eace4ccf-acec-48d2-807a-03bebb1edb90
2022-02-02T01:45:24.699Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eace4ccf-acec-48d2-807a-03bebb1edb90 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-02-02T01:45:24.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766305981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766303083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766307091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766303083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766308114,
"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-02-02T01:45:24.708Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eace4ccf-acec-48d2-807a-03bebb1edb90
2022-02-02T01:45:24.708Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eace4ccf-acec-48d2-807a-03bebb1edb90 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-02-02T01:45:24.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766303083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "clamp",
"timestamp": 1643766308798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.713Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766309117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766303083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "clamp",
"timestamp": 1643766310808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766310929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "clamp",
"timestamp": 1643766311812,
"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-02-02T01:45:24.718Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eace4ccf-acec-48d2-807a-03bebb1edb90
2022-02-02T01:45:24.718Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eace4ccf-acec-48d2-807a-03bebb1edb90 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-02-02T01:45:24.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766313808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:45:24.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766314813,
"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-02-02T01:45:24.727Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eace4ccf-acec-48d2-807a-03bebb1edb90
2022-02-02T01:45:24.727Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eace4ccf-acec-48d2-807a-03bebb1edb90 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-02-02T01:45:24.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "aai-ml",
"timestamp": 1643766316131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "aai-ml",
"timestamp": 1643766316131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "aai-ml",
"timestamp": 1643766316131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "aai-ml",
"timestamp": 1643766316131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "aai-ml",
"timestamp": 1643766316131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "aai-ml",
"timestamp": 1643766316131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "aai-ml",
"timestamp": 1643766316131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "aai-ml",
"timestamp": 1643766323801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:45:24.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:45:24.767Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:24.767Z||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-02-02T01:45:24.767Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:24.779Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:24.780Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:25.667Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:45:25.668Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:25.670Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:25.670Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766324027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"status": "NOTIFIED"
}
2022-02-02T01:45:25.770Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:25.771Z||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-02-02T01:45:25.771Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:25.782Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:25.782Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:26.670Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:45:26.672Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:26.673Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:26.674Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766324027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-02T01:45:26.774Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:26.775Z||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-02-02T01:45:26.775Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:26.785Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:26.785Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:27.674Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:45:27.675Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:27.677Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:27.677Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766324027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:27.777Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:45:27.778Z||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-02-02T01:45:27.778Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:27.789Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:27.790Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:28.678Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:45:28.679Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:28.681Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:28.681Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766324027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-02T01:45:28.781Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:28.782Z||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-02-02T01:45:28.782Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:28.793Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:28.793Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:29.682Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:45:29.683Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:29.685Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:29.685Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766324027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:45:29.785Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:29.786Z||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-02-02T01:45:29.786Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:29.796Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:29.796Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:30.685Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:45:30.686Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:30.688Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:30.688Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766324027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:45:30.789Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:45:30.789Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T01:45:30.789Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:30.799Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:30.800Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:31.691Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"serviceName": "vFW 2022-02-02 01-43-23",
"serviceVersion": "1.0",
"serviceUUID": "9aa45011-400b-4871-8990-6bd62fbb9d4a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "fa22445f-e8b7-4385-b293-790a8b0a340e",
"resources": [
{
"resourceInstanceName": "vFW 6f9e76a5-646f 0",
"resourceCustomizationUUID": "ca159849-a5fc-428d-863b-780d4f11c01d",
"resourceName": "vFW 6f9e76a5-646f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "85f4419c-054c-4191-aa24-7e0cfef06d0c",
"resourceInvariantUUID": "9e51c1e8-6dcc-4f60-bc66-37d26ce406ef",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6f9e76a5646f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"artifactChecksum": "M2YxYWQ2OTY4MDZmMWJmNTI1NzgzYjI3ODRhOGRkNTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d57c41a1-44ec-41d9-9757-7fa80498640f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b02c3413-6e4e-4f5a-a979-a7b9e8dd7972",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d6794e87-ee8f-4f00-9d68-9dc3a4656228",
"generatedFromUUID": "b02c3413-6e4e-4f5a-a979-a7b9e8dd7972"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d6794e87-ee8f-4f00-9d68-9dc3a4656228",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220202014323-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"artifactChecksum": "YTUwODc2OGRkMDk4NjhkYTIxZTA3NmViY2YzYjM2MTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fd94c33c-00d6-47fe-bdfd-f69175b5bc40"
}
],
"workloadContext": "Production"
}
2022-02-02T01:45:31.691Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T01:45:31.692Z|7daeb474-508e-442e-a77e-039060743d56|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9aa45011-400b-4871-8990-6bd62fbb9d4a ASDC
2022-02-02T01:45:31.692Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:eace4ccf-acec-48d2-807a-03bebb1edb90
ServiceName:vFW 2022-02-02 01-43-23
ServiceVersion:1.0
ServiceUUID:9aa45011-400b-4871-8990-6bd62fbb9d4a
ServiceInvariantUUID:fa22445f-e8b7-4385-b293-790a8b0a340e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220202014323-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar
ArtifactUUID:fd94c33c-00d6-47fe-bdfd-f69175b5bc40
ArtifactChecksum:YTUwODc2OGRkMDk4NjhkYTIxZTA3NmViY2YzYjM2MTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6f9e76a5-646f 0
ResourceCustomizationUUID:ca159849-a5fc-428d-863b-780d4f11c01d
ResourceInvariantUUID:9e51c1e8-6dcc-4f60-bc66-37d26ce406ef
ResourceName:vFW 6f9e76a5-646f
ResourceType:VF
ResourceUUID:85f4419c-054c-4191-aa24-7e0cfef06d0c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6f9e76a5646f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json
ArtifactUUID:d57c41a1-44ec-41d9-9757-7fa80498640f
ArtifactChecksum:M2YxYWQ2OTY4MDZmMWJmNTI1NzgzYjI3ODRhOGRkNTM=
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/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml
ArtifactUUID:b02c3413-6e4e-4f5a-a979-a7b9e8dd7972
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/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env
ArtifactUUID:d6794e87-ee8f-4f00-9d68-9dc3a4656228
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/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env
ArtifactUUID:d6794e87-ee8f-4f00-9d68-9dc3a4656228
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-02T01:45:31.692Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9aa45011-400b-4871-8990-6bd62fbb9d4a 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-02-02T01:45:31.716Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:45:31.717Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:45:31.717Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:45:31.717Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fd94c33c-00d6-47fe-bdfd-f69175b5bc40 from URL: /sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:31.717Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:45:31.717Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:32.066Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:45:32.073Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar fd94c33c-00d6-47fe-bdfd-f69175b5bc40 98931
2022-02-02T01:45:32.073Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar ASDC sendASDCNotification
2022-02-02T01:45:32.073Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:32.074Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:45:32.074Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:32.076Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:32.077Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766332073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:45:32.177Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:32.178Z||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-02-02T01:45:32.178Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:32.190Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:32.190Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:33.077Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:45:33.078Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:45:33.079Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fd94c33c-00d6-47fe-bdfd-f69175b5bc40, URL: /sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar to file: /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:33.079Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220202014323-csar.csar
2022-02-02T01:45:33.080Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:33.080Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:33.472Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP497090739717113185/Definitions/service-Vfw20220202014323-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-02-02T01:45:35.142Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||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-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||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-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||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-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.143Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||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-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||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-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||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-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||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-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6f9e76a5-646f 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-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||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-Vfw20220202014323-csar.csar
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:35.144Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:35.145Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-02T01:45:35.145Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:45:35.145Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:35.145Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:35.145Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:35.145Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-02T01:45:35.145Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is not matching search criteria
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.146Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:45:35.147Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:35.148Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is not matching search criteria
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-02T01:45:35.149Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a04af738-d213-4450-a555-49c1f701ab1b
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:35.150Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:45:35.151Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3c75ff31-62ef-4b9e-b783-2af931b980f2
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is not matching search criteria
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:45:35.152Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=59d39d39-90d4-42b6-a3c5-bc72f2673422
2022-02-02T01:45:35.153Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:35.154Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-02 01-43-23
Description:catalog service description
Model UUID:9aa45011-400b-4871-8990-6bd62fbb9d4a
Model Version:NULL
Model InvariantUuid:fa22445f-e8b7-4385-b293-790a8b0a340e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6f9e76a5-646f
Model UUID:349348d3-6e40-45e1-bb41-794298783c85
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e51c1e8-6dcc-4f60-bc66-37d26ce406ef
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ca159849-a5fc-428d-863b-780d4f11c01d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e9a34fd1-6e91-4300-a272-779a705b98f0
ModelName:Vfw6f9e76a5646f..base_vfw..module-0
ModelUuid:476c349a-64fc-452d-8c4d-49b9cf1ea481
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a04af738-d213-4450-a555-49c1f701ab1b
ModelInvariantUuid:ee3ab4c6-8d6b-4713-93b7-4e527e65cca1
ModelName:vFW 6f9e76a5-646f-nodes.vfwCvfc
ModelUuid:ce8331b7-975b-480d-99ce-bc17a38d3f05
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:62331386-6c75-4ca9-a981-5a29d29c7efc
ModelInvariantUuid:77903ddc-5a2a-4075-b38c-63cfeb64d035
ModelName:Vfw6f9e76a5646f.compute.nodes.heat.vfw
ModelUuid:9900cbf9-ee90-4f0c-b013-0d3f75bd921e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3c75ff31-62ef-4b9e-b783-2af931b980f2
ModelInvariantUuid:07757cb7-90cf-4037-bf94-317d80ceb681
ModelName:vFW 6f9e76a5-646f-nodes.vsnCvfc
ModelUuid:b660d693-aba6-48a6-a372-7b7747afaaac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8d8e1d2d-629b-463a-9128-a58e5bf866b2
ModelInvariantUuid:a60cca6d-876b-42d7-9c9d-2cea78ccf52c
ModelName:Vfw6f9e76a5646f.compute.nodes.heat.vsn
ModelUuid:dde28f5d-866d-46c7-b5f0-c1f66dc17098
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:59d39d39-90d4-42b6-a3c5-bc72f2673422
ModelInvariantUuid:1cfe926e-44c6-486a-adde-0c2e309104e8
ModelName:vFW 6f9e76a5-646f-nodes.vpgCvfc
ModelUuid:77cfdb39-1c35-432c-8f04-0fc27183881d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4af42cfa-7131-4810-b0c2-80a387be6e7e
ModelInvariantUuid:fc50cff6-8116-407a-a8fc-e79aae3e6ff9
ModelName:Vfw6f9e76a5646f.compute.nodes.heat.vpg
ModelUuid:1b43c46a-6e55-4f5f-99db-2f83d3e9325e
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-02-02T01:45:35.162Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 85f4419c-054c-4191-aa24-7e0cfef06d0c
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-02-02T01:45:35.165Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||vFW 6f9e76a5-646f 0
2022-02-02T01:45:35.165Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 85f4419c-054c-4191-aa24-7e0cfef06d0c
2022-02-02T01:45:35.165Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d57c41a1-44ec-41d9-9757-7fa80498640f from URL: /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json
2022-02-02T01:45:35.165Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:45:35.165Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json
2022-02-02T01:45:35.277Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:45:35.277Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json d57c41a1-44ec-41d9-9757-7fa80498640f 785
2022-02-02T01:45:35.277Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json ASDC sendASDCNotification
2022-02-02T01:45:35.277Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json
2022-02-02T01:45:35.277Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:45:35.278Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:35.280Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:35.280Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766335277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:45:35.380Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:35.380Z||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-02-02T01:45:35.381Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:35.394Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:35.394Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:36.280Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6f9e76a5646f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e9a34fd1-6e91-4300-a272-779a705b98f0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "476c349a-64fc-452d-8c4d-49b9cf1ea481",
"vfModuleModelCustomizationUUID": "5c21c579-68d9-48ad-9147-0787109d221d",
"isBase": true,
"artifacts": [
"b02c3413-6e4e-4f5a-a979-a7b9e8dd7972",
"d6794e87-ee8f-4f00-9d68-9dc3a4656228"
],
"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-02-02T01:45:36.286Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6f9e76a5646f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:476c349a-64fc-452d-8c4d-49b9cf1ea481
VfModuleModelInvariantUUID:e9a34fd1-6e91-4300-a272-779a705b98f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b02c3413-6e4e-4f5a-a979-a7b9e8dd7972
,
d6794e87-ee8f-4f00-9d68-9dc3a4656228
}
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-02-02T01:45:36.289Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6f9e76a5646f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e9a34fd1-6e91-4300-a272-779a705b98f0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "476c349a-64fc-452d-8c4d-49b9cf1ea481",
"vfModuleModelCustomizationUUID": "5c21c579-68d9-48ad-9147-0787109d221d",
"isBase": true,
"artifacts": [
"b02c3413-6e4e-4f5a-a979-a7b9e8dd7972",
"d6794e87-ee8f-4f00-9d68-9dc3a4656228"
],
"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-02-02T01:45:36.289Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6f9e76a5646f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:476c349a-64fc-452d-8c4d-49b9cf1ea481
VfModuleModelInvariantUUID:e9a34fd1-6e91-4300-a272-779a705b98f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b02c3413-6e4e-4f5a-a979-a7b9e8dd7972
,
d6794e87-ee8f-4f00-9d68-9dc3a4656228
}
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-02-02T01:45:36.290Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b02c3413-6e4e-4f5a-a979-a7b9e8dd7972 from URL: /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml
2022-02-02T01:45:36.290Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:45:36.290Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml
2022-02-02T01:45:36.478Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:45:36.479Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml b02c3413-6e4e-4f5a-a979-a7b9e8dd7972 20368
2022-02-02T01:45:36.479Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-02T01:45:36.479Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml
2022-02-02T01:45:36.480Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:45:36.480Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:36.482Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:36.482Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766336479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:45:36.582Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:36.583Z||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-02-02T01:45:36.583Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:36.594Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:36.595Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-02T01:45:37.483Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6794e87-ee8f-4f00-9d68-9dc3a4656228 from URL: /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env
2022-02-02T01:45:37.484Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:45:37.484Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env
2022-02-02T01:45:37.677Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:45:37.678Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env d6794e87-ee8f-4f00-9d68-9dc3a4656228 2098
2022-02-02T01:45:37.678Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-02T01:45:37.678Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env
2022-02-02T01:45:37.678Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:45:37.679Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:37.681Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:37.681Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766337678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:45:37.781Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:37.782Z||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-02-02T01:45:37.782Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:37.792Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:37.792Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:38.681Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9aa45011-400b-4871-8990-6bd62fbb9d4a
2022-02-02T01:45:38.682Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6f9e76a5-646f 0 85f4419c-054c-4191-aa24-7e0cfef06d0c 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-02-02T01:45:38.701Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e0eceec, org.onap.sdc.toscaparser.api.parameters.Input@36d32403, org.onap.sdc.toscaparser.api.parameters.Input@9246d39, org.onap.sdc.toscaparser.api.parameters.Input@45c6d10a, org.onap.sdc.toscaparser.api.parameters.Input@df71ef0]
2022-02-02T01:45:38.702Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.702Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.702Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-02-02T01:45:38.702Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= ca159849-a5fc-428d-863b-780d4f11c01d
2022-02-02T01:45:38.703Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca159849-a5fc-428d-863b-780d4f11c01d matches Tosca VF Customization UUID: ca159849-a5fc-428d-863b-780d4f11c01d
2022-02-02T01:45:38.703Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: ca159849-a5fc-428d-863b-780d4f11c01d 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-02-02T01:45:38.705Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.705Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.706Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id ca159849-a5fc-428d-863b-780d4f11c01d: {\"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-02-02T01:45:38.706Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42f4fb4e
2022-02-02T01:45:38.706Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.706Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:45:38.706Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5c21c579-68d9-48ad-9147-0787109d221d
2022-02-02T01:45:38.706Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5c21c579-68d9-48ad-9147-0787109d221d
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-02-02T01:45:38.708Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.709Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:38.709Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:38.709Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.709Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:38.709Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:38.710Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.710Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is not matching search criteria
2022-02-02T01:45:38.710Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:45:38.710Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:45:38.710Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-02T01:45:38.710Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:45:38.711Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:45:38.711Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.711Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:38.711Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:45:38.711Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:38.711Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:45:38.712Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.712Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a04af738-d213-4450-a555-49c1f701ab1b
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-02-02T01:45:38.714Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.714Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:38.714Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:38.714Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.714Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is not matching search criteria
2022-02-02T01:45:38.715Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:45:38.715Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:45:38.715Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:45:38.715Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.715Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:38.715Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:45:38.716Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.716Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-02T01:45:38.716Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:45:38.716Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:38.716Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:45:38.716Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.717Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3c75ff31-62ef-4b9e-b783-2af931b980f2
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-02-02T01:45:38.719Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.719Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:38.719Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:38.721Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.721Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is not matching search criteria
2022-02-02T01:45:38.721Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:45:38.721Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:45:38.721Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:45:38.721Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.722Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:38.722Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:45:38.722Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.722Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:45:38.722Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:45:38.722Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:45:38.723Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:45:38.723Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-02T01:45:38.723Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=59d39d39-90d4-42b6-a3c5-bc72f2673422
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-02-02T01:45:38.725Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.725Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:38.725Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:45:38.725Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.726Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Node template vFW 6f9e76a5-646f 0 is matching search criteria
2022-02-02T01:45:38.726Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6f9e76a5-646f 0] matching following query criteria: sdcType=VF, customizationUUID=ca159849-a5fc-428d-863b-780d4f11c01d
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-02-02T01:45:38.727Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9aa45011-400b-4871-8990-6bd62fbb9d4a: vFW 6f9e76a5-646f
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.728Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.729Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.729Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:45:38.729Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-43-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:45:38.729Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-02-02 01-43-23
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-02-02T01:45:38.905Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6f9e76a5-646f 85f4419c-054c-4191-aa24-7e0cfef06d0c 1 ASDC deployResourceStructure
2022-02-02T01:45:38.905Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json ASDC sendASDCNotification
2022-02-02T01:45:38.905Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json
2022-02-02T01:45:38.905Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:45:38.905Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:38.907Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:38.907Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766338905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-02T01:45:39.007Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:39.008Z||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-02-02T01:45:39.008Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:39.020Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:39.020Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:39.907Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-02T01:45:39.908Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml
2022-02-02T01:45:39.908Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:45:39.908Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:39.910Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:39.910Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766339907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-02T01:45:40.010Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:40.011Z||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-02-02T01:45:40.011Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:40.022Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:40.022Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:40.910Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-02T01:45:40.911Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env
2022-02-02T01:45:40.911Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:45:40.912Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:40.914Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:40.914Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766340910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-02T01:45:41.014Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:41.015Z||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-02-02T01:45:41.015Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:41.027Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:41.027Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-02T01:45:41.915Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar ASDC sendASDCNotification
2022-02-02T01:45:41.915Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar
2022-02-02T01:45:41.915Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-02T01:45:41.916Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:45:41.918Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:45:41.918Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766341915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:45:42.018Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:45:42.019Z||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-02-02T01:45:42.019Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:45:42.030Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:45:42.031Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:45:42.918Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
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-02-02T01:45:42.929Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
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-02-02T01:45:42.933Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:45:42.933Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:45:42.933Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:46:12.933Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
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-02-02T01:46:12.943Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
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-02-02T01:46:12.945Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:46:12.946Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:46:12.946Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:46:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:46:24.030Z||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-02-02T01:46:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:46:24.155Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:46:24.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:46:24.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766324027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:46:24.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:46:42.946Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
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-02-02T01:46:42.957Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
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-02-02T01:46:42.961Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:46:42.961Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:46:42.961Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:47:12.962Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
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-02-02T01:47:12.969Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
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-02-02T01:47:12.972Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:47:12.972Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-02T01:47:12.972Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-02T01:47:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:47:24.030Z||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-02-02T01:47:24.030Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:47:24.056Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:47:24.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766324027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"status": "NOTIFIED"
}
2022-02-02T01:47:24.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766324027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766324027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766324027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-02T01:47:24.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766324027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766324027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "aai-ml",
"timestamp": 1643766331167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:47:24.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766332073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:47:24.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "aai-ml",
"timestamp": 1643766332171,
"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-02-02T01:47:24.066Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eace4ccf-acec-48d2-807a-03bebb1edb90
2022-02-02T01:47:24.066Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eace4ccf-acec-48d2-807a-03bebb1edb90 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-02-02T01:47:24.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766335277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:47:24.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766336479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766337678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766338905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/vfw6f9e76a5646f0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766339907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766340910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/resourceInstances/vfw6f9e76a5646f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766341915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014323/1.0/artifacts/service-Vfw20220202014323-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:47:24.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:47:42.972Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
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-02-02T01:47:42.981Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90
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-02-02T01:47:42.984Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-02T01:47:42.984Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-02T01:47:42.984Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-02T01:47:42.984Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-02T01:47:42.985Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-02T01:47:42.985Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-02T01:47:42.985Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-02T01:47:42.985Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-02T01:47:42.985Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-02T01:47:42.985Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-02T01:47:42.985Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||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-02-02T01:47:42.989Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-02T01:48:12.989Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eace4ccf-acec-48d2-807a-03bebb1edb90 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-02-02T01:48:12.994Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eace4ccf-acec-48d2-807a-03bebb1edb90 and serviceModelVersionId: 9aa45011-400b-4871-8990-6bd62fbb9d4a
2022-02-02T01:48:12.995Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa22445f-e8b7-4385-b293-790a8b0a340e
2022-02-02T01:48:12.996Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa22445f-e8b7-4385-b293-790a8b0a340e/model-vers/model-ver/9aa45011-400b-4871-8990-6bd62fbb9d4a?depth=0
2022-02-02T01:48:13.001Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-02T01:48:13.042Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa22445f-e8b7-4385-b293-790a8b0a340e/model-vers/model-ver/9aa45011-400b-4871-8990-6bd62fbb9d4a?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-02-02T01:48:13.043Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa22445f-e8b7-4385-b293-790a8b0a340e/model-vers/model-ver/9aa45011-400b-4871-8990-6bd62fbb9d4a?depth=0|INFO|500||Invoke
2022-02-02T01:48:13.064Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa22445f-e8b7-4385-b293-790a8b0a340e/model-vers/model-ver/9aa45011-400b-4871-8990-6bd62fbb9d4a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-02T01:48:13.400Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa22445f-e8b7-4385-b293-790a8b0a340e/model-vers/model-ver/9aa45011-400b-4871-8990-6bd62fbb9d4a?depth=0|INFO|500||InvokeReturn
2022-02-02T01:48:13.401Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa22445f-e8b7-4385-b293-790a8b0a340e/model-vers/model-ver/9aa45011-400b-4871-8990-6bd62fbb9d4a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220202-01:48:13:071-5009], vertex-id=[221264], Content-Length=[0], Date=[Wed, 02 Feb 2022 01:48:13 GMT], Content-Type=[application/json]}
2022-02-02T01:48:13.401Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-02-02T01:48:13.401Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-02T01:48:13.401Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||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-02-02T01:48:13.407Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||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-02-02T01:48:13.408Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eace4ccf-acec-48d2-807a-03bebb1edb90 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-02T01:48:13.408Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-02T01:48:13.408Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:13.410Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:13.411Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eace4ccf-acec-48d2-807a-03bebb1edb90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766493408,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-02T01:48:13.511Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:13.511Z||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-02-02T01:48:13.512Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:13.526Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:48:13.526Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-02T01:48:14.420Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:48:14.421Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-02T01:48:14.421Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:19.347Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:48:19.348Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-02T01:48:19.348Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"eabcd688-137a-4c02-92c4-0e3df3dadf46","serviceName":"vFW 2022-02-02 01-45-22","serviceVersion":"1.0","serviceUUID":"fc33668b-803b-4b0c-ac4a-81698aba199e","serviceDescription":"catalog service description","serviceInvariantUUID":"5c337c4a-1081-4aee-8383-e5e1d3ad70fd","resources":[{"resourceInstanceName":"vFW b2c28fed-72ae 0","resourceName":"vFW b2c28fed-72ae","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"112515e9-c53f-4694-a551-a864423664f9","resourceInvariantUUID":"603ddf4d-390b-42e9-a1fd-abe899461038","resourceCustomizationUUID":"194a6743-5b58-4434-848b-20a9e70c0819","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml","artifactChecksum":"OTM5YmRkZWE5ZDZlZjg4YmJiNGI2MDlkZDdhOTY2YTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83e08a63-4aac-4277-8288-b06095319f8d","artifactVersion":"1"},{"artifactName":"vfwb2c28fed72ae0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json","artifactChecksum":"NDQ3NzgyOThlZmEzNWNhYjUzNGYzNGRiZjliMWQxY2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a69161b5-3173-4e55-ae7e-98f189b240e2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42ed1dc9-b23e-40d9-b084-c518dca8e30b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWZmNTYxNDgxYmMxZjhhOWQ3NzJmMjgzOThiOWRmNWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"81a22ce0-37a4-44ca-8898-32b0d179f319","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6bde0f7e-5748-4234-9065-02148bd35a71","artifactVersion":"2","generatedFromUUID":"42ed1dc9-b23e-40d9-b084-c518dca8e30b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220202014522-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml","artifactChecksum":"MDM0ZTZkZTA1MGY3ZWI3MzNiZDI5MTU5MzAwNDYxZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfa23df8-d64a-49d9-837d-be0ec82a161d","artifactVersion":"1"},{"artifactName":"service-Vfw20220202014522-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar","artifactChecksum":"ZTU1ZmE1ODg4ODA3NWRlNzEyNGNjOTliZDI1MGJmMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56533a31-50f9-4b2b-aabf-13355fa5837b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-02T01:48:19.350Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:48:19.350Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:19.352Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:19.352Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766494420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:19.453Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-02T01:48:19.453Z||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-02-02T01:48:19.453Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:19.464Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:48:19.464Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:20.353Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:48:20.355Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:20.357Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:20.357Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766494420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
"status": "NOTIFIED"
}
2022-02-02T01:48:20.457Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:20.458Z||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-02-02T01:48:20.458Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:20.468Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:48:20.468Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:21.357Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:48:21.358Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:21.360Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:21.360Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766494420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-02T01:48:21.461Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:21.461Z||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-02-02T01:48:21.461Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:21.472Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:48:21.472Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:22.361Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:48:22.362Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:22.364Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:22.364Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766494420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:22.464Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:22.465Z||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-02-02T01:48:22.465Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:22.477Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:48:22.477Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:23.365Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:48:23.365Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:23.367Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:23.368Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766494420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-02T01:48:23.468Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:23.469Z||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-02-02T01:48:23.469Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:23.479Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:48:23.479Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:24.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-02T01:48:24.029Z||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-02-02T01:48:24.029Z||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 iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:24.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:48:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766396791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766397439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766393083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "cds",
"timestamp": 1643766401835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766397439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766396791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
"status": "NOTIFIED"
}
2022-02-02T01:48:24.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766393083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "cds",
"timestamp": 1643766401835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766397439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766396791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-02T01:48:24.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766393083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "cds",
"timestamp": 1643766401835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766397439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766396791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766393083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "cds",
"timestamp": 1643766401835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766397439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766396791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766393083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "cds",
"timestamp": 1643766401835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "aai-ml",
"timestamp": 1643766406131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766397439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766396791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766393083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "cds",
"timestamp": 1643766401835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "aai-ml",
"timestamp": 1643766406131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "ves-openapi-manager",
"timestamp": 1643766397439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766396791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766393083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "policy-id",
"timestamp": 1643766407522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "cds",
"timestamp": 1643766401835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "aai-ml",
"timestamp": 1643766406131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766409033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766409137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "policy-id",
"timestamp": 1643766407522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "cds",
"timestamp": 1643766409626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "aai-ml",
"timestamp": 1643766406131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "policy-id",
"timestamp": 1643766407522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766410229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "cds",
"timestamp": 1643766410630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-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-02-02T01:48:24.085Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eabcd688-137a-4c02-92c4-0e3df3dadf46
2022-02-02T01:48:24.085Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eabcd688-137a-4c02-92c4-0e3df3dadf46 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-02-02T01:48:24.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "aai-ml",
"timestamp": 1643766406131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "policy-id",
"timestamp": 1643766407522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766411328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "aai-ml",
"timestamp": 1643766406131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766411912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "policy-id",
"timestamp": 1643766407522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766412350,
"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-02-02T01:48:24.096Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eabcd688-137a-4c02-92c4-0e3df3dadf46
2022-02-02T01:48:24.096Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eabcd688-137a-4c02-92c4-0e3df3dadf46 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-02-02T01:48:24.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "aai-ml",
"timestamp": 1643766406131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:48:24.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643766412916,
"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-02-02T01:48:24.106Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eabcd688-137a-4c02-92c4-0e3df3dadf46
2022-02-02T01:48:24.106Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eabcd688-137a-4c02-92c4-0e3df3dadf46 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-02-02T01:48:24.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "policy-id",
"timestamp": 1643766407522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643766413353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-02T01:48:24.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "clamp",
"timestamp": 1643766413035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "aai-ml",
"timestamp": 1643766413862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "policy-id",
"timestamp": 1643766407522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "clamp",
"timestamp": 1643766413035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
"status": "NOTIFIED"
}
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "policy-id",
"timestamp": 1643766415224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "clamp",
"timestamp": 1643766413035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "policy-id",
"timestamp": 1643766416227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "clamp",
"timestamp": 1643766413035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "policy-id",
"timestamp": 1643766417229,
"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-02-02T01:48:24.120Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eabcd688-137a-4c02-92c4-0e3df3dadf46
2022-02-02T01:48:24.120Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eabcd688-137a-4c02-92c4-0e3df3dadf46 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-02-02T01:48:24.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "clamp",
"timestamp": 1643766413035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "clamp",
"timestamp": 1643766413035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "clamp",
"timestamp": 1643766413035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "aai-ml",
"timestamp": 1643766420887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "aai-ml",
"timestamp": 1643766421891,
"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-02-02T01:48:24.131Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eabcd688-137a-4c02-92c4-0e3df3dadf46
2022-02-02T01:48:24.131Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eabcd688-137a-4c02-92c4-0e3df3dadf46 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-02-02T01:48:24.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "clamp",
"timestamp": 1643766425812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:48:24.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "clamp",
"timestamp": 1643766427823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-02T01:48:24.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-02T01:48:24.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-02T01:48:24.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "clamp",
"timestamp": 1643766428827,
"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-02-02T01:48:24.143Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eabcd688-137a-4c02-92c4-0e3df3dadf46
2022-02-02T01:48:24.143Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eabcd688-137a-4c02-92c4-0e3df3dadf46 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-02-02T01:48:24.368Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:48:24.369Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:24.371Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:24.371Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766494420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-02T01:48:24.472Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:24.472Z||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-02-02T01:48:24.472Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:24.484Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:48:24.484Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:25.372Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-02T01:48:25.372Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:25.374Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:25.374Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766494420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "NOTIFIED"
}
2022-02-02T01:48:25.475Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-02T01:48:25.475Z||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-02-02T01:48:25.475Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:25.486Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:48:25.486Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:26.376Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"serviceName": "vFW 2022-02-02 01-45-22",
"serviceVersion": "1.0",
"serviceUUID": "fc33668b-803b-4b0c-ac4a-81698aba199e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5c337c4a-1081-4aee-8383-e5e1d3ad70fd",
"resources": [
{
"resourceInstanceName": "vFW b2c28fed-72ae 0",
"resourceCustomizationUUID": "194a6743-5b58-4434-848b-20a9e70c0819",
"resourceName": "vFW b2c28fed-72ae",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "112515e9-c53f-4694-a551-a864423664f9",
"resourceInvariantUUID": "603ddf4d-390b-42e9-a1fd-abe899461038",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb2c28fed72ae0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
"artifactChecksum": "NDQ3NzgyOThlZmEzNWNhYjUzNGYzNGRiZjliMWQxY2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a69161b5-3173-4e55-ae7e-98f189b240e2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "42ed1dc9-b23e-40d9-b084-c518dca8e30b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6bde0f7e-5748-4234-9065-02148bd35a71",
"generatedFromUUID": "42ed1dc9-b23e-40d9-b084-c518dca8e30b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6bde0f7e-5748-4234-9065-02148bd35a71",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220202014522-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"artifactChecksum": "ZTU1ZmE1ODg4ODA3NWRlNzEyNGNjOTliZDI1MGJmMmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "56533a31-50f9-4b2b-aabf-13355fa5837b"
}
],
"workloadContext": "Production"
}
2022-02-02T01:48:26.376Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-02T01:48:26.377Z|eace4ccf-acec-48d2-807a-03bebb1edb90|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fc33668b-803b-4b0c-ac4a-81698aba199e ASDC
2022-02-02T01:48:26.377Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:eabcd688-137a-4c02-92c4-0e3df3dadf46
ServiceName:vFW 2022-02-02 01-45-22
ServiceVersion:1.0
ServiceUUID:fc33668b-803b-4b0c-ac4a-81698aba199e
ServiceInvariantUUID:5c337c4a-1081-4aee-8383-e5e1d3ad70fd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220202014522-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar
ArtifactUUID:56533a31-50f9-4b2b-aabf-13355fa5837b
ArtifactChecksum:ZTU1ZmE1ODg4ODA3NWRlNzEyNGNjOTliZDI1MGJmMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b2c28fed-72ae 0
ResourceCustomizationUUID:194a6743-5b58-4434-848b-20a9e70c0819
ResourceInvariantUUID:603ddf4d-390b-42e9-a1fd-abe899461038
ResourceName:vFW b2c28fed-72ae
ResourceType:VF
ResourceUUID:112515e9-c53f-4694-a551-a864423664f9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb2c28fed72ae0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json
ArtifactUUID:a69161b5-3173-4e55-ae7e-98f189b240e2
ArtifactChecksum:NDQ3NzgyOThlZmEzNWNhYjUzNGYzNGRiZjliMWQxY2Y=
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/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml
ArtifactUUID:42ed1dc9-b23e-40d9-b084-c518dca8e30b
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/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env
ArtifactUUID:6bde0f7e-5748-4234-9065-02148bd35a71
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/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env
ArtifactUUID:6bde0f7e-5748-4234-9065-02148bd35a71
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-02T01:48:26.377Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc33668b-803b-4b0c-ac4a-81698aba199e 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-02-02T01:48:26.397Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:48:26.398Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:48:26.398Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:48:26.398Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 56533a31-50f9-4b2b-aabf-13355fa5837b from URL: /sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:26.398Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:48:26.398Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:26.470Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:48:26.477Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar 56533a31-50f9-4b2b-aabf-13355fa5837b 98878
2022-02-02T01:48:26.478Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar ASDC sendASDCNotification
2022-02-02T01:48:26.478Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:26.478Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:48:26.479Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:26.480Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:26.481Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766506478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:48:26.581Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:26.581Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T01:48:26.582Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:26.592Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:48:26.592Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:27.481Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-02T01:48:27.482Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-02T01:48:27.482Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 56533a31-50f9-4b2b-aabf-13355fa5837b, URL: /sdc/v1/catalog/services/Vfw20220202014522/1.0/artifacts/service-Vfw20220202014522-csar.csar to file: /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:27.483Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220202014522-csar.csar
2022-02-02T01:48:27.483Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:27.483Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:27.590Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15007735647586567209/Definitions/service-Vfw20220202014522-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||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-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||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-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||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-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||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-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b2c28fed-72ae 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-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.844Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||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-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||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-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||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-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||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-Vfw20220202014522-csar.csar
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:28.845Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is not matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:48:28.846Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:28.847Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:28.848Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:48:28.848Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:28.848Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is not matching search criteria
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:48:28.849Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:48:28.850Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fa86e450-9fd6-4c64-a394-e5c87f01022c
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is not matching search criteria
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.851Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6e5a5994-0744-475e-9d63-6748a141a048
2022-02-02T01:48:28.852Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-02T01:48:28.853Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=89a90a42-ebfe-4f70-a1ed-a68bc5f2768f
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:28.854Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:28.855Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:28.855Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:28.855Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:28.855Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:28.855Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-02 01-45-22
Description:catalog service description
Model UUID:fc33668b-803b-4b0c-ac4a-81698aba199e
Model Version:NULL
Model InvariantUuid:5c337c4a-1081-4aee-8383-e5e1d3ad70fd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b2c28fed-72ae
Model UUID:47ba9f73-47bd-4503-8e6f-d7c368fd920f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:603ddf4d-390b-42e9-a1fd-abe899461038
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:194a6743-5b58-4434-848b-20a9e70c0819
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fd04887b-2c0e-4c0f-a18b-27f5efa65a28
ModelName:VfwB2c28fed72ae..base_vfw..module-0
ModelUuid:56ca22ae-29f4-4988-afa4-28874a904ed7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fa86e450-9fd6-4c64-a394-e5c87f01022c
ModelInvariantUuid:1d0ff83d-8eaa-4c59-82c2-c3ed62e73855
ModelName:vFW b2c28fed-72ae-nodes.vfwCvfc
ModelUuid:c10ee915-3e4b-481f-a417-297eab608b45
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:93002850-306f-48e4-be17-ab9e8495875a
ModelInvariantUuid:e494b3e9-6244-4164-83de-3a55d30a7a29
ModelName:VfwB2c28fed72ae.compute.nodes.heat.vfw
ModelUuid:cebc83e3-fde7-4c94-8a61-819dff1022e8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6e5a5994-0744-475e-9d63-6748a141a048
ModelInvariantUuid:b56c8fb9-6f53-4f02-845e-883f77606c18
ModelName:vFW b2c28fed-72ae-nodes.vsnCvfc
ModelUuid:dd2fea78-1e7e-4b2c-b892-2c42bd318a0a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:94748a2a-3b68-4f74-8e1b-cf35fbffebe8
ModelInvariantUuid:f71dbbad-0c24-4ed5-97a4-c2ba4d75d049
ModelName:VfwB2c28fed72ae.compute.nodes.heat.vsn
ModelUuid:154de66e-5767-4508-b6cd-96c959fd7d0a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:89a90a42-ebfe-4f70-a1ed-a68bc5f2768f
ModelInvariantUuid:ff0e4496-8632-44b0-9d8e-c2070837dc2f
ModelName:vFW b2c28fed-72ae-nodes.vpgCvfc
ModelUuid:bce4ce67-705b-4e22-9263-32d5e565ff58
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9c13cc77-9b5e-4f11-8ba5-a236b6c16a72
ModelInvariantUuid:86e4cce8-c031-4e8a-9500-87b8c2a28e82
ModelName:VfwB2c28fed72ae.compute.nodes.heat.vpg
ModelUuid:a14279b3-3e00-4253-97fe-64baf550d049
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-02-02T01:48:28.862Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 112515e9-c53f-4694-a551-a864423664f9
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-02-02T01:48:28.865Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||vFW b2c28fed-72ae 0
2022-02-02T01:48:28.865Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 112515e9-c53f-4694-a551-a864423664f9
2022-02-02T01:48:28.865Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a69161b5-3173-4e55-ae7e-98f189b240e2 from URL: /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json
2022-02-02T01:48:28.865Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:48:28.865Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json
2022-02-02T01:48:28.917Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:48:28.918Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json a69161b5-3173-4e55-ae7e-98f189b240e2 785
2022-02-02T01:48:28.918Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json ASDC sendASDCNotification
2022-02-02T01:48:28.918Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json
2022-02-02T01:48:28.918Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:48:28.919Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:28.921Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:28.921Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766508918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/vfwb2c28fed72ae0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:48:29.021Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:29.022Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T01:48:29.022Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:29.033Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:48:29.034Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:29.921Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB2c28fed72ae..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fd04887b-2c0e-4c0f-a18b-27f5efa65a28",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "56ca22ae-29f4-4988-afa4-28874a904ed7",
"vfModuleModelCustomizationUUID": "3cb5939b-1e4a-4e57-8f5e-3ed0f0453bd2",
"isBase": true,
"artifacts": [
"42ed1dc9-b23e-40d9-b084-c518dca8e30b",
"6bde0f7e-5748-4234-9065-02148bd35a71"
],
"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-02-02T01:48:29.928Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB2c28fed72ae..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56ca22ae-29f4-4988-afa4-28874a904ed7
VfModuleModelInvariantUUID:fd04887b-2c0e-4c0f-a18b-27f5efa65a28
VfModuleModelDescription:NULL
Artifacts UUID List:{
42ed1dc9-b23e-40d9-b084-c518dca8e30b
,
6bde0f7e-5748-4234-9065-02148bd35a71
}
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-02-02T01:48:29.930Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB2c28fed72ae..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fd04887b-2c0e-4c0f-a18b-27f5efa65a28",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "56ca22ae-29f4-4988-afa4-28874a904ed7",
"vfModuleModelCustomizationUUID": "3cb5939b-1e4a-4e57-8f5e-3ed0f0453bd2",
"isBase": true,
"artifacts": [
"42ed1dc9-b23e-40d9-b084-c518dca8e30b",
"6bde0f7e-5748-4234-9065-02148bd35a71"
],
"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-02-02T01:48:29.930Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB2c28fed72ae..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56ca22ae-29f4-4988-afa4-28874a904ed7
VfModuleModelInvariantUUID:fd04887b-2c0e-4c0f-a18b-27f5efa65a28
VfModuleModelDescription:NULL
Artifacts UUID List:{
42ed1dc9-b23e-40d9-b084-c518dca8e30b
,
6bde0f7e-5748-4234-9065-02148bd35a71
}
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-02-02T01:48:29.931Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 42ed1dc9-b23e-40d9-b084-c518dca8e30b from URL: /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml
2022-02-02T01:48:29.931Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:48:29.931Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml
2022-02-02T01:48:29.977Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:48:29.978Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml 42ed1dc9-b23e-40d9-b084-c518dca8e30b 20368
2022-02-02T01:48:29.978Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-02T01:48:29.978Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml
2022-02-02T01:48:29.978Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:48:29.978Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:29.980Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:29.980Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766509978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:48:30.081Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-02T01:48:30.081Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T01:48:30.081Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:30.093Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:48:30.093Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:30.981Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6bde0f7e-5748-4234-9065-02148bd35a71 from URL: /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env
2022-02-02T01:48:30.981Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-02T01:48:30.982Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env
2022-02-02T01:48:31.171Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-02T01:48:31.171Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env 6bde0f7e-5748-4234-9065-02148bd35a71 2098
2022-02-02T01:48:31.171Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-02T01:48:31.171Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env
2022-02-02T01:48:31.171Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-02T01:48:31.171Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-02T01:48:31.173Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-02T01:48:31.173Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eabcd688-137a-4c02-92c4-0e3df3dadf46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643766511171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220202014522/1.0/resourceInstances/vfwb2c28fed72ae0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-02T01:48:31.273Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-02T01:48:31.274Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-02T01:48:31.274Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iRhDdQ0HdY96MDyi) ...
2022-02-02T01:48:31.285Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-02T01:48:31.285Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-02T01:48:32.173Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fc33668b-803b-4b0c-ac4a-81698aba199e
2022-02-02T01:48:32.174Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b2c28fed-72ae 0 112515e9-c53f-4694-a551-a864423664f9 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-02-02T01:48:32.192Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ea8dfc3, org.onap.sdc.toscaparser.api.parameters.Input@3e546b9b, org.onap.sdc.toscaparser.api.parameters.Input@69ff558b, org.onap.sdc.toscaparser.api.parameters.Input@19c92caa, org.onap.sdc.toscaparser.api.parameters.Input@187ae97]
2022-02-02T01:48:32.193Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:32.193Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:32.193Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-02-02T01:48:32.193Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 194a6743-5b58-4434-848b-20a9e70c0819
2022-02-02T01:48:32.193Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 194a6743-5b58-4434-848b-20a9e70c0819 matches Tosca VF Customization UUID: 194a6743-5b58-4434-848b-20a9e70c0819
2022-02-02T01:48:32.193Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 194a6743-5b58-4434-848b-20a9e70c0819 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-02-02T01:48:32.195Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:32.195Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-02T01:48:32.196Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 194a6743-5b58-4434-848b-20a9e70c0819: {\"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-02-02T01:48:32.196Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5fae89b7
2022-02-02T01:48:32.196Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:32.196Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-02 01-45-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-02T01:48:32.196Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3cb5939b-1e4a-4e57-8f5e-3ed0f0453bd2
2022-02-02T01:48:32.196Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3cb5939b-1e4a-4e57-8f5e-3ed0f0453bd2
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-02-02T01:48:32.198Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-02T01:48:32.198Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Node template vFW b2c28fed-72ae 0 is matching search criteria
2022-02-02T01:48:32.198Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b2c28fed-72ae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-02T01:48:32.199Z|eabcd688-137a-4c02-92c4-0e3df3dadf46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery