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-24T00:49:23.785Z||main|||||INFO|500||The following profiles are active: basic
2022-02-24T00:49:33.221Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-24T00:49:33.222Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-24T00:49:33.301Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-24T00:49:35.712Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-24T00:49:35.870Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-24T00:49:36.270Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-24T00:49:36.280Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-24T00:49:36.352Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-24T00:49:36.468Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-24T00:49:36.833Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-24T00:49:37.566Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-24T00:49:39.451Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-24T00:49:39.501Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-24T00:49:39.983Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-24T00:49:40.184Z||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-24T00:49:41.300Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-24T00:49:42.210Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-24T00:49:42.228Z||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$$e3135fed.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-24T00:49:42.229Z||main|||||WARN|500||The sdc end point is not alive
2022-02-24T00:49:45.086Z||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-24T00:49:47.665Z||main|||||WARN|500||---
2022-02-24T00:49:47.665Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-24T00:49:47.666Z||main|||||WARN|500||---
2022-02-24T00:49:48.014Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-24T00:49:52.035Z||main|||||INFO|500||Started Application in 32.469 seconds (JVM running for 33.649)
2022-02-24T00:49:52.065Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-24T00:49:52.066Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-24T00:49:52.078Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-24T00:49:52.109Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-24T00:49:52.170Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54a5bbb6-ee85-4441-a3f5-1e862233dacc url= /sdc/v1/artifactTypes
2022-02-24T00:49:52.170Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-24T00:49:52.410Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-24T00:49:52.440Z||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-24T00:49:52.459Z||scheduling-1|||||DEBUG|500||create keys
2022-02-24T00:49:52.465Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-24T00:49:52.499Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:49:52.517Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2e4e820a-69fa-4c30-8277-65bb3a3f813b url= /sdc/v1/registerForDistribution
2022-02-24T00:49:52.692Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2e4e820a-69fa-4c30-8277-65bb3a3f813b url= /sdc/v1/registerForDistribution
2022-02-24T00:49:52.692Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-24T00:49:52.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:49:52.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:49:52.706Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-24T00:49:52.708Z||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-24T00:49:52.708Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:49:52.709Z||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-24T00:49:52.709Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:50:03.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:50:03.311Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:50:52.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:50:52.700Z||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-24T00:50:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:50:52.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:50:52.702Z||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-24T00:50:52.703Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:51:02.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:51:02.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:51:52.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:51:52.700Z||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-24T00:51:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:51:52.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:51:52.703Z||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-24T00:51:52.703Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:52:02.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:52:02.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:52:52.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:52:52.699Z||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-24T00:52:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:52:52.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:52:52.701Z||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-24T00:52:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:53:02.251Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:53:02.252Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:53:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:53:52.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:53:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:53:52.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:53:52.703Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:53:52.704Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:54:02.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:54:02.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:54:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:54:52.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:54:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:54:52.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:54:52.701Z||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-24T00:54:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:55:02.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:55:02.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:55:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:55:52.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:55:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:55:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:55:52.702Z||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-24T00:55:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:56:02.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:56:02.246Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:56:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:56:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:56:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:56:52.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:56:52.702Z||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-24T00:56:52.703Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:57:02.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:57:02.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:57:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:57:52.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:57:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:57:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:57:52.701Z||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-24T00:57:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:58:02.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:58:02.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:58:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:58:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:58:52.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:58:52.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:58:52.702Z||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-24T00:58:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:59:02.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:59:02.246Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T00:59:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:59:52.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:59:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:59:52.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:59:52.701Z||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-24T00:59:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:00:00.421Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-24T01:00:02.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:00:02.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:00:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:00:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:00:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:00:52.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:00:52.702Z||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-24T01:00:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:01:02.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:01:02.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:01:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:01:52.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:01:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:01:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:01:52.701Z||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-24T01:01:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:02:02.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:02:02.243Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:02:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:02:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:02:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:02:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:02:52.701Z||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-24T01:02:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:03:02.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:03:02.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:03:52.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:03:52.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:03:52.708Z||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-24T01:03:52.708Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:03:52.708Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:03:52.708Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:04:02.251Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:04:02.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:04:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:04:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:04:52.701Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:04:52.701Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:04:52.701Z||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-24T01:04:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:05:02.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:05:02.271Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:05:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:05:52.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:05:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:05:52.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:05:52.701Z||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-24T01:05:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:06:02.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:06:02.242Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:06:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:06:52.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:06:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:06:52.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:06:52.701Z||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-24T01:06:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:07:02.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:07:02.243Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:07:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:07:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:07:52.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:07:52.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:07:52.701Z||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-24T01:07:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:08:02.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:08:02.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:08:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:08:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:08:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:08:52.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:08:52.701Z||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-24T01:08:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:09:02.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:09:02.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:09:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:09:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:09:52.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:09:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:09:52.701Z||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-24T01:09:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:10:02.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:10:02.239Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:10:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:10:52.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:10:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:10:52.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:10:52.702Z||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-24T01:10:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:11:02.251Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:11:02.260Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:11:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:11:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:11:52.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:11:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:11:52.701Z||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-24T01:11:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:12:02.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:12:02.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:12:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:12:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:12:52.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:12:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:12:52.701Z||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-24T01:12:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:13:02.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:13:02.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:13:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:13:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:13:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:13:52.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:13:52.701Z||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-24T01:13:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:14:02.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:14:02.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:14:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:14:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:14:52.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:14:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:14:52.701Z||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-24T01:14:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:15:02.232Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:15:02.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:15:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:15:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:15:52.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:15:52.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:15:52.701Z||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-24T01:15:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:16:02.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:16:02.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:16:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:16:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:16:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:16:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:16:52.701Z||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-24T01:16:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:17:02.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:17:02.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:17:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:17:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:17:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:17:52.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:17:52.701Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:17:52.702Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:18:02.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:18:02.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:18:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:18:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:18:52.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:18:52.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:18:52.702Z||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-24T01:18:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:19:02.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:19:02.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:19:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:19:52.700Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:19:52.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:19:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:19:52.701Z||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-24T01:19:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:20:02.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:20:02.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:20:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:20:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:20:52.699Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:20:52.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:20:52.701Z||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-24T01:20:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:21:02.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:21:02.238Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:21:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:21:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:21:52.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:21:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:21:52.701Z||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-24T01:21:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:22:02.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:22:02.241Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:22:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:22:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:22:52.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:22:52.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:22:52.701Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:22:52.701Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:23:02.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:23:02.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:23:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:23:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:23:52.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:23:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:23:52.701Z||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-24T01:23:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:24:02.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:24:02.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:24:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:24:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:24:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:24:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:24:52.701Z||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-24T01:24:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:25:02.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:25:02.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:25:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:25:52.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:25:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:25:52.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:25:52.701Z||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-24T01:25:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:26:02.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:26:02.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:26:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:26:52.700Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:26:52.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:26:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:26:52.702Z||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-24T01:26:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:27:02.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:27:02.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:27:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:27:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:27:52.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:27:52.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:27:52.701Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:27:52.701Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:28:02.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:28:02.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:28:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:28:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:28:52.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:28:52.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:28:52.702Z||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-24T01:28:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:29:02.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:29:02.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:29:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:29:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:29:52.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:29:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:29:52.702Z||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-24T01:29:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:30:02.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:30:02.241Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:30:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:30:52.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:30:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:30:52.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:30:52.703Z||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-24T01:30:52.703Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:31:02.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:31:02.242Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:31:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:31:52.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:31:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:31:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:31:52.702Z||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-24T01:31:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:32:02.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:32:02.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:32:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:32:52.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:32:52.701Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:32:52.701Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:32:52.701Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:32:52.701Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:33:02.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:33:02.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:33:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:33:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:33:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:33:52.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:33:52.701Z||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-24T01:33:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:34:02.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:34:02.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:34:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:34:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:34:52.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:34:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:34:52.701Z||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-24T01:34:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:35:02.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:35:02.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:35:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:35:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:35:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:35:52.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:35:52.701Z||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-24T01:35:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:36:02.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:36:02.238Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:36:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:36:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:36:52.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:36:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:36:52.701Z||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-24T01:36:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:37:02.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:37:02.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:37:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:37:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:37:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:37:52.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:37:52.701Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:37:52.701Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:38:02.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:38:02.247Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:38:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:38:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:38:52.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:38:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:38:52.701Z||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-24T01:38:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:39:02.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:39:02.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:39:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:39:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:39:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:39:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:39:52.701Z||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-24T01:39:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:40:02.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:40:02.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:40:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:40:52.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:40:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:40:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:40:52.701Z||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-24T01:40:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:41:02.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:41:02.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:41:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:41:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:41:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:41:52.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:41:52.701Z||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-24T01:41:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:42:02.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:42:02.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:42:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:42:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:42:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:42:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:42:52.701Z||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-24T01:42:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:43:02.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:43:02.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:43:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:43:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:43:52.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:43:52.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:43:52.701Z||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-24T01:43:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:44:02.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:44:02.242Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:44:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:44:52.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:44:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:44:52.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:44:52.701Z||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-24T01:44:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:45:02.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:45:02.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:45:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:45:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:45:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:45:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:45:52.701Z||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-24T01:45:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:46:02.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:46:02.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:46:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:46:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:46:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:46:52.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:46:52.701Z||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-24T01:46:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:47:02.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:47:02.246Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:47:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:47:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:47:52.700Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:47:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:47:52.701Z||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-24T01:47:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:48:02.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:48:02.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:48:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:48:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:48:52.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:48:52.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:48:52.701Z||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-24T01:48:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:49:02.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:49:02.235Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:49:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:49:52.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:49:52.699Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:49:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:49:52.701Z||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-24T01:49:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:49:57.276Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:49:57.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-24T01:49:57.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f47ce0e0-99e6-43cc-a161-71aa292ffc14","serviceName":"vFW 2022-02-24 01-47-34","serviceVersion":"1.0","serviceUUID":"d90e5ab8-bfff-4195-9fcc-8a57dc5c2211","serviceDescription":"catalog service description","serviceInvariantUUID":"7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a","resources":[{"resourceInstanceName":"vFW 539a2c0a-b6eb 0","resourceName":"vFW 539a2c0a-b6eb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd4e7578-8d02-445f-905b-94e0b7c6d158","resourceInvariantUUID":"1f4ec7c3-5ba2-4b54-91de-88074d6cee0f","resourceCustomizationUUID":"d65100a0-e6a1-4eb0-9615-a3cdb4437b4a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml","artifactChecksum":"OGY5YTQyY2JkYzU5YTJhMjczOGMxN2I0OTFmM2RiZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d54738d-4329-49c3-b57e-9ada3c71f0c2","artifactVersion":"1"},{"artifactName":"vfw539a2c0ab6eb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json","artifactChecksum":"NzlkYmViZjEyNDJiMjBkMWMzNmFlOWViNWY3YmE3ZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05babdbe-a13b-4f99-875e-644f59cbae46","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"48efc33b-4873-4872-b689-2e93e1836039","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmE4Nzg5MzUwMjQ0NjcyZWM3MzI3NTY4ZGQzZGM2YTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"802c189b-501e-4159-a902-88b74fafc0d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d3cf52ef-8ed4-4e71-9fe6-973b1c6a84ae","artifactVersion":"3","generatedFromUUID":"48efc33b-4873-4872-b689-2e93e1836039"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220224014734-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml","artifactChecksum":"NTZjYmJiMGY0ODIxOGVkYTAxZjMxMTRlMDU3ZjdiNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0fc3e0eb-8bdf-48a6-8d29-1c310c65d258","artifactVersion":"1"},{"artifactName":"service-Vfw20220224014734-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar","artifactChecksum":"YThiNmU0MDFhYzAzYzQxZmMyZmY1ZWNmZTQwNGUzMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"abcdaf4e-f75b-4deb-ab50-f7f8978f6b77","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T01:49:57.284Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:49:57.288Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:49:57.294Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:49:57.294Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667392698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:49:57.395Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T01:49:57.401Z||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-24T01:49:57.401Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:49:57.413Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:49:57.414Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-24T01:49:57.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:49:57.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:49:57.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667394646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:49:57.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:49:57.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:49:57.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667387563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:49:57.543Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:49:58.300Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:49:58.301Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:49:58.303Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:49:58.303Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667392698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
"status": "NOTIFIED"
}
2022-02-24T01:49:58.403Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:49:58.404Z||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-24T01:49:58.404Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:49:58.413Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:49:58.414Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:49:59.303Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:49:59.306Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:49:59.308Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:49:59.308Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667392698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-24T01:49:59.408Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:49:59.409Z||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-24T01:49:59.409Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:49:59.418Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:49:59.418Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:50:00.308Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:50:00.309Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:50:00.311Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:50:00.311Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667392698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:50:00.411Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:50:00.412Z||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-24T01:50:00.412Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:50:00.420Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:50:00.420Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:50:01.312Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:50:01.313Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:50:01.315Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:50:01.315Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667392698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-24T01:50:01.415Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:50:01.416Z||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-24T01:50:01.417Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:50:01.425Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:50:01.426Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:50:02.316Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:50:02.316Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:50:02.318Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:50:02.318Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667392698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:50:02.418Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:50:02.419Z||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-24T01:50:02.419Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:50:02.427Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:50:02.427Z||pool-8-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-02-24T01:50:03.319Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:50:03.320Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:50:03.322Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:50:03.322Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667392698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:50:03.422Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:50:03.423Z||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-24T01:50:03.423Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:50:03.431Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:50:03.431Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:50:04.324Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"serviceName": "vFW 2022-02-24 01-47-34",
"serviceVersion": "1.0",
"serviceUUID": "d90e5ab8-bfff-4195-9fcc-8a57dc5c2211",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a",
"resources": [
{
"resourceInstanceName": "vFW 539a2c0a-b6eb 0",
"resourceCustomizationUUID": "d65100a0-e6a1-4eb0-9615-a3cdb4437b4a",
"resourceName": "vFW 539a2c0a-b6eb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cd4e7578-8d02-445f-905b-94e0b7c6d158",
"resourceInvariantUUID": "1f4ec7c3-5ba2-4b54-91de-88074d6cee0f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw539a2c0ab6eb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
"artifactChecksum": "NzlkYmViZjEyNDJiMjBkMWMzNmFlOWViNWY3YmE3ZDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "05babdbe-a13b-4f99-875e-644f59cbae46",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "48efc33b-4873-4872-b689-2e93e1836039",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "d3cf52ef-8ed4-4e71-9fe6-973b1c6a84ae",
"generatedFromUUID": "48efc33b-4873-4872-b689-2e93e1836039"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "d3cf52ef-8ed4-4e71-9fe6-973b1c6a84ae",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220224014734-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"artifactChecksum": "YThiNmU0MDFhYzAzYzQxZmMyZmY1ZWNmZTQwNGUzMWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "abcdaf4e-f75b-4deb-ab50-f7f8978f6b77"
}
],
"workloadContext": "Production"
}
2022-02-24T01:50:04.326Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T01:50:04.326Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d90e5ab8-bfff-4195-9fcc-8a57dc5c2211 ASDC
2022-02-24T01:50:04.409Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f47ce0e0-99e6-43cc-a161-71aa292ffc14
ServiceName:vFW 2022-02-24 01-47-34
ServiceVersion:1.0
ServiceUUID:d90e5ab8-bfff-4195-9fcc-8a57dc5c2211
ServiceInvariantUUID:7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220224014734-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar
ArtifactUUID:abcdaf4e-f75b-4deb-ab50-f7f8978f6b77
ArtifactChecksum:YThiNmU0MDFhYzAzYzQxZmMyZmY1ZWNmZTQwNGUzMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 539a2c0a-b6eb 0
ResourceCustomizationUUID:d65100a0-e6a1-4eb0-9615-a3cdb4437b4a
ResourceInvariantUUID:1f4ec7c3-5ba2-4b54-91de-88074d6cee0f
ResourceName:vFW 539a2c0a-b6eb
ResourceType:VF
ResourceUUID:cd4e7578-8d02-445f-905b-94e0b7c6d158
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw539a2c0ab6eb0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json
ArtifactUUID:05babdbe-a13b-4f99-875e-644f59cbae46
ArtifactChecksum:NzlkYmViZjEyNDJiMjBkMWMzNmFlOWViNWY3YmE3ZDg=
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/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml
ArtifactUUID:48efc33b-4873-4872-b689-2e93e1836039
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env
ArtifactUUID:d3cf52ef-8ed4-4e71-9fe6-973b1c6a84ae
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env
ArtifactUUID:d3cf52ef-8ed4-4e71-9fe6-973b1c6a84ae
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-24T01:50:04.409Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d90e5ab8-bfff-4195-9fcc-8a57dc5c2211 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-24T01:50:04.543Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@22e2a0d5 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2425) 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$$45171ff2.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-24T01:50:04.546Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-24T01:50:04.547Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||ERROR|500||(conn=2425) WSREP has not yet prepared node for application use
2022-02-24T01:50:04.549Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|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.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$$45171ff2.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=2425) 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-24T01:50:04.552Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|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.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$$45171ff2.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=2425) 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-24T01:50:04.561Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||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$$45171ff2.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-24T01:50:04.562Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f47ce0e0-99e6-43cc-a161-71aa292ffc14 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-24T01:50:04.634Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f47ce0e0-99e6-43cc-a161-71aa292ffc14 and serviceModelVersionId:
2022-02-24T01:50:04.634Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
2022-02-24T01:50:04.636Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||No Service found with serviceModelInvariantUUID: 7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
2022-02-24T01:50:04.636Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : No Service found with serviceModelInvariantUUID: 7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
2022-02-24T01:50:04.636Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||ERROR|500||Exception occurred
java.lang.Exception: No Service found with serviceModelInvariantUUID: 7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181)
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)
2022-02-24T01:50:04.637Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: java.lang.Exception: No Service found with serviceModelInvariantUUID: 7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
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: java.lang.Exception: No Service found with serviceModelInvariantUUID: 7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181)
... 9 common frames omitted
2022-02-24T01:50:04.637Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||Exception caused by: No Service found with serviceModelInvariantUUID: 7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
2022-02-24T01:50:04.638Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f47ce0e0-99e6-43cc-a161-71aa292ffc14 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-24T01:50:04.639Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-24T01:50:04.639Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:50:04.641Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:50:04.641Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667404638,
"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-24T01:50:04.742Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T01:50:04.743Z||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-24T01:50:04.743Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:50:04.753Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:50:04.754Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 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-24T01:50:52.699Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:50:52.699Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:50:52.700Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:50:52.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:50:52.701Z||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-24T01:50:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:50:52.721Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:50:52.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T01:50:52.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667392698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:50:52.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-24T01:51:02.239Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:51:52.698Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:51:52.699Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:51:52.699Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:51:52.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:51:52.701Z||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-24T01:51:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:51:52.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:51:52.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T01:51:52.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "cds",
"timestamp": 1645667390476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:51:52.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:02.235Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:52:52.698Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:52:52.699Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:52:52.700Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:52:52.701Z||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-24T01:52:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:52.727Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:52:52.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "policy-id",
"timestamp": 1645667389539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667387563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
"status": "NOTIFIED"
}
2022-02-24T01:52:52.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667392698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
"status": "NOTIFIED"
}
2022-02-24T01:52:52.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667394646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "cds",
"timestamp": 1645667390476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "policy-id",
"timestamp": 1645667389539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667387563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-24T01:52:52.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667394646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667392698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-24T01:52:52.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "cds",
"timestamp": 1645667390476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "policy-id",
"timestamp": 1645667389539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-24T01:52:52.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667399372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667394646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667387563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667392698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "cds",
"timestamp": 1645667390476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "policy-id",
"timestamp": 1645667389539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667399372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667394646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667387563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667392698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "cds",
"timestamp": 1645667390476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "policy-id",
"timestamp": 1645667389539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667399372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667394646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667387563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667392698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "cds",
"timestamp": 1645667390476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "policy-id",
"timestamp": 1645667389539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667399372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667394646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667387563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667392698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "cds",
"timestamp": 1645667390476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "policy-id",
"timestamp": 1645667389539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:52:52.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667399372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667404638,
"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-24T01:52:52.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "cds",
"timestamp": 1645667404869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667404870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "policy-id",
"timestamp": 1645667404855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667399372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "policy-id",
"timestamp": 1645667405862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:52:52.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "cds",
"timestamp": 1645667405885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-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-24T01:52:52.773Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f47ce0e0-99e6-43cc-a161-71aa292ffc14
2022-02-24T01:52:52.773Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f47ce0e0-99e6-43cc-a161-71aa292ffc14 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-24T01:52:52.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667399372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:52:52.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667406174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "policy-id",
"timestamp": 1645667406866,
"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-24T01:52:52.801Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f47ce0e0-99e6-43cc-a161-71aa292ffc14
2022-02-24T01:52:52.801Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f47ce0e0-99e6-43cc-a161-71aa292ffc14 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-24T01:52:52.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667407506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667407573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "clamp",
"timestamp": 1645667407711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667408650,
"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-24T01:52:52.817Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f47ce0e0-99e6-43cc-a161-71aa292ffc14
2022-02-24T01:52:52.818Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f47ce0e0-99e6-43cc-a161-71aa292ffc14 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-24T01:52:52.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "clamp",
"timestamp": 1645667407711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
"status": "NOTIFIED"
}
2022-02-24T01:52:52.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667409654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "clamp",
"timestamp": 1645667407711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "aai-ml",
"timestamp": 1645667410656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "clamp",
"timestamp": 1645667407711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667412229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "aai-ml",
"timestamp": 1645667410656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "clamp",
"timestamp": 1645667407711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667413236,
"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-24T01:52:52.833Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f47ce0e0-99e6-43cc-a161-71aa292ffc14
2022-02-24T01:52:52.834Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f47ce0e0-99e6-43cc-a161-71aa292ffc14 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-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "aai-ml",
"timestamp": 1645667410656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "clamp",
"timestamp": 1645667407711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "aai-ml",
"timestamp": 1645667410656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "clamp",
"timestamp": 1645667407711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "aai-ml",
"timestamp": 1645667410656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "aai-ml",
"timestamp": 1645667410656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "aai-ml",
"timestamp": 1645667410656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "aai-ml",
"timestamp": 1645667418452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "clamp",
"timestamp": 1645667424215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "clamp",
"timestamp": 1645667426226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:52:52.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "clamp",
"timestamp": 1645667427232,
"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-24T01:52:52.847Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f47ce0e0-99e6-43cc-a161-71aa292ffc14
2022-02-24T01:52:52.847Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f47ce0e0-99e6-43cc-a161-71aa292ffc14 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-24T01:52:52.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "aai-ml",
"timestamp": 1645667432982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:52:52.855Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
"consumerID": "aai-ml",
"timestamp": 1645667433987,
"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-24T01:52:52.861Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f47ce0e0-99e6-43cc-a161-71aa292ffc14
2022-02-24T01:52:52.861Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f47ce0e0-99e6-43cc-a161-71aa292ffc14 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-24T01:52:53.324Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:52:53.325Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-24T01:52:53.325Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4cb11736-859e-4f8c-8b4c-ce2ada56e581","serviceName":"vFW 2022-02-24 01-50-57","serviceVersion":"1.0","serviceUUID":"3c829dd0-a73e-42ab-a5bc-1f474d7acc2d","serviceDescription":"catalog service description","serviceInvariantUUID":"c38c3732-3e31-4296-a9df-2244da4ba772","resources":[{"resourceInstanceName":"vFW 91626fbe-46d4 0","resourceName":"vFW 91626fbe-46d4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a3fe187-49d5-4ea9-a677-f8107fc561fa","resourceInvariantUUID":"cc3fe3b8-c3d1-4280-bf07-435dddee8520","resourceCustomizationUUID":"82572715-5828-49aa-bdfd-2fd399071f07","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml","artifactChecksum":"NDgyZmNmN2NkZGQxMzk5OGY5MmY1ZGY5ZmFiOTJmZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3abfb71f-b326-4cca-8d1d-2138cf21875d","artifactVersion":"1"},{"artifactName":"vfw91626fbe46d40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json","artifactChecksum":"ZWNhYjE0ZWJkZDcxNjg0ODZkNDk4NDZlYWQ5YmU4OTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a8d36ac-4f7f-4bd3-9b4b-4a10877107c9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be6c5bf6-9caa-4f77-8801-1be8fe281351","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml","artifactChecksum":"YzFmZTUwODZkMjcyYTM1OTVjYjdhYTIwNWU0OGZjNjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"60a5e107-3c9d-4a22-b005-1b27fc7ce6b6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"75bc28d2-4e74-457d-b5c0-2baf30a18f42","artifactVersion":"2","generatedFromUUID":"be6c5bf6-9caa-4f77-8801-1be8fe281351"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220224015057-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml","artifactChecksum":"YzljYjkyMzQ5YWNmNTQ5NWEwYTkyMmJlODg5OTJlZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb6ff041-65bb-49c5-aa3b-2d6a1ae61364","artifactVersion":"1"},{"artifactName":"service-Vfw20220224015057-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar","artifactChecksum":"YWIwMWJlNDIxMGJlZDZmMGNhMzVjYWM2MWQ2ZmMyOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c0a2388-ea53-4e34-b759-ff4a94d39328","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T01:52:53.328Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:52:53.328Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:52:53.331Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:52:53.331Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667572698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:53.431Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:52:53.431Z||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-24T01:52:53.432Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:53.441Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:52:53.441Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-24T01:52:54.331Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:52:54.332Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:52:54.334Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:52:54.334Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667572698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"status": "NOTIFIED"
}
2022-02-24T01:52:54.434Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:52:54.435Z||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-24T01:52:54.435Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:54.445Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:52:54.446Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:52:55.334Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:52:55.335Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:52:55.337Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:52:55.338Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667572698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-24T01:52:55.438Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:52:55.439Z||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-24T01:52:55.439Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:55.449Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:52:55.449Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-24T01:52:56.338Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:52:56.339Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:52:56.340Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:52:56.340Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667572698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:56.441Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:52:56.442Z||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-24T01:52:56.442Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:56.452Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:52:56.452Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:52:57.341Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:52:57.342Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:52:57.344Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:52:57.344Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667572698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-24T01:52:57.444Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:52:57.445Z||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-24T01:52:57.445Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:57.455Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:52:57.455Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:52:58.344Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:52:58.345Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:52:58.347Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:52:58.347Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667572698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:52:58.447Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:52:58.448Z||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-24T01:52:58.448Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:58.459Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:52:58.459Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-24T01:52:59.348Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:52:59.349Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:52:59.351Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:52:59.351Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667572698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:52:59.451Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:52:59.452Z||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-24T01:52:59.452Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:59.461Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:52:59.462Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:00.353Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"serviceName": "vFW 2022-02-24 01-50-57",
"serviceVersion": "1.0",
"serviceUUID": "3c829dd0-a73e-42ab-a5bc-1f474d7acc2d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c38c3732-3e31-4296-a9df-2244da4ba772",
"resources": [
{
"resourceInstanceName": "vFW 91626fbe-46d4 0",
"resourceCustomizationUUID": "82572715-5828-49aa-bdfd-2fd399071f07",
"resourceName": "vFW 91626fbe-46d4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2a3fe187-49d5-4ea9-a677-f8107fc561fa",
"resourceInvariantUUID": "cc3fe3b8-c3d1-4280-bf07-435dddee8520",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw91626fbe46d40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"artifactChecksum": "ZWNhYjE0ZWJkZDcxNjg0ODZkNDk4NDZlYWQ5YmU4OTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0a8d36ac-4f7f-4bd3-9b4b-4a10877107c9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "be6c5bf6-9caa-4f77-8801-1be8fe281351",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "75bc28d2-4e74-457d-b5c0-2baf30a18f42",
"generatedFromUUID": "be6c5bf6-9caa-4f77-8801-1be8fe281351"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "75bc28d2-4e74-457d-b5c0-2baf30a18f42",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220224015057-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"artifactChecksum": "YWIwMWJlNDIxMGJlZDZmMGNhMzVjYWM2MWQ2ZmMyOTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2c0a2388-ea53-4e34-b759-ff4a94d39328"
}
],
"workloadContext": "Production"
}
2022-02-24T01:53:00.353Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T01:53:00.353Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c829dd0-a73e-42ab-a5bc-1f474d7acc2d ASDC
2022-02-24T01:53:00.353Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4cb11736-859e-4f8c-8b4c-ce2ada56e581
ServiceName:vFW 2022-02-24 01-50-57
ServiceVersion:1.0
ServiceUUID:3c829dd0-a73e-42ab-a5bc-1f474d7acc2d
ServiceInvariantUUID:c38c3732-3e31-4296-a9df-2244da4ba772
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220224015057-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar
ArtifactUUID:2c0a2388-ea53-4e34-b759-ff4a94d39328
ArtifactChecksum:YWIwMWJlNDIxMGJlZDZmMGNhMzVjYWM2MWQ2ZmMyOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 91626fbe-46d4 0
ResourceCustomizationUUID:82572715-5828-49aa-bdfd-2fd399071f07
ResourceInvariantUUID:cc3fe3b8-c3d1-4280-bf07-435dddee8520
ResourceName:vFW 91626fbe-46d4
ResourceType:VF
ResourceUUID:2a3fe187-49d5-4ea9-a677-f8107fc561fa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw91626fbe46d40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json
ArtifactUUID:0a8d36ac-4f7f-4bd3-9b4b-4a10877107c9
ArtifactChecksum:ZWNhYjE0ZWJkZDcxNjg0ODZkNDk4NDZlYWQ5YmU4OTY=
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/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml
ArtifactUUID:be6c5bf6-9caa-4f77-8801-1be8fe281351
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/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env
ArtifactUUID:75bc28d2-4e74-457d-b5c0-2baf30a18f42
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/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env
ArtifactUUID:75bc28d2-4e74-457d-b5c0-2baf30a18f42
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-24T01:53:00.354Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c829dd0-a73e-42ab-a5bc-1f474d7acc2d 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-24T01:53:00.383Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T01:53:00.383Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-24T01:53:00.384Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-24T01:53:00.384Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2c0a2388-ea53-4e34-b759-ff4a94d39328 from URL: /sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:00.384Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:53:00.385Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:00.675Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:53:00.695Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar 2c0a2388-ea53-4e34-b759-ff4a94d39328 98908
2022-02-24T01:53:00.696Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar ASDC sendASDCNotification
2022-02-24T01:53:00.696Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:00.697Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:53:00.697Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:00.698Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:00.698Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667580695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:53:00.799Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:53:00.799Z||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-24T01:53:00.799Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:00.808Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:53:00.809Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:01.699Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T01:53:01.701Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-24T01:53:01.701Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2c0a2388-ea53-4e34-b759-ff4a94d39328, URL: /sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar to file: /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:01.701Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220224015057-csar.csar
2022-02-24T01:53:01.757Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:01.758Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:02.214Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2913100400760028280/Definitions/service-Vfw20220224015057-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-02-24T01:53:04.969Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.975Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.975Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 91626fbe-46d4 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-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.975Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.975Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-24T01:53:04.979Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:04.981Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:04.983Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:04.983Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-24T01:53:04.984Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T01:53:04.985Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:04.985Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:04.985Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:04.985Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-24T01:53:04.986Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T01:53:04.986Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:04.986Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:04.988Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:04.988Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.990Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:53:04.990Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.990Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:53:04.990Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.990Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-24T01:53:04.990Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:04.990Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T01:53:04.991Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:04.991Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:04.991Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:04.991Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:04.991Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is not matching search criteria
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e330cfc5-a7f9-4a30-a71e-5f51d32da094
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd14e995-c459-4a0d-a59a-482fa59b5f16
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e77769bd-8ca9-4d0f-b060-1d4543b8d249
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-24 01-50-57
Description:catalog service description
Model UUID:3c829dd0-a73e-42ab-a5bc-1f474d7acc2d
Model Version:NULL
Model InvariantUuid:c38c3732-3e31-4296-a9df-2244da4ba772
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 91626fbe-46d4
Model UUID:36804fdd-7a63-423f-9507-1c12bdb04918
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cc3fe3b8-c3d1-4280-bf07-435dddee8520
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:82572715-5828-49aa-bdfd-2fd399071f07
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:eca989c5-26fb-488a-b01a-0028ab350910
ModelName:Vfw91626fbe46d4..base_vfw..module-0
ModelUuid:8c7cff11-7c79-4df4-a6b2-89ecfa1a095d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e330cfc5-a7f9-4a30-a71e-5f51d32da094
ModelInvariantUuid:1e7f1c70-aab4-4620-84e6-e790a1ead82e
ModelName:vFW 91626fbe-46d4-nodes.vfwCvfc
ModelUuid:52a0f80a-11a8-40a5-ac31-c917bbd9d286
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5da8915a-50c9-49df-ab01-139a5b64163a
ModelInvariantUuid:7c1eebd0-10a3-428d-bd3f-a8eea0e590fa
ModelName:Vfw91626fbe46d4.compute.nodes.heat.vfw
ModelUuid:bde6378d-8d62-4800-aad8-6a9954c7e278
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dd14e995-c459-4a0d-a59a-482fa59b5f16
ModelInvariantUuid:21f2631b-756f-48ac-8a72-68f1e32bdf71
ModelName:vFW 91626fbe-46d4-nodes.vsnCvfc
ModelUuid:8063f2cb-d7ae-438a-8c06-5c825a2fe360
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:fe4f8c29-1f36-4733-83a6-6f570c6ac3fd
ModelInvariantUuid:0173c685-8432-430a-b9d7-07dd5a635101
ModelName:Vfw91626fbe46d4.compute.nodes.heat.vsn
ModelUuid:2dfeff35-4b15-47b0-94b6-ad822f14c622
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e77769bd-8ca9-4d0f-b060-1d4543b8d249
ModelInvariantUuid:0568b0bb-0fae-4e57-8734-7fcd277c4853
ModelName:vFW 91626fbe-46d4-nodes.vpgCvfc
ModelUuid:52c17ffd-1d44-406e-8980-a82c5f5115ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:cdf768e6-95be-46c8-9002-638deb5f63e7
ModelInvariantUuid:2ac54fd9-3bf0-4862-9aeb-6ec71462a341
ModelName:Vfw91626fbe46d4.compute.nodes.heat.vpg
ModelUuid:902984b7-0d44-46ff-b795-347731d97709
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-24T01:53:05.007Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a3fe187-49d5-4ea9-a677-f8107fc561fa
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-24T01:53:05.018Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||vFW 91626fbe-46d4 0
2022-02-24T01:53:05.024Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a3fe187-49d5-4ea9-a677-f8107fc561fa
2022-02-24T01:53:05.024Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0a8d36ac-4f7f-4bd3-9b4b-4a10877107c9 from URL: /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json
2022-02-24T01:53:05.024Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:53:05.024Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json
2022-02-24T01:53:05.271Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:53:05.271Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json 0a8d36ac-4f7f-4bd3-9b4b-4a10877107c9 785
2022-02-24T01:53:05.272Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json ASDC sendASDCNotification
2022-02-24T01:53:05.272Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json
2022-02-24T01:53:05.272Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:53:05.272Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:05.274Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:05.274Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667585272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:53:05.375Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:53:05.375Z||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-24T01:53:05.375Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:05.385Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:53:05.386Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:06.276Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw91626fbe46d4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "eca989c5-26fb-488a-b01a-0028ab350910",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8c7cff11-7c79-4df4-a6b2-89ecfa1a095d",
"vfModuleModelCustomizationUUID": "77a349d6-424e-49e6-9bd8-46a1af3ee4c3",
"isBase": true,
"artifacts": [
"be6c5bf6-9caa-4f77-8801-1be8fe281351",
"75bc28d2-4e74-457d-b5c0-2baf30a18f42"
],
"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-24T01:53:06.291Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw91626fbe46d4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c7cff11-7c79-4df4-a6b2-89ecfa1a095d
VfModuleModelInvariantUUID:eca989c5-26fb-488a-b01a-0028ab350910
VfModuleModelDescription:NULL
Artifacts UUID List:{
be6c5bf6-9caa-4f77-8801-1be8fe281351
,
75bc28d2-4e74-457d-b5c0-2baf30a18f42
}
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-24T01:53:06.294Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw91626fbe46d4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "eca989c5-26fb-488a-b01a-0028ab350910",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8c7cff11-7c79-4df4-a6b2-89ecfa1a095d",
"vfModuleModelCustomizationUUID": "77a349d6-424e-49e6-9bd8-46a1af3ee4c3",
"isBase": true,
"artifacts": [
"be6c5bf6-9caa-4f77-8801-1be8fe281351",
"75bc28d2-4e74-457d-b5c0-2baf30a18f42"
],
"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-24T01:53:06.294Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw91626fbe46d4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c7cff11-7c79-4df4-a6b2-89ecfa1a095d
VfModuleModelInvariantUUID:eca989c5-26fb-488a-b01a-0028ab350910
VfModuleModelDescription:NULL
Artifacts UUID List:{
be6c5bf6-9caa-4f77-8801-1be8fe281351
,
75bc28d2-4e74-457d-b5c0-2baf30a18f42
}
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-24T01:53:06.294Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: be6c5bf6-9caa-4f77-8801-1be8fe281351 from URL: /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml
2022-02-24T01:53:06.294Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:53:06.294Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml
2022-02-24T01:53:06.637Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:53:06.638Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml be6c5bf6-9caa-4f77-8801-1be8fe281351 20368
2022-02-24T01:53:06.638Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-24T01:53:06.638Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml
2022-02-24T01:53:06.638Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:53:06.638Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:06.640Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:06.640Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667586638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:53:06.741Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T01:53:06.742Z||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-24T01:53:06.742Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:06.753Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:53:06.754Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:07.642Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 75bc28d2-4e74-457d-b5c0-2baf30a18f42 from URL: /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env
2022-02-24T01:53:07.642Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:53:07.643Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env
2022-02-24T01:53:07.965Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:53:07.965Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env 75bc28d2-4e74-457d-b5c0-2baf30a18f42 2098
2022-02-24T01:53:07.966Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-24T01:53:07.966Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env
2022-02-24T01:53:07.966Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:53:07.967Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:07.969Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:07.969Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667587966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:53:08.069Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:53:08.070Z||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-24T01:53:08.070Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:08.081Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:53:08.081Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:08.970Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3c829dd0-a73e-42ab-a5bc-1f474d7acc2d
2022-02-24T01:53:08.971Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 91626fbe-46d4 0 2a3fe187-49d5-4ea9-a677-f8107fc561fa 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-24T01:53:09.003Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a0d68aa, org.onap.sdc.toscaparser.api.parameters.Input@775c120e, org.onap.sdc.toscaparser.api.parameters.Input@546426e9, org.onap.sdc.toscaparser.api.parameters.Input@477a72b0, org.onap.sdc.toscaparser.api.parameters.Input@56231acd]
2022-02-24T01:53:09.006Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.006Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.006Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-02-24T01:53:09.006Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 82572715-5828-49aa-bdfd-2fd399071f07
2022-02-24T01:53:09.006Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 82572715-5828-49aa-bdfd-2fd399071f07 matches Tosca VF Customization UUID: 82572715-5828-49aa-bdfd-2fd399071f07
2022-02-24T01:53:09.007Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 82572715-5828-49aa-bdfd-2fd399071f07 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-24T01:53:09.012Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.012Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.013Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 82572715-5828-49aa-bdfd-2fd399071f07: {\"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-24T01:53:09.013Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14a69571
2022-02-24T01:53:09.013Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.013Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T01:53:09.014Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77a349d6-424e-49e6-9bd8-46a1af3ee4c3
2022-02-24T01:53:09.015Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77a349d6-424e-49e6-9bd8-46a1af3ee4c3
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-24T01:53:09.019Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.020Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:09.020Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:09.020Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.020Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:09.021Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:09.021Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.021Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is not matching search criteria
2022-02-24T01:53:09.021Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:53:09.021Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-24T01:53:09.021Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.023Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e330cfc5-a7f9-4a30-a71e-5f51d32da094
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-24T01:53:09.028Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.028Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:09.028Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:09.029Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.029Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is not matching search criteria
2022-02-24T01:53:09.029Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:53:09.029Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:53:09.029Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:09.029Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.031Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd14e995-c459-4a0d-a59a-482fa59b5f16
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-24T01:53:09.033Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.033Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:09.033Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:09.035Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.036Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is not matching search criteria
2022-02-24T01:53:09.036Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:53:09.036Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:53:09.036Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:09.036Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.036Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:53:09.037Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.037Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:53:09.037Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:53:09.037Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:53:09.037Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.037Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:09.037Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-24T01:53:09.038Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e77769bd-8ca9-4d0f-b060-1d4543b8d249
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-24T01:53:09.040Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.040Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:09.040Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:09.040Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.040Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:09.040Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=82572715-5828-49aa-bdfd-2fd399071f07
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-24T01:53:09.042Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.042Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.043Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3c829dd0-a73e-42ab-a5bc-1f474d7acc2d: vFW 91626fbe-46d4
2022-02-24T01:53:09.043Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.043Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.043Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.043Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.043Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.043Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.044Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.044Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.044Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:53:09.044Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.044Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-02-24 01-50-57
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-24T01:53:09.344Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 91626fbe-46d4 2a3fe187-49d5-4ea9-a677-f8107fc561fa 1 ASDC deployResourceStructure
2022-02-24T01:53:09.345Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json ASDC sendASDCNotification
2022-02-24T01:53:09.345Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json
2022-02-24T01:53:09.345Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:53:09.345Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:09.347Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:09.347Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667589345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"status": "DEPLOY_OK"
}
2022-02-24T01:53:09.448Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T01:53:09.449Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:53:09.449Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:09.458Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:53:09.459Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:10.348Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-24T01:53:10.348Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml
2022-02-24T01:53:10.349Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:53:10.349Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:10.352Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:10.352Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667590348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-24T01:53:10.452Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:53:10.453Z||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-24T01:53:10.453Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:10.462Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:53:10.462Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:11.353Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-24T01:53:11.354Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env
2022-02-24T01:53:11.354Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:53:11.354Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:11.356Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:11.357Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667591353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-24T01:53:11.457Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:53:11.458Z||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-24T01:53:11.458Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:11.469Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:53:11.469Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:12.357Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar ASDC sendASDCNotification
2022-02-24T01:53:12.358Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:12.358Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:53:12.359Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:12.361Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:12.361Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667592357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:53:12.461Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:53:12.462Z||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-24T01:53:12.462Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:12.472Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:53:12.472Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:13.362Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
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-24T01:53:13.379Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
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-24T01:53:13.381Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T01:53:13.381Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T01:53:13.381Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T01:53:43.382Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
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-24T01:53:43.394Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
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-24T01:53:43.397Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T01:53:43.397Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T01:53:43.397Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T01:53:52.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:53:52.701Z||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-24T01:53:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:52.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:53:52.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "policy-id",
"timestamp": 1645667549539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667547564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667549372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "policy-id",
"timestamp": 1645667549539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667547564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"status": "NOTIFIED"
}
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667549372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "policy-id",
"timestamp": 1645667549539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667547564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667549372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "policy-id",
"timestamp": 1645667549539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667547564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667549372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "policy-id",
"timestamp": 1645667549539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667547564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667549372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667554646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "cds",
"timestamp": 1645667555476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "policy-id",
"timestamp": 1645667549539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667547564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667549372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667554646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "cds",
"timestamp": 1645667555476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "policy-id",
"timestamp": 1645667549539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667547564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667549372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667554646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "cds",
"timestamp": 1645667555476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667554646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "clamp",
"timestamp": 1645667557712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "policy-id",
"timestamp": 1645667558574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667558655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667558965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "cds",
"timestamp": 1645667555476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667554646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "clamp",
"timestamp": 1645667557712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"status": "NOTIFIED"
}
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "policy-id",
"timestamp": 1645667559576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "cds",
"timestamp": 1645667555476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667554646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "clamp",
"timestamp": 1645667557712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667560378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "policy-id",
"timestamp": 1645667560578,
"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-24T01:53:52.752Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4cb11736-859e-4f8c-8b4c-ce2ada56e581
2022-02-24T01:53:52.752Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb11736-859e-4f8c-8b4c-ce2ada56e581 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-24T01:53:52.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "cds",
"timestamp": 1645667555476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "aai-ml",
"timestamp": 1645667560656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667554646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "clamp",
"timestamp": 1645667557712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667561551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667561705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "cds",
"timestamp": 1645667555476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "aai-ml",
"timestamp": 1645667560656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "clamp",
"timestamp": 1645667557712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667562708,
"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-24T01:53:52.771Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4cb11736-859e-4f8c-8b4c-ce2ada56e581
2022-02-24T01:53:52.771Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb11736-859e-4f8c-8b4c-ce2ada56e581 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-24T01:53:52.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667562739,
"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-24T01:53:52.789Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4cb11736-859e-4f8c-8b4c-ce2ada56e581
2022-02-24T01:53:52.790Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb11736-859e-4f8c-8b4c-ce2ada56e581 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-24T01:53:52.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "cds",
"timestamp": 1645667563274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:53:52.799Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "aai-ml",
"timestamp": 1645667560656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "clamp",
"timestamp": 1645667557712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667563742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"status": "DEPLOY_OK"
}
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "cds",
"timestamp": 1645667564279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-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-24T01:53:52.806Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4cb11736-859e-4f8c-8b4c-ce2ada56e581
2022-02-24T01:53:52.806Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb11736-859e-4f8c-8b4c-ce2ada56e581 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-24T01:53:52.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "aai-ml",
"timestamp": 1645667560656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "clamp",
"timestamp": 1645667557712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:53:52.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "aai-ml",
"timestamp": 1645667560656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "aai-ml",
"timestamp": 1645667560656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "aai-ml",
"timestamp": 1645667560656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "aai-ml",
"timestamp": 1645667568395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:13.397Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
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-24T01:54:13.410Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
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-24T01:54:13.414Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T01:54:13.414Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T01:54:13.414Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T01:54:43.415Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
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-24T01:54:43.428Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
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-24T01:54:43.431Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T01:54:43.431Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T01:54:43.431Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T01:54:52.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:54:52.701Z||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-24T01:54:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:54:52.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:54:52.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667572698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:54:52.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:54:52.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667572698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"status": "NOTIFIED"
}
2022-02-24T01:54:52.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:54:52.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667572698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "aai-ml",
"timestamp": 1645667575399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667572698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "aai-ml",
"timestamp": 1645667576403,
"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-24T01:54:52.740Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4cb11736-859e-4f8c-8b4c-ce2ada56e581
2022-02-24T01:54:52.740Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb11736-859e-4f8c-8b4c-ce2ada56e581 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-24T01:54:52.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "clamp",
"timestamp": 1645667577230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667572698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667572698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "clamp",
"timestamp": 1645667579241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667572698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "clamp",
"timestamp": 1645667580244,
"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-24T01:54:52.756Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4cb11736-859e-4f8c-8b4c-ce2ada56e581
2022-02-24T01:54:52.756Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb11736-859e-4f8c-8b4c-ce2ada56e581 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-24T01:54:52.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667580695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667585272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667586638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667587966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667589345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
"status": "DEPLOY_OK"
}
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667590348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-24T01:54:52.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667591353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-24T01:54:52.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667592357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:54:52.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:13.432Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
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-24T01:55:13.445Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
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-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||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-24T01:55:13.454Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-24T01:55:43.455Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581 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-24T01:55:43.461Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581 and serviceModelVersionId: 3c829dd0-a73e-42ab-a5bc-1f474d7acc2d
2022-02-24T01:55:43.461Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c38c3732-3e31-4296-a9df-2244da4ba772
2022-02-24T01:55:52.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:55:52.701Z||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-24T01:55:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:55:53.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:55:53.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667634646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "cds",
"timestamp": 1645667630476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "policy-id",
"timestamp": 1645667629539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667639372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667634646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "cds",
"timestamp": 1645667630476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "policy-id",
"timestamp": 1645667629539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667639372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667634646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "cds",
"timestamp": 1645667630476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "policy-id",
"timestamp": 1645667629539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667639372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667634646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "cds",
"timestamp": 1645667630476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "policy-id",
"timestamp": 1645667629539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667639372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667634646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "cds",
"timestamp": 1645667630476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "policy-id",
"timestamp": 1645667629539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667639372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667634646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "cds",
"timestamp": 1645667630476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "policy-id",
"timestamp": 1645667629539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667639372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1645667634646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "cds",
"timestamp": 1645667630476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "policy-id",
"timestamp": 1645667629539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667639372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "policy-id",
"timestamp": 1645667646568,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "cds",
"timestamp": 1645667646677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667647281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "policy-id",
"timestamp": 1645667647572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "cds",
"timestamp": 1645667647683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-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-24T01:55:53.258Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
2022-02-24T01:55:53.258Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70ec461a-edd3-4488-9d7a-e4b1c7d112fd 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-24T01:55:53.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667647563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "clamp",
"timestamp": 1645667647711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "policy-id",
"timestamp": 1645667648574,
"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-24T01:55:53.274Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
2022-02-24T01:55:53.274Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70ec461a-edd3-4488-9d7a-e4b1c7d112fd 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-24T01:55:53.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667647563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"status": "NOTIFIED"
}
2022-02-24T01:55:53.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "clamp",
"timestamp": 1645667647711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"status": "NOTIFIED"
}
2022-02-24T01:55:53.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667650161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667647563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "clamp",
"timestamp": 1645667647711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645667651165,
"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-24T01:55:53.293Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
2022-02-24T01:55:53.293Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70ec461a-edd3-4488-9d7a-e4b1c7d112fd 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-24T01:55:53.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667647563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "aai-ml",
"timestamp": 1645667650656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "clamp",
"timestamp": 1645667647711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667647563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "aai-ml",
"timestamp": 1645667650656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "clamp",
"timestamp": 1645667647711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667647563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "aai-ml",
"timestamp": 1645667650656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "clamp",
"timestamp": 1645667647711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667647563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:55:53.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "aai-ml",
"timestamp": 1645667650656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "clamp",
"timestamp": 1645667647711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:55:53.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "aai-ml",
"timestamp": 1645667650656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667655345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "aai-ml",
"timestamp": 1645667650656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667656393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "aai-ml",
"timestamp": 1645667650656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:55:53.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:55:53.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667657437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "aai-ml",
"timestamp": 1645667658381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.311Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667658456,
"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-24T01:55:53.316Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
2022-02-24T01:55:53.316Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70ec461a-edd3-4488-9d7a-e4b1c7d112fd 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-24T01:55:53.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645667659459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"status": "DEPLOY_OK"
}
2022-02-24T01:55:53.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "aai-ml",
"timestamp": 1645667665379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:55:53.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "clamp",
"timestamp": 1645667666243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "aai-ml",
"timestamp": 1645667666383,
"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-24T01:55:53.329Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
2022-02-24T01:55:53.329Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70ec461a-edd3-4488-9d7a-e4b1c7d112fd 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-24T01:55:53.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "clamp",
"timestamp": 1645667667264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:55:53.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "clamp",
"timestamp": 1645667668267,
"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-24T01:55:53.365Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
2022-02-24T01:55:53.365Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70ec461a-edd3-4488-9d7a-e4b1c7d112fd 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-24T01:55:55.197Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c38c3732-3e31-4296-a9df-2244da4ba772/model-vers/model-ver/3c829dd0-a73e-42ab-a5bc-1f474d7acc2d?depth=0
2022-02-24T01:55:55.288Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-24T01:55:55.728Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c38c3732-3e31-4296-a9df-2244da4ba772/model-vers/model-ver/3c829dd0-a73e-42ab-a5bc-1f474d7acc2d?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-24T01:55:55.731Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c38c3732-3e31-4296-a9df-2244da4ba772/model-vers/model-ver/3c829dd0-a73e-42ab-a5bc-1f474d7acc2d?depth=0|INFO|500||Invoke
2022-02-24T01:55:55.899Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c38c3732-3e31-4296-a9df-2244da4ba772/model-vers/model-ver/3c829dd0-a73e-42ab-a5bc-1f474d7acc2d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-24T01:55:56.097Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c38c3732-3e31-4296-a9df-2244da4ba772/model-vers/model-ver/3c829dd0-a73e-42ab-a5bc-1f474d7acc2d?depth=0|INFO|500||InvokeReturn
2022-02-24T01:55:56.098Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c38c3732-3e31-4296-a9df-2244da4ba772/model-vers/model-ver/3c829dd0-a73e-42ab-a5bc-1f474d7acc2d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220224-01:55:55:909-13362], vertex-id=[204968], Content-Length=[0], Date=[Thu, 24 Feb 2022 01:55:55 GMT], Content-Type=[application/json]}
2022-02-24T01:55:56.098Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-24T01:55:56.100Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-24T01:55:56.101Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||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-24T01:55:56.105Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||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-24T01:55:56.105Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4cb11736-859e-4f8c-8b4c-ce2ada56e581 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-24T01:55:56.106Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-24T01:55:56.106Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:55:56.108Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:55:56.108Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667756105,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T01:55:56.209Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:55:56.210Z||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-24T01:55:56.210Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:55:56.219Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:55:56.219Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 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-24T01:55:57.122Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:55:57.122Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:55:57.122Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:01.753Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:01.754Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-24T01:56:01.754Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"70ec461a-edd3-4488-9d7a-e4b1c7d112fd","serviceName":"vFW 2022-02-24 01-52-40","serviceVersion":"1.0","serviceUUID":"02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59","serviceDescription":"catalog service description","serviceInvariantUUID":"04934df3-2d0d-4bb4-a7a3-618d873c25d7","resources":[{"resourceInstanceName":"vFW 9cd93e76-a4b2 0","resourceName":"vFW 9cd93e76-a4b2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a71edf40-7e65-4bf2-bf12-749126235b29","resourceInvariantUUID":"61bfa668-4ae9-4d50-834f-c7fea0c289ca","resourceCustomizationUUID":"1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml","artifactChecksum":"Y2NiNjBjOTk1Yzk5NzU0YTFjOTdhMTY2NzM5MmNkYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c0f5cf1-eb69-4d9f-9c4f-06dbb9d70fed","artifactVersion":"1"},{"artifactName":"vfw9cd93e76a4b20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json","artifactChecksum":"ZmNiOGUzMzE2YmU5M2YyZTk3NDg0OWNkODc3NDFmYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"794b31b4-5482-4b3f-8cec-cb8466fcefe6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4e664db2-064c-47b4-b713-5c8b5b4f65a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml","artifactChecksum":"M2NiYTBjMTM0MzBmMDlkZWM4ZGUwMmJkOTg1YmRmMzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1a83881a-4687-45d2-8b71-321dba00e472","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"19b88481-3183-4970-83de-ab01987d8cb0","artifactVersion":"2","generatedFromUUID":"4e664db2-064c-47b4-b713-5c8b5b4f65a1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220224015240-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml","artifactChecksum":"MTZiMmJkOTdlOGRmZjkzZjE3NDAwYjEzNDAxMzljODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a134f5a3-c7a9-4129-b889-e0ae56a30714","artifactVersion":"1"},{"artifactName":"service-Vfw20220224015240-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar","artifactChecksum":"ZmFlNjBlNDAzZmM4ZDdmYmIzOTg3MmYwNWMyNzQ5OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a1c9da1-0dc5-4715-a99b-1bf5242fea96","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T01:56:01.757Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:56:01.758Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:01.765Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:01.766Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667757122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:56:01.862Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-02-24T01:56:01.863Z||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-24T01:56:01.864Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:01.874Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:01.875Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:02.766Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:56:02.767Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:02.769Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:02.769Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667757122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"status": "NOTIFIED"
}
2022-02-24T01:56:02.869Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T01:56:02.870Z||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-24T01:56:02.871Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:02.880Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:02.881Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:03.770Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:56:03.771Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:03.773Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:03.773Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667757122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-24T01:56:03.873Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:03.874Z||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-24T01:56:03.874Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:03.884Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:03.884Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:04.774Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:56:04.775Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:04.777Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:04.777Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667757122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:56:04.877Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:04.879Z||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-24T01:56:04.879Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:04.888Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:04.889Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:05.778Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:56:05.778Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:05.781Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:05.781Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667757122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-24T01:56:05.881Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:05.882Z||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-24T01:56:05.882Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:05.892Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:05.893Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:06.781Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:56:06.782Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:06.784Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:06.784Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667757122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:56:06.884Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:06.885Z||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-24T01:56:06.886Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:06.896Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:06.896Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:07.785Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:56:07.785Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:07.787Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:07.787Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667757122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:56:07.887Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:07.888Z||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-24T01:56:07.888Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:07.898Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:07.899Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:08.789Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"serviceName": "vFW 2022-02-24 01-52-40",
"serviceVersion": "1.0",
"serviceUUID": "02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "04934df3-2d0d-4bb4-a7a3-618d873c25d7",
"resources": [
{
"resourceInstanceName": "vFW 9cd93e76-a4b2 0",
"resourceCustomizationUUID": "1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c",
"resourceName": "vFW 9cd93e76-a4b2",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a71edf40-7e65-4bf2-bf12-749126235b29",
"resourceInvariantUUID": "61bfa668-4ae9-4d50-834f-c7fea0c289ca",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9cd93e76a4b20_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"artifactChecksum": "ZmNiOGUzMzE2YmU5M2YyZTk3NDg0OWNkODc3NDFmYWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "794b31b4-5482-4b3f-8cec-cb8466fcefe6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4e664db2-064c-47b4-b713-5c8b5b4f65a1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "19b88481-3183-4970-83de-ab01987d8cb0",
"generatedFromUUID": "4e664db2-064c-47b4-b713-5c8b5b4f65a1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "19b88481-3183-4970-83de-ab01987d8cb0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220224015240-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"artifactChecksum": "ZmFlNjBlNDAzZmM4ZDdmYmIzOTg3MmYwNWMyNzQ5OWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1a1c9da1-0dc5-4715-a99b-1bf5242fea96"
}
],
"workloadContext": "Production"
}
2022-02-24T01:56:08.789Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T01:56:08.789Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59 ASDC
2022-02-24T01:56:08.789Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:70ec461a-edd3-4488-9d7a-e4b1c7d112fd
ServiceName:vFW 2022-02-24 01-52-40
ServiceVersion:1.0
ServiceUUID:02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59
ServiceInvariantUUID:04934df3-2d0d-4bb4-a7a3-618d873c25d7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220224015240-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar
ArtifactUUID:1a1c9da1-0dc5-4715-a99b-1bf5242fea96
ArtifactChecksum:ZmFlNjBlNDAzZmM4ZDdmYmIzOTg3MmYwNWMyNzQ5OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9cd93e76-a4b2 0
ResourceCustomizationUUID:1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c
ResourceInvariantUUID:61bfa668-4ae9-4d50-834f-c7fea0c289ca
ResourceName:vFW 9cd93e76-a4b2
ResourceType:VF
ResourceUUID:a71edf40-7e65-4bf2-bf12-749126235b29
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9cd93e76a4b20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json
ArtifactUUID:794b31b4-5482-4b3f-8cec-cb8466fcefe6
ArtifactChecksum:ZmNiOGUzMzE2YmU5M2YyZTk3NDg0OWNkODc3NDFmYWQ=
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/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml
ArtifactUUID:4e664db2-064c-47b4-b713-5c8b5b4f65a1
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/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env
ArtifactUUID:19b88481-3183-4970-83de-ab01987d8cb0
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/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env
ArtifactUUID:19b88481-3183-4970-83de-ab01987d8cb0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-24T01:56:08.790Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59 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-24T01:56:08.825Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T01:56:08.826Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-24T01:56:08.826Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-24T01:56:08.826Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1a1c9da1-0dc5-4715-a99b-1bf5242fea96 from URL: /sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:08.826Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:56:08.827Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:09.337Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:56:09.345Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar 1a1c9da1-0dc5-4715-a99b-1bf5242fea96 98947
2022-02-24T01:56:09.345Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar ASDC sendASDCNotification
2022-02-24T01:56:09.345Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:09.345Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:56:09.346Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:09.347Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:09.348Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667769345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:56:09.448Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:09.449Z||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-24T01:56:09.449Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:09.458Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:09.459Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:10.348Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T01:56:10.349Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-24T01:56:10.350Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1a1c9da1-0dc5-4715-a99b-1bf5242fea96, URL: /sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar to file: /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:10.350Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220224015240-csar.csar
2022-02-24T01:56:10.351Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:10.351Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:10.504Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13623708120759674616/Definitions/service-Vfw20220224015240-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-24T01:56:12.522Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-24T01:56:12.523Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-24T01:56:12.523Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.523Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-24T01:56:12.523Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.523Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.523Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9cd93e76-a4b2 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-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.525Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.525Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-24T01:56:12.525Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:12.525Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:12.525Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:12.525Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-24T01:56:12.526Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T01:56:12.526Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:12.526Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:12.526Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:12.526Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-24T01:56:12.526Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T01:56:12.527Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:12.527Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:12.527Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:12.527Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is not matching search criteria
2022-02-24T01:56:12.527Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:56:12.527Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:56:12.528Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:56:12.528Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.528Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.528Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:56:12.528Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.528Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:56:12.528Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:56:12.529Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.529Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.529Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:56:12.529Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.529Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:56:12.529Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.529Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-24T01:56:12.530Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:12.530Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T01:56:12.530Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:12.530Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:12.530Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:12.530Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:12.531Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:12.531Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:12.531Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:12.531Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:12.531Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:12.532Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:12.532Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is not matching search criteria
2022-02-24T01:56:12.532Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:56:12.532Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:56:12.533Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-24T01:56:12.533Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:56:12.533Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:56:12.533Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.533Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.533Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:56:12.534Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.534Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:56:12.534Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.534Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c6683d96-a718-4f46-baa0-03498fd5b2be
2022-02-24T01:56:12.534Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:12.535Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is not matching search criteria
2022-02-24T01:56:12.535Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:56:12.535Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:56:12.535Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:56:12.535Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.536Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.536Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:56:12.536Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.536Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-24T01:56:12.536Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:56:12.537Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.537Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:56:12.537Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.537Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=99348cbe-3369-4b42-b79a-3f17808b84b1
2022-02-24T01:56:12.537Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:12.538Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is not matching search criteria
2022-02-24T01:56:12.538Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:56:12.538Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:56:12.538Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:56:12.538Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.539Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.539Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:56:12.539Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.539Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:56:12.539Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:56:12.540Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.540Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.540Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-24T01:56:12.540Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=68e3e110-79f5-4bcf-8f80-debd1df4b7c8
2022-02-24T01:56:12.540Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:12.541Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:12.541Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:12.541Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:12.541Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:12.541Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:12.542Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:12.542Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:12.542Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-24 01-52-40
Description:catalog service description
Model UUID:02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59
Model Version:NULL
Model InvariantUuid:04934df3-2d0d-4bb4-a7a3-618d873c25d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9cd93e76-a4b2
Model UUID:835f7ccc-7688-4e75-ac0e-87fd6412f041
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:61bfa668-4ae9-4d50-834f-c7fea0c289ca
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:eeb8c55f-2853-4f75-9e02-3dd067ee518b
ModelName:Vfw9cd93e76A4b2..base_vfw..module-0
ModelUuid:4d4d55c5-1bd4-45ec-83ad-654c5f24d1f6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c6683d96-a718-4f46-baa0-03498fd5b2be
ModelInvariantUuid:703ec5f9-0eec-4e98-8d2d-a12f3facbf2d
ModelName:vFW 9cd93e76-a4b2-nodes.vfwCvfc
ModelUuid:04030d97-05e8-4f61-90e8-e0910b486795
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:48324e4a-e5c0-4636-9049-8f6fc5979153
ModelInvariantUuid:f5131817-0dcd-43f1-8fec-80216b86f65c
ModelName:Vfw9cd93e76A4b2.compute.nodes.heat.vfw
ModelUuid:3b69d5fd-4b41-41b1-a5be-ab6fb9b2831c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:99348cbe-3369-4b42-b79a-3f17808b84b1
ModelInvariantUuid:b9cfec42-91f1-41dd-afb9-a26e4ddc668a
ModelName:vFW 9cd93e76-a4b2-nodes.vsnCvfc
ModelUuid:33ad9601-5d35-434e-9b6e-c5e0cf78c8af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3cf66e22-bab7-43f3-947a-7e4b89932077
ModelInvariantUuid:0e81f631-035e-457d-bff3-66560d4ef714
ModelName:Vfw9cd93e76A4b2.compute.nodes.heat.vsn
ModelUuid:60e0d2b2-010e-48d1-96a7-6340402324e9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:68e3e110-79f5-4bcf-8f80-debd1df4b7c8
ModelInvariantUuid:63c26d06-caa3-481c-81e1-22eef3b9c969
ModelName:vFW 9cd93e76-a4b2-nodes.vpgCvfc
ModelUuid:8f56272d-8632-44b2-a60f-2f8200171c84
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6ff7c7ac-1358-4476-9bf3-f5b3abbfa4b4
ModelInvariantUuid:51f82b1f-6f16-4954-852a-3147f2edf719
ModelName:Vfw9cd93e76A4b2.compute.nodes.heat.vpg
ModelUuid:121758b3-3839-4d71-a67e-bf71467dc3c9
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-24T01:56:12.550Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a71edf40-7e65-4bf2-bf12-749126235b29
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-24T01:56:12.552Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||vFW 9cd93e76-a4b2 0
2022-02-24T01:56:12.553Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a71edf40-7e65-4bf2-bf12-749126235b29
2022-02-24T01:56:12.553Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 794b31b4-5482-4b3f-8cec-cb8466fcefe6 from URL: /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json
2022-02-24T01:56:12.553Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:56:12.554Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json
2022-02-24T01:56:12.754Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:56:12.755Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json 794b31b4-5482-4b3f-8cec-cb8466fcefe6 785
2022-02-24T01:56:12.755Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json ASDC sendASDCNotification
2022-02-24T01:56:12.755Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json
2022-02-24T01:56:12.755Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:56:12.756Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:12.757Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:12.758Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667772755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:56:12.858Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:12.859Z||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-24T01:56:12.860Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:12.871Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:12.871Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:13.758Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9cd93e76A4b2..base_vfw..module-0",
"vfModuleModelInvariantUUID": "eeb8c55f-2853-4f75-9e02-3dd067ee518b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4d4d55c5-1bd4-45ec-83ad-654c5f24d1f6",
"vfModuleModelCustomizationUUID": "8a1c1d81-a635-40d4-89fb-8a6ebfe2043c",
"isBase": true,
"artifacts": [
"4e664db2-064c-47b4-b713-5c8b5b4f65a1",
"19b88481-3183-4970-83de-ab01987d8cb0"
],
"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-24T01:56:13.764Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9cd93e76A4b2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d4d55c5-1bd4-45ec-83ad-654c5f24d1f6
VfModuleModelInvariantUUID:eeb8c55f-2853-4f75-9e02-3dd067ee518b
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e664db2-064c-47b4-b713-5c8b5b4f65a1
,
19b88481-3183-4970-83de-ab01987d8cb0
}
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-24T01:56:13.767Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9cd93e76A4b2..base_vfw..module-0",
"vfModuleModelInvariantUUID": "eeb8c55f-2853-4f75-9e02-3dd067ee518b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4d4d55c5-1bd4-45ec-83ad-654c5f24d1f6",
"vfModuleModelCustomizationUUID": "8a1c1d81-a635-40d4-89fb-8a6ebfe2043c",
"isBase": true,
"artifacts": [
"4e664db2-064c-47b4-b713-5c8b5b4f65a1",
"19b88481-3183-4970-83de-ab01987d8cb0"
],
"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-24T01:56:13.767Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9cd93e76A4b2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d4d55c5-1bd4-45ec-83ad-654c5f24d1f6
VfModuleModelInvariantUUID:eeb8c55f-2853-4f75-9e02-3dd067ee518b
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e664db2-064c-47b4-b713-5c8b5b4f65a1
,
19b88481-3183-4970-83de-ab01987d8cb0
}
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-24T01:56:13.767Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4e664db2-064c-47b4-b713-5c8b5b4f65a1 from URL: /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml
2022-02-24T01:56:13.767Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:56:13.768Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml
2022-02-24T01:56:14.045Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:56:14.046Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml 4e664db2-064c-47b4-b713-5c8b5b4f65a1 20368
2022-02-24T01:56:14.046Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-24T01:56:14.046Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml
2022-02-24T01:56:14.046Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:56:14.047Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:14.049Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:14.049Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667774046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:56:14.149Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:14.150Z||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-24T01:56:14.150Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:14.159Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:14.160Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:15.050Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 19b88481-3183-4970-83de-ab01987d8cb0 from URL: /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env
2022-02-24T01:56:15.050Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:56:15.051Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env
2022-02-24T01:56:15.248Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:56:15.249Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env 19b88481-3183-4970-83de-ab01987d8cb0 2098
2022-02-24T01:56:15.249Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-24T01:56:15.249Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env
2022-02-24T01:56:15.249Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:56:15.249Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:15.252Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:15.252Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667775249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:56:15.352Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:15.352Z||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-24T01:56:15.353Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:15.361Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:15.362Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:16.253Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59
2022-02-24T01:56:16.253Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9cd93e76-a4b2 0 a71edf40-7e65-4bf2-bf12-749126235b29 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-24T01:56:16.273Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@651b2c37, org.onap.sdc.toscaparser.api.parameters.Input@2c813f8d, org.onap.sdc.toscaparser.api.parameters.Input@ccaa85f, org.onap.sdc.toscaparser.api.parameters.Input@59cdc7c4, org.onap.sdc.toscaparser.api.parameters.Input@658b225e]
2022-02-24T01:56:16.275Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.275Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.275Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-02-24T01:56:16.275Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c
2022-02-24T01:56:16.275Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c matches Tosca VF Customization UUID: 1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c
2022-02-24T01:56:16.276Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c 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-24T01:56:16.278Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.278Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.278Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c: {\"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-24T01:56:16.278Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73619adc
2022-02-24T01:56:16.279Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.279Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T01:56:16.279Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a1c1d81-a635-40d4-89fb-8a6ebfe2043c
2022-02-24T01:56:16.279Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a1c1d81-a635-40d4-89fb-8a6ebfe2043c
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-24T01:56:16.281Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.281Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:16.281Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:16.281Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.282Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:16.282Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:16.282Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.282Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is not matching search criteria
2022-02-24T01:56:16.282Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:56:16.282Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:56:16.282Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-24T01:56:16.283Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:56:16.283Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:56:16.283Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.283Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:16.283Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:56:16.283Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:16.283Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:56:16.284Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.284Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c6683d96-a718-4f46-baa0-03498fd5b2be
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-24T01:56:16.286Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.286Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:16.286Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:16.286Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.286Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is not matching search criteria
2022-02-24T01:56:16.286Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:56:16.286Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.288Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=99348cbe-3369-4b42-b79a-3f17808b84b1
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-24T01:56:16.289Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.289Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:16.289Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is not matching search criteria
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:56:16.291Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.291Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:56:16.291Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:56:16.291Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.291Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:16.291Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-24T01:56:16.291Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=68e3e110-79f5-4bcf-8f80-debd1df4b7c8
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-24T01:56:16.293Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.293Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:16.293Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:16.293Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.293Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:16.293Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c
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-24T01:56:16.295Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.295Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.295Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59: vFW 9cd93e76-a4b2
2022-02-24T01:56:16.295Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.295Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.295Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.295Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.296Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.296Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.296Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.296Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.296Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T01:56:16.296Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.296Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-02-24 01-52-40
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-24T01:56:16.466Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9cd93e76-a4b2 a71edf40-7e65-4bf2-bf12-749126235b29 1 ASDC deployResourceStructure
2022-02-24T01:56:16.466Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json ASDC sendASDCNotification
2022-02-24T01:56:16.467Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json
2022-02-24T01:56:16.467Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:56:16.467Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:16.469Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:16.469Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667776466,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"status": "DEPLOY_OK"
}
2022-02-24T01:56:16.570Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T01:56:16.571Z||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-24T01:56:16.571Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:16.580Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:16.581Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:17.470Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-24T01:56:17.471Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml
2022-02-24T01:56:17.471Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:56:17.471Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:17.473Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:17.473Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667777470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-24T01:56:17.574Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:17.574Z||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-24T01:56:17.575Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:17.585Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:17.585Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:18.474Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-24T01:56:18.475Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env
2022-02-24T01:56:18.475Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:56:18.475Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:18.478Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:18.478Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667778474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-24T01:56:18.578Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:18.579Z||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-24T01:56:18.579Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:18.588Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:18.589Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:19.482Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar ASDC sendASDCNotification
2022-02-24T01:56:19.483Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:19.483Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:56:19.483Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:19.486Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:19.486Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667779482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:56:19.586Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:19.587Z||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-24T01:56:19.587Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:19.597Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:19.597Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:20.487Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
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-24T01:56:20.498Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
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-24T01:56:20.501Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T01:56:20.501Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-24T01:56:20.501Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||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-24T01:56:20.508Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-24T01:56:50.510Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70ec461a-edd3-4488-9d7a-e4b1c7d112fd 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-24T01:56:50.518Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70ec461a-edd3-4488-9d7a-e4b1c7d112fd and serviceModelVersionId: 02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59
2022-02-24T01:56:50.518Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04934df3-2d0d-4bb4-a7a3-618d873c25d7
2022-02-24T01:56:50.519Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0
2022-02-24T01:56:50.523Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-24T01:56:50.562Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0|INFO|500||Invoke
2022-02-24T01:56:50.562Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70ec461a-edd3-4488-9d7a-e4b1c7d112fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3a1baf07-0c69-47d1-8db1-1a101acd2ba8], X-ECOMP-RequestID=[70ec461a-edd3-4488-9d7a-e4b1c7d112fd], X-TransactionId=[], X-ONAP-RequestID=[70ec461a-edd3-4488-9d7a-e4b1c7d112fd], Content-Type=[application/merge-patch+json]}
2022-02-24T01:56:50.590Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-24T01:56:50.670Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?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/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220224-01:56:50:597-46968], vertex-id=[381040], Content-Length=[0], Date=[Thu, 24 Feb 2022 01:56:50 GMT], Content-Type=[application/json]}
2022-02-24T01:56:50.670Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-24T01:56:50.671Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0|INFO|500||InvokeReturn
2022-02-24T01:56:50.671Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-24T01:56:50.671Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||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-24T01:56:50.675Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||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-24T01:56:50.676Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70ec461a-edd3-4488-9d7a-e4b1c7d112fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-24T01:56:50.676Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-24T01:56:50.676Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:50.678Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:50.678Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667810676,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T01:56:50.778Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:50.779Z||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-24T01:56:50.779Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:50.792Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:50.793Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-24T01:56:51.691Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:56:51.691Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:56:51.691Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:52.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:56:52.703Z||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-24T01:56:52.703Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:53.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:56:53.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667756105,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T01:56:53.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667757122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:56:53.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:56:53.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667757122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"status": "NOTIFIED"
}
2022-02-24T01:56:53.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:56:53.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667757122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-24T01:56:53.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:56:53.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667757122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:56:53.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:56:53.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667757122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-24T01:56:53.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:56:53.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667757122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T01:56:53.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:56:53.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667757122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T01:56:53.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-24T01:56:53.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667769345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667772755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667774046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667775249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667776466,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
"status": "DEPLOY_OK"
}
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667777470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667778474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667779482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645667810676,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:57:01.223Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:57:01.224Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:57:01.225Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:57:01.225Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:57:10.756Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:57:10.756Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:57:10.757Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:57:10.757Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:57:20.289Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:57:52.698Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:57:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:57:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:57:52.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:57:52.701Z||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-24T01:57:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:58:02.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:58:02.237Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:58:52.698Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:58:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:58:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:58:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:58:52.701Z||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-24T01:58:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:59:02.238Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:59:02.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T01:59:52.698Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:59:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:59:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:59:52.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:59:52.701Z||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-24T01:59:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:00:02.238Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:00:02.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:00:52.698Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:00:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:00:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:00:52.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:00:52.701Z||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-24T02:00:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:01:02.236Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:01:02.236Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:01:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:01:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:01:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:01:52.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:01:52.701Z||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-24T02:01:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:02:02.237Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:02:02.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:02:52.698Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:02:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:02:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:02:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:02:52.701Z||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-24T02:02:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:03:02.238Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:03:02.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:03:52.698Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:03:52.699Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:03:52.699Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:03:52.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:03:52.701Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:03:52.701Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:04:02.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:04:02.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:04:52.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:04:52.700Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:04:52.700Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:04:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:04:52.701Z||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-24T02:04:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:05:02.238Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:05:02.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:05:52.698Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:05:52.699Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:05:52.699Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:05:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:05:52.701Z||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-24T02:05:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:06:02.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:06:02.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:06:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:06:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:06:52.699Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:06:52.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:06:52.702Z||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-24T02:06:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:07:02.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:07:02.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:07:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:07:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:07:52.699Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:07:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:07:52.701Z||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-24T02:07:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:08:02.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:08:02.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:08:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:08:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:08:52.699Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:08:52.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:08:52.701Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:08:52.701Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:09:02.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:09:02.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:09:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:09:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:09:52.699Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:09:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:09:52.701Z||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-24T02:09:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:02.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:10:02.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:10:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:10:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:10:52.699Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:10:52.701Z||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-24T02:10:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:53.153Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:10:53.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:10:53.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645668647563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T02:10:53.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-24T02:10:53.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:10:53.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "policy-id",
"timestamp": 1645668649539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T02:10:53.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-24T02:10:53.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:10:53.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "cds",
"timestamp": 1645668650476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T02:10:53.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-24T02:10:53.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:10:53.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645668647563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
"status": "NOTIFIED"
}
2022-02-24T02:10:53.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-24T02:10:53.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:10:53.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "policy-id",
"timestamp": 1645668649539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T02:10:53.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-24T02:10:53.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:10:53.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "cds",
"timestamp": 1645668650476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-24T02:10:53.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-24T02:10:53.321Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:10:53.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T02:10:53.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5f285d75-3143-4386-ba34-5ee5a654f77f","serviceName":"basic_onboard_bFjbXC","serviceVersion":"1.0","serviceUUID":"50a7e3e5-f683-4bc5-bab8-2e848172e00a","serviceDescription":"service","serviceInvariantUUID":"abfdf20c-3412-48f0-b4e4-d468c4a32feb","resources":[{"resourceInstanceName":"basic_onboard_bFjbXC 0","resourceName":"basic_onboard_bFjbXC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1c072aa-0b52-4911-bb24-bf24f1369bd8","resourceInvariantUUID":"05b781e0-02e0-4ebf-91a7-16daa6253c23","resourceCustomizationUUID":"872aea29-bf00-438f-bd3a-c62b07eb185e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vf-license-model.xml","artifactChecksum":"YmRlZDk4MTkxMWE1MWM1ZjQ1ZGM5ZTc0YjY2ZTk4MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b2e312f-2173-4b09-b367-c3bcfb4f1f0a","artifactVersion":"1"},{"artifactName":"basic_onboard_bfjbxc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json","artifactChecksum":"NTFiZWEwZThlOTIxN2ZhNTZlNWFjZWYxZGYxMjUwNzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4858e740-caf2-4e99-8d0b-82e955562a0a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c183e2f1-85f8-4c2b-9026-2124d62d1b43","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82229710-f2c4-4e05-b4ad-f1ddb1e01291","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bdfa56ec-0b29-4ecf-a148-9318047d38f2","artifactVersion":"2","generatedFromUUID":"c183e2f1-85f8-4c2b-9026-2124d62d1b43"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBfjbxc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-template.yml","artifactChecksum":"NDc0OWY1MDYyODE5NjQ4Njc3YTFiNTRlNGQ3ZjRkYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b83bff77-8b4f-46cd-a41d-c42dde12d040","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBfjbxc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar","artifactChecksum":"NTc1YmU3OTdlMDhhMWJhZjQxMGI4ZDU3MTRjYzhmNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10704224-c6b2-416f-9c0e-023e1ffc4fc9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T02:10:53.324Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:10:53.325Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:10:53.328Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:10:53.328Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645668652698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T02:10:53.428Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:10:53.429Z||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-24T02:10:53.429Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:53.439Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:10:53.440Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:10:54.328Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:10:54.330Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:10:54.332Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:10:54.332Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645668652698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
"status": "NOTIFIED"
}
2022-02-24T02:10:54.432Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:10:54.433Z||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-24T02:10:54.433Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:54.442Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:10:54.442Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:10:55.332Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:10:55.333Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:10:55.335Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:10:55.335Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645668652698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-24T02:10:55.436Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T02:10:55.437Z||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-24T02:10:55.437Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:55.446Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:10:55.446Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:10:56.336Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:10:56.337Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:10:56.339Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:10:56.339Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645668652698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-24T02:10:56.439Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:10:56.440Z||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-24T02:10:56.440Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:56.449Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:10:56.449Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:10:57.340Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:10:57.341Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:10:57.343Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:10:57.343Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645668652698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-24T02:10:57.443Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:10:57.444Z||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-24T02:10:57.444Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:57.453Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:10:57.454Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:10:58.344Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:10:58.345Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:10:58.347Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:10:58.347Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645668652698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-24T02:10:58.447Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:10:58.448Z||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-24T02:10:58.448Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:58.456Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:10:58.456Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:10:59.347Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:10:59.348Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:10:59.351Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:10:59.351Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645668652698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
"status": "NOTIFIED"
}
2022-02-24T02:10:59.451Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:10:59.451Z||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-24T02:10:59.451Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:59.460Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:10:59.460Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:11:00.352Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"serviceName": "basic_onboard_bFjbXC",
"serviceVersion": "1.0",
"serviceUUID": "50a7e3e5-f683-4bc5-bab8-2e848172e00a",
"serviceDescription": "service",
"serviceInvariantUUID": "abfdf20c-3412-48f0-b4e4-d468c4a32feb",
"resources": [
{
"resourceInstanceName": "basic_onboard_bFjbXC 0",
"resourceCustomizationUUID": "872aea29-bf00-438f-bd3a-c62b07eb185e",
"resourceName": "basic_onboard_bFjbXC",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c1c072aa-0b52-4911-bb24-bf24f1369bd8",
"resourceInvariantUUID": "05b781e0-02e0-4ebf-91a7-16daa6253c23",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_bfjbxc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
"artifactChecksum": "NTFiZWEwZThlOTIxN2ZhNTZlNWFjZWYxZGYxMjUwNzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4858e740-caf2-4e99-8d0b-82e955562a0a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c183e2f1-85f8-4c2b-9026-2124d62d1b43",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bdfa56ec-0b29-4ecf-a148-9318047d38f2",
"generatedFromUUID": "c183e2f1-85f8-4c2b-9026-2124d62d1b43"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bdfa56ec-0b29-4ecf-a148-9318047d38f2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardBfjbxc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
"artifactChecksum": "NTc1YmU3OTdlMDhhMWJhZjQxMGI4ZDU3MTRjYzhmNzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "10704224-c6b2-416f-9c0e-023e1ffc4fc9"
}
],
"workloadContext": "Production"
}
2022-02-24T02:11:00.353Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T02:11:00.353Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50a7e3e5-f683-4bc5-bab8-2e848172e00a ASDC
2022-02-24T02:11:00.354Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5f285d75-3143-4386-ba34-5ee5a654f77f
ServiceName:basic_onboard_bFjbXC
ServiceVersion:1.0
ServiceUUID:50a7e3e5-f683-4bc5-bab8-2e848172e00a
ServiceInvariantUUID:abfdf20c-3412-48f0-b4e4-d468c4a32feb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBfjbxc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar
ArtifactUUID:10704224-c6b2-416f-9c0e-023e1ffc4fc9
ArtifactChecksum:NTc1YmU3OTdlMDhhMWJhZjQxMGI4ZDU3MTRjYzhmNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_bFjbXC 0
ResourceCustomizationUUID:872aea29-bf00-438f-bd3a-c62b07eb185e
ResourceInvariantUUID:05b781e0-02e0-4ebf-91a7-16daa6253c23
ResourceName:basic_onboard_bFjbXC
ResourceType:VF
ResourceUUID:c1c072aa-0b52-4911-bb24-bf24f1369bd8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bfjbxc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json
ArtifactUUID:4858e740-caf2-4e99-8d0b-82e955562a0a
ArtifactChecksum:NTFiZWEwZThlOTIxN2ZhNTZlNWFjZWYxZGYxMjUwNzU=
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/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c183e2f1-85f8-4c2b-9026-2124d62d1b43
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/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env
ArtifactUUID:bdfa56ec-0b29-4ecf-a148-9318047d38f2
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/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env
ArtifactUUID:bdfa56ec-0b29-4ecf-a148-9318047d38f2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-24T02:11:00.354Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50a7e3e5-f683-4bc5-bab8-2e848172e00a 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-24T02:11:00.381Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:11:00.382Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-24T02:11:00.382Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-24T02:11:00.382Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 10704224-c6b2-416f-9c0e-023e1ffc4fc9 from URL: /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:00.382Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-24T02:11:00.382Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:00.868Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-24T02:11:00.876Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar 10704224-c6b2-416f-9c0e-023e1ffc4fc9 71559
2022-02-24T02:11:00.876Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar ASDC sendASDCNotification
2022-02-24T02:11:00.876Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:00.876Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:11:00.876Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:11:00.877Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:11:00.877Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645668660876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-24T02:11:00.978Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:11:00.978Z||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-24T02:11:00.978Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:11:00.986Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:11:00.987Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:11:01.878Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:11:01.879Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-24T02:11:01.879Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 10704224-c6b2-416f-9c0e-023e1ffc4fc9, URL: /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar to file: /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:01.880Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:01.880Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:01.880Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.037Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11926824987079700903/Definitions/service-BasicOnboardBfjbxc-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-24T02:11:02.948Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||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-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||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-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||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-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||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-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||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-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bFjbXC 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-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.950Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||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-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.950Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-24T02:11:02.950Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T02:11:02.950Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:02.950Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is matching search criteria
2022-02-24T02:11:02.950Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-24T02:11:02.950Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_bFjbXC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is matching search criteria
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_bFjbXC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is not matching search criteria
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is matching search criteria
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_bFjbXC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is matching search criteria
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_bFjbXC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is matching search criteria
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_bFjbXC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is not matching search criteria
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0046abbb-1954-41a3-928e-a1a715c74feb
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T02:11:02.954Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:02.954Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T02:11:02.954Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:02.954Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-24T02:11:02.954Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:02.954Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_bFjbXC
Description:service
Model UUID:50a7e3e5-f683-4bc5-bab8-2e848172e00a
Model Version:NULL
Model InvariantUuid:abfdf20c-3412-48f0-b4e4-d468c4a32feb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_bFjbXC
Model UUID:e25c98fa-bed1-4d88-a5e4-c7a7c3b0b565
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:05b781e0-02e0-4ebf-91a7-16daa6253c23
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:872aea29-bf00-438f-bd3a-c62b07eb185e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6b6a82bf-4ef0-4654-895d-2b5bd8bb9385
ModelName:BasicOnboardBfjbxc..base_ubuntu18..module-0
ModelUuid:6d718b39-e042-4cc7-839e-368963884a3a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0046abbb-1954-41a3-928e-a1a715c74feb
ModelInvariantUuid:9ea9d1ac-3240-4abf-b885-8132214a89ef
ModelName:basic_onboard_bFjbXC-nodes.ubuntu18Cvfc
ModelUuid:1ea3e4de-e92e-4798-8c00-0ba65a5b0e8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5628e248-3b08-44c8-a7c2-0f5efcb8a9dd
ModelInvariantUuid:c8e74f46-b8ff-4cf0-a320-ad8b43ba4dbf
ModelName:BasicOnboardBfjbxc.compute.nodes.heat.ubuntu18
ModelUuid:bc1dcd52-91ba-4e76-b121-6610ae5fe347
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-24T02:11:02.962Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c1c072aa-0b52-4911-bb24-bf24f1369bd8
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-24T02:11:02.969Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||basic_onboard_bFjbXC 0
2022-02-24T02:11:02.969Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1c072aa-0b52-4911-bb24-bf24f1369bd8
2022-02-24T02:11:02.969Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4858e740-caf2-4e99-8d0b-82e955562a0a from URL: /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json
2022-02-24T02:11:02.969Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-24T02:11:02.969Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json
2022-02-24T02:11:03.268Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-24T02:11:03.268Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json 4858e740-caf2-4e99-8d0b-82e955562a0a 798
2022-02-24T02:11:03.269Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json ASDC sendASDCNotification
2022-02-24T02:11:03.269Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json
2022-02-24T02:11:03.269Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:11:03.269Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:11:03.272Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:11:03.272Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645668663269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-24T02:11:03.374Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-02-24T02:11:03.375Z||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-24T02:11:03.375Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:11:03.384Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:11:03.384Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:11:04.273Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBfjbxc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6b6a82bf-4ef0-4654-895d-2b5bd8bb9385",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6d718b39-e042-4cc7-839e-368963884a3a",
"vfModuleModelCustomizationUUID": "768a2086-ff64-48b6-8402-c52f46970ad4",
"isBase": true,
"artifacts": [
"c183e2f1-85f8-4c2b-9026-2124d62d1b43",
"bdfa56ec-0b29-4ecf-a148-9318047d38f2"
],
"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-24T02:11:04.277Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBfjbxc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d718b39-e042-4cc7-839e-368963884a3a
VfModuleModelInvariantUUID:6b6a82bf-4ef0-4654-895d-2b5bd8bb9385
VfModuleModelDescription:NULL
Artifacts UUID List:{
c183e2f1-85f8-4c2b-9026-2124d62d1b43
,
bdfa56ec-0b29-4ecf-a148-9318047d38f2
}
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-24T02:11:04.278Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBfjbxc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6b6a82bf-4ef0-4654-895d-2b5bd8bb9385",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6d718b39-e042-4cc7-839e-368963884a3a",
"vfModuleModelCustomizationUUID": "768a2086-ff64-48b6-8402-c52f46970ad4",
"isBase": true,
"artifacts": [
"c183e2f1-85f8-4c2b-9026-2124d62d1b43",
"bdfa56ec-0b29-4ecf-a148-9318047d38f2"
],
"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-24T02:11:04.279Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBfjbxc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d718b39-e042-4cc7-839e-368963884a3a
VfModuleModelInvariantUUID:6b6a82bf-4ef0-4654-895d-2b5bd8bb9385
VfModuleModelDescription:NULL
Artifacts UUID List:{
c183e2f1-85f8-4c2b-9026-2124d62d1b43
,
bdfa56ec-0b29-4ecf-a148-9318047d38f2
}
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-24T02:11:04.279Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c183e2f1-85f8-4c2b-9026-2124d62d1b43 from URL: /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml
2022-02-24T02:11:04.279Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-24T02:11:04.279Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml
2022-02-24T02:11:04.533Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-24T02:11:04.533Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml c183e2f1-85f8-4c2b-9026-2124d62d1b43 5033
2022-02-24T02:11:04.533Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-24T02:11:04.534Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml
2022-02-24T02:11:04.534Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:11:04.534Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:11:04.536Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:11:04.536Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645668664533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-24T02:11:04.637Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:11:04.637Z||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-24T02:11:04.638Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:11:04.647Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:11:04.647Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:11:05.537Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bdfa56ec-0b29-4ecf-a148-9318047d38f2 from URL: /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env
2022-02-24T02:11:05.538Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-24T02:11:05.538Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env
2022-02-24T02:11:05.736Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-24T02:11:05.737Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env bdfa56ec-0b29-4ecf-a148-9318047d38f2 909
2022-02-24T02:11:05.737Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-24T02:11:05.737Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env
2022-02-24T02:11:05.737Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:11:05.737Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:11:05.739Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:11:05.740Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645668665737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-24T02:11:05.840Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:11:05.841Z||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-24T02:11:05.841Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:11:05.849Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-24T02:11:05.850Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:11:06.740Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 50a7e3e5-f683-4bc5-bab8-2e848172e00a
2022-02-24T02:11:06.741Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bFjbXC 0 c1c072aa-0b52-4911-bb24-bf24f1369bd8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:11:06.754Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a14fd79, org.onap.sdc.toscaparser.api.parameters.Input@7ca168af, org.onap.sdc.toscaparser.api.parameters.Input@885845, org.onap.sdc.toscaparser.api.parameters.Input@5baa74b9, org.onap.sdc.toscaparser.api.parameters.Input@4648b580]
2022-02-24T02:11:06.756Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery